Error trapping and output
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user