mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 08:57:17 +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) {
|
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;
|
$i = -1;
|
||||||
$units='';
|
$units='';
|
||||||
$number = count($array_unit);
|
$number = count($array_unit);
|
||||||
|
|||||||
@@ -23,4 +23,5 @@
|
|||||||
- disallow kicking yourself from alliance or provide a confirmation dialog and correct redirect
|
- disallow kicking yourself from alliance or provide a confirmation dialog and correct redirect
|
||||||
- sending messages to players via Admin doesn't work
|
- sending messages to players via Admin doesn't work
|
||||||
- check aliance invitation accepting - apparently it doesn't work too well on first try?
|
- check aliance invitation accepting - apparently it doesn't work too well on first try?
|
||||||
- normalize forum tables - varchar is used for numeric values and is joined with int field
|
- normalize forum tables - varchar is used for numeric values and is joined with int field
|
||||||
|
- task 1 => construct woodcutter will not reload the page when finished, so it would still seem that woodcutter build is in progress
|
||||||
Reference in New Issue
Block a user