|
|
|
@ -475,7 +475,7 @@ public enum MovementManager {
@@ -475,7 +475,7 @@ public enum MovementManager {
|
|
|
|
|
if (teleporter.getObjectType().equals(GameObjectType.PlayerCharacter)) |
|
|
|
|
InterestManager.INTERESTMANAGER.HandleLoadForTeleport((PlayerCharacter) teleporter); |
|
|
|
|
|
|
|
|
|
TeleportToPointMsg msg = new TeleportToPointMsg(teleporter, targetLoc.getX(), targetLoc.getY(), targetLoc.getZ(), 0, -1, -1); |
|
|
|
|
TeleportToPointMsg msg = new TeleportToPointMsg(teleporter, teleporter.loc.getX(), teleporter.loc.getY(), teleporter.loc.getZ(), 0, -1, -1); |
|
|
|
|
DispatchMessage.dispatchMsgToInterestArea(oldLoc, teleporter, msg, DispatchChannel.PRIMARY, MBServerStatics.CHARACTER_LOAD_RANGE, true, false); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|