forked from MagicBane/Server
Update state of npc.
This commit is contained in:
@@ -501,9 +501,7 @@ public enum BuildingManager {
|
||||
if (npc == null)
|
||||
return false;
|
||||
|
||||
npc.setBuilding(building);
|
||||
npc.setLoc(npc.bindLoc);
|
||||
MovementManager.sendRWSSMsg(npc);
|
||||
MovementManager.translocate(npc, npc.bindLoc, npc.region);
|
||||
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user