make wall archers great again

This commit is contained in:
2023-04-22 21:55:06 -05:00
parent ed1a6192c7
commit 09d7ff0740
3 changed files with 39 additions and 50 deletions
+2 -1
View File
@@ -477,7 +477,8 @@ public enum BuildingManager {
mob.setRank(rank);
mob.setPlayerGuard(true);
mob.setParentZone(zone);
mob.BehaviourType = Enum.MobBehaviourType.GuardWallArcher;
MovementManager.translocate(mob,mob.getBindLoc(),mob.getRegion());
return true;
}
if (NPC.ISGuardCaptain(contractID.getContractID())) {