mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 22:26:10 +00:00
fix: units training now works again
This commit is contained in:
@@ -3258,7 +3258,7 @@ class MYSQLi_DB {
|
||||
}
|
||||
|
||||
function modifyUnit($vref, $array_unit, $array_amt, $array_mode) {
|
||||
list($vref, $array_unit, $array_amt, $array_mode) = $this->escape_input((int) $vref, $array_unit, $array_amt, $array_modes);
|
||||
list($vref, $array_unit, $array_amt, $array_mode) = $this->escape_input((int) $vref, $array_unit, $array_amt, $array_mode);
|
||||
$i = -1;
|
||||
$units='';
|
||||
$number = count($array_unit);
|
||||
|
||||
Reference in New Issue
Block a user