Wall archers static reverted.

This commit is contained in:
2023-08-26 13:38:09 -04:00
parent e7d1d5cb71
commit 1c81a4faed
+1 -1
View File
@@ -1643,7 +1643,7 @@ public class Mob extends AbstractIntelligenceAgent {
// Load AI for wall archers // Load AI for wall archers
if (NPC.ISWallArcher(this.contract)) { if (NPC.ISWallArcher(this.contract)) {
this.gridObjectType = GridObjectType.STATIC; this.gridObjectType = GridObjectType.DYNAMIC;
this.behaviourType = MobBehaviourType.GuardWallArcher; this.behaviourType = MobBehaviourType.GuardWallArcher;
this.isPlayerGuard = true; this.isPlayerGuard = true;
this.spawnTime = 450; this.spawnTime = 450;