mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
Fixed issue #462 wrong troops training
This commit is contained in:
@@ -3317,7 +3317,6 @@ class MYSQLi_DB implements IDbConnection {
|
||||
crop = IF(crop $sign $crop < 0, 0, IF(crop $sign $crop > maxcrop, maxcrop, crop $sign $crop))
|
||||
WHERE
|
||||
wref = " . $vid ;
|
||||
|
||||
return mysqli_query( $this->dblink, $q);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user