Error trapping and output

This commit is contained in:
2024-08-25 15:26:14 -04:00
parent e082a0b49c
commit eff44c334d
@@ -58,6 +58,8 @@ public class DestroyCityThread implements Runnable {
newParent = cityZone.parent;
formerGuild = city.getTOL().getGuild();
Logger.info("Destroy city thread started for: " + newParent.zoneName);
// Former guild loses tree!
if (DbManager.GuildQueries.SET_GUILD_OWNED_CITY(formerGuild.getObjectUUID(), 0)) {