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