Core/Creatures: disabled "automatic" monster sparring

Port From (https://github.com/TrinityCore/TrinityCore/commit/27b5d1834850a1e7c64cb03200cdf7610d354730)
This commit is contained in:
hondacrx
2019-09-01 10:55:39 -04:00
parent 74a1025f41
commit 95a80cf51e
3 changed files with 2 additions and 13 deletions
@@ -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; }
}
}