GuildType lookup work

This commit is contained in:
2024-04-28 12:40:53 -05:00
parent 1876e09b48
commit 72172b9f05
4 changed files with 5 additions and 77 deletions
@@ -75,7 +75,7 @@ public class GuildCreationFinalizeHandler extends AbstractClientMsgHandler {
return true;
}
charterType = mbEnums.GuildCharterType.getGuildTypeFromCharter(charter);
charterType = mbEnums.GuildCharterType.templateLookup.get(charter.templateID);
if (charterType == null) {
ErrorPopupMsg.sendErrorPopup(player, GuildManager.NO_CHARTER_FOUND);