mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-16 01:26:07 +00:00
fix attacks canel system 100%
This commit is contained in:
@@ -1743,8 +1743,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
function addMovement($type, $from, $to, $ref, $endtime) {
|
||||
$q = "INSERT INTO " . TB_PREFIX . "movement values (0,$type,$from,$to,$ref,$endtime,0)";
|
||||
function addMovement($type, $from, $to, $ref, $time, $endtime) {
|
||||
$q = "INSERT INTO " . TB_PREFIX . "movement values (0,$type,$from,$to,$ref,$time,$endtime,0)";
|
||||
return mysql_query($q, $this->connection);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user