mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-20 17:06:37 +08:00
Fix critic bug typo critic: $refValule
Fix critic bug typo critic: $refValule
This commit is contained in:
committed by
GitHub
parent
49ce36fd99
commit
23708a2e54
@@ -5545,7 +5545,7 @@ References: User ID/Message ID, Mode
|
|||||||
if(!$mode) {
|
if(!$mode) {
|
||||||
$pairs[] = '(0, ' . (int) $refValue . ', ' . (int) $clay[$index] . ', ' . (int) $iron[$index] . ', ' . (int) $crop[$index] . ', ' . (int) $merchant[$index] . ')';
|
$pairs[] = '(0, ' . (int) $refValue . ', ' . (int) $clay[$index] . ', ' . (int) $iron[$index] . ', ' . (int) $crop[$index] . ', ' . (int) $merchant[$index] . ')';
|
||||||
} else {
|
} else {
|
||||||
$pairs[] = (int) $refValule;
|
$pairs[] = (int) $refValue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user