From ac42a9cd8fe1ae94c37ea491f47259aa28025296 Mon Sep 17 00:00:00 2001 From: FatBoy-DOTC Date: Thu, 18 May 2023 19:48:37 -0500 Subject: [PATCH] removed treb override in MobileFSM.DetermineAction --- src/engine/ai/MobileFSM.java | 5 ----- 1 file changed, 5 deletions(-) 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()){