hotfixes
This commit is contained in:
@@ -876,6 +876,9 @@ public class MobAI {
|
|||||||
if(Mob.discDroppers.contains(aiAgent))
|
if(Mob.discDroppers.contains(aiAgent))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if(aiAgent.StrongholdGuardian || aiAgent.StrongholdEpic || aiAgent.StrongholdCommander)
|
||||||
|
return;
|
||||||
|
|
||||||
if (!Zone.respawnQue.contains(aiAgent)) {
|
if (!Zone.respawnQue.contains(aiAgent)) {
|
||||||
Zone.respawnQue.add(aiAgent);
|
Zone.respawnQue.add(aiAgent);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user