forked from MagicBane/Server
GuildType lookup work
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user