wall archer debugging

This commit is contained in:
2023-04-19 19:05:24 -05:00
parent f3b6f5595b
commit aa8f59f6f7
3 changed files with 6 additions and 3 deletions
@@ -478,7 +478,6 @@ public enum BuildingManager {
mob.setRank(rank);
mob.setPlayerGuard(true);
mob.setParentZone(zone);
mob.BehaviourType = Enum.MobBehaviourType.GuardWallArcher;
return true;
}
if (NPC.ISGuardCaptain(contractID.getContractID())) {