Fixed issue #462 wrong troops training

This commit is contained in:
AL-Kateb
2018-01-22 13:47:00 +00:00
parent 454106dfce
commit b8749af55b
3 changed files with 0 additions and 841 deletions
-1
View File
@@ -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);
}