|
|
|
@ -304,7 +304,7 @@ public final class Bane {
@@ -304,7 +304,7 @@ public final class Bane {
|
|
|
|
|
InterestManager.setObjectDirty(baneCommander); |
|
|
|
|
|
|
|
|
|
baneCommander.updateLocation(); |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
//update map for all players online
|
|
|
|
|
for (PlayerCharacter playerCharacter : SessionManager.getAllActivePlayerCharacters()) { |
|
|
|
|
CityDataMsg cityDataMsg = new CityDataMsg(SessionManager.getSession(playerCharacter), false); |
|
|
|
@ -313,6 +313,9 @@ public final class Bane {
@@ -313,6 +313,9 @@ public final class Bane {
|
|
|
|
|
Dispatch dispatch = Dispatch.borrow(playerCharacter, cityDataMsg); |
|
|
|
|
DispatchMessage.dispatchMsgDispatch(dispatch, Enum.DispatchChannel.SECONDARY); |
|
|
|
|
} |
|
|
|
|
}catch(Exception e){ |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static Bane getBane(int cityUUID) { |
|
|
|
|