mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00: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) {
|
||||
$pairs[] = '(0, ' . (int) $refValue . ', ' . (int) $clay[$index] . ', ' . (int) $iron[$index] . ', ' . (int) $crop[$index] . ', ' . (int) $merchant[$index] . ')';
|
||||
} else {
|
||||
$pairs[] = (int) $refValule;
|
||||
$pairs[] = (int) $refValue;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user