Realm count updated properly.
This commit is contained in:
@@ -107,6 +107,11 @@ public class SwearInGuildHandler extends AbstractClientMsgHandler {
|
||||
protectorate.guildState.equals(GuildState.Province))
|
||||
nation.guildState = GuildState.Nation;
|
||||
|
||||
// Nation realm count update
|
||||
|
||||
if (protectorate.guildState.equals(GuildState.Province))
|
||||
nation.realmsOwned = nation.realmsOwned + 1;
|
||||
|
||||
SendGuildEntryMsg msg = new SendGuildEntryMsg(player);
|
||||
dispatch = Dispatch.borrow(player, msg);
|
||||
DispatchManager.dispatchMsgDispatch(dispatch, mbEnums.DispatchChannel.SECONDARY);
|
||||
|
||||
Reference in New Issue
Block a user