Errant nation

This commit is contained in:
2026-05-10 13:39:26 -04:00
parent 06c6468013
commit ba6738d27a
@@ -151,7 +151,7 @@ public class BreakFealtyHandler extends AbstractClientMsgHandler {
switch (protectorate.guildState) {
case Sworn:
protectorate.setNation(null);
protectorate.setNation(Guild.getErrantNation());
GuildManager.updateAllGuildTags(protectorate);
GuildManager.updateAllGuildBinds(protectorate, null);
break;