Browse Source

Error trapping and output

bane-update2
MagicBot 3 months ago
parent
commit
eff44c334d
  1. 2
      src/engine/workthreads/DestroyCityThread.java

2
src/engine/workthreads/DestroyCityThread.java

@ -58,6 +58,8 @@ public class DestroyCityThread implements Runnable { @@ -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)) {

Loading…
Cancel
Save