forked from MagicBane/Server
Update state of npc.
This commit is contained in:
@@ -502,6 +502,7 @@ public enum BuildingManager {
|
||||
if (npc == null)
|
||||
return false;
|
||||
|
||||
npc.setLoc(npc.bindLoc);
|
||||
InterestManager.forceLoad(npc);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user