diff --git a/src/engine/workthreads/DestroyCityThread.java b/src/engine/workthreads/DestroyCityThread.java index df0f8b80..58b51392 100644 --- a/src/engine/workthreads/DestroyCityThread.java +++ b/src/engine/workthreads/DestroyCityThread.java @@ -64,7 +64,7 @@ public class DestroyCityThread implements Runnable { //Successful Update of guild formerGuild.guildState = mbEnums.GuildState.Errant; - formerGuild.setNation(null); + formerGuild.setNation(Guild.getErrantNation()); formerGuild.setCityUUID(0); GuildManager.updateAllGuildTags(formerGuild); GuildManager.updateAllGuildBinds(formerGuild, null);