Core/Creatures: disabled "automatic" monster sparring
Port From (https://github.com/TrinityCore/TrinityCore/commit/27b5d1834850a1e7c64cb03200cdf7610d354730)
This commit is contained in:
@@ -99,6 +99,5 @@ namespace Game.DataStorage
|
||||
return EnemyGroup == 0 && FriendGroup == 0;
|
||||
}
|
||||
public bool IsContestedGuardFaction() { return (Flags & (ushort)FactionTemplateFlags.ContestedGuard) != 0; }
|
||||
public bool ShouldSparAttack() { return (Flags & (ushort)FactionTemplateFlags.EnemySpar) != 0; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user