forked from MagicBane/Server
cleaned up testing code
This commit is contained in:
@@ -564,7 +564,9 @@ public class MobileFSM {
|
||||
return;
|
||||
}
|
||||
//add default behaviour type
|
||||
mob.BehaviourType = MobBehaviourType.Aggro;
|
||||
if(mob.BehaviourType == null){
|
||||
mob.BehaviourType = MobBehaviourType.Simple;
|
||||
}
|
||||
if (mob.isAlive() == false) {
|
||||
//no need to continue if mob is dead, check for respawn and move on
|
||||
CheckForRespawn(mob);
|
||||
|
||||
Reference in New Issue
Block a user