forked from MagicBane/Server
removed treb override in MobileFSM.DetermineAction
This commit is contained in:
@@ -305,11 +305,6 @@ public class MobileFSM {
|
|||||||
public static void DetermineAction(Mob mob) {
|
public static void DetermineAction(Mob mob) {
|
||||||
if (mob == null)
|
if (mob == null)
|
||||||
return;
|
return;
|
||||||
if (mob.despawned && mob.getMobBase().getLoadID() == 13171) {
|
|
||||||
//trebuchet spawn handler
|
|
||||||
CheckForRespawn(mob);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (mob.despawned && mob.isPlayerGuard) {
|
if (mob.despawned && mob.isPlayerGuard) {
|
||||||
//override for guards
|
//override for guards
|
||||||
if(mob.BehaviourType.ordinal() == Enum.MobBehaviourType.GuardMinion.ordinal()){
|
if(mob.BehaviourType.ordinal() == Enum.MobBehaviourType.GuardMinion.ordinal()){
|
||||||
|
|||||||
Reference in New Issue
Block a user