From 06c6468013e9f8fb57a52ae3c2978e56c499778d Mon Sep 17 00:00:00 2001 From: MagicBot Date: Sun, 10 May 2026 13:37:42 -0400 Subject: [PATCH] Errant nation --- src/engine/workthreads/DestroyCityThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);