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