forked from MagicBane/Server
Wall archers static reverted.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user