mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-04 20:04:21 +00:00
Add WW win correct date
This commit is contained in:
@@ -689,6 +689,12 @@ class Automation {
|
||||
}
|
||||
}
|
||||
|
||||
// Update ww last finish upgrate
|
||||
if ($indi['type'] == 40) {
|
||||
$qW = "UPDATE ".TB_PREFIX."fdata set ww_lastupdate = ".time()." where vref = ".(int) $indi['wid'];
|
||||
$database->query($qW);
|
||||
}
|
||||
|
||||
$dbIdsToDelete[] = (int) $indi['id'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user