Error trapping and output
This commit is contained in:
@@ -58,6 +58,8 @@ public class DestroyCityThread implements Runnable {
|
|||||||
newParent = cityZone.parent;
|
newParent = cityZone.parent;
|
||||||
formerGuild = city.getTOL().getGuild();
|
formerGuild = city.getTOL().getGuild();
|
||||||
|
|
||||||
|
Logger.info("Destroy city thread started for: " + newParent.zoneName);
|
||||||
|
|
||||||
// Former guild loses tree!
|
// Former guild loses tree!
|
||||||
|
|
||||||
if (DbManager.GuildQueries.SET_GUILD_OWNED_CITY(formerGuild.getObjectUUID(), 0)) {
|
if (DbManager.GuildQueries.SET_GUILD_OWNED_CITY(formerGuild.getObjectUUID(), 0)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user