Update state of npc.

This commit is contained in:
2023-08-20 17:01:58 -04:00
parent 46d07b386b
commit 09b346dcb2
+1 -3
View File
@@ -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;