diff --git a/src/engine/ai/MobileFSM.java b/src/engine/ai/MobileFSM.java index 69846d01..4b6e99ce 100644 --- a/src/engine/ai/MobileFSM.java +++ b/src/engine/ai/MobileFSM.java @@ -305,11 +305,6 @@ public class MobileFSM { public static void DetermineAction(Mob mob) { if (mob == null) return; - if (mob.despawned && mob.getMobBase().getLoadID() == 13171) { - //trebuchet spawn handler - CheckForRespawn(mob); - return; - } if (mob.despawned && mob.isPlayerGuard) { //override for guards if(mob.BehaviourType.ordinal() == Enum.MobBehaviourType.GuardMinion.ordinal()){