mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-10 06:36:07 +00:00
now village delete from expansion when he destroyed
This commit is contained in:
@@ -1478,6 +1478,7 @@ ${dead.$i}=$data['t'.$i];
|
||||
$database->query($q);
|
||||
$q = "UPDATE ".TB_PREFIX."wdata set occupied = 0 where id = ".$data['to'];
|
||||
$database->query($q);
|
||||
$database->clearExpansionSlot($data['to']);
|
||||
$logging->VillageDestroyCatalog($data['to']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user