forked from MagicBane/Server
Update state of npc.
This commit is contained in:
@@ -12,6 +12,7 @@ package engine.gameManager;
|
||||
import engine.Enum;
|
||||
import engine.Enum.BuildingGroup;
|
||||
import engine.Enum.GameObjectType;
|
||||
import engine.InterestManagement.InterestManager;
|
||||
import engine.InterestManagement.WorldGrid;
|
||||
import engine.job.JobContainer;
|
||||
import engine.job.JobScheduler;
|
||||
@@ -501,7 +502,7 @@ public enum BuildingManager {
|
||||
if (npc == null)
|
||||
return false;
|
||||
|
||||
MovementManager.translocate(npc, npc.bindLoc, npc.region);
|
||||
InterestManager.forceLoad(npc);
|
||||
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user