dirtyFlag integration.

This commit is contained in:
2023-08-20 20:02:16 -04:00
parent f6e2c6c618
commit 07aeb6e58d
+3 -2
View File
@@ -571,8 +571,9 @@ public enum BuildingManager {
if (npc == null)
return false;
npc.setLoc(npc.getLoc());
npc.setObjectTypeMask(MBServerStatics.MASK_NPC);
npc.setLoc(npc.bindLoc);
InterestManager.setObjectDirty(npc);
return true;
}