|
|
|
@ -12,6 +12,7 @@ package engine.gameManager;
@@ -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 {
@@ -501,7 +502,7 @@ public enum BuildingManager {
|
|
|
|
|
if (npc == null) |
|
|
|
|
return false; |
|
|
|
|
|
|
|
|
|
MovementManager.translocate(npc, npc.bindLoc, npc.region); |
|
|
|
|
InterestManager.forceLoad(npc); |
|
|
|
|
|
|
|
|
|
return true; |
|
|
|
|
|
|
|
|
|