Core/Auras: Remove aura 490 implementation (purpose unknown, needs more spell examples)
Port From (https://github.com/TrinityCore/TrinityCore/commit/342eefcb361900741c17cc40a48fd10436908175)
This commit is contained in:
@@ -106,10 +106,10 @@ namespace Game
|
||||
// mercenary applies only to unrated battlegrounds
|
||||
if (!bg.IsRated() && !bg.IsArena())
|
||||
{
|
||||
if (_player.HasAura(PlayerConst.SpellMercenaryContractHorde))
|
||||
if (_player.HasAura(BattlegroundConst.SpellMercenaryContractHorde))
|
||||
return Team.Horde;
|
||||
|
||||
if (_player.HasAura(PlayerConst.SpellMercenaryContractAlliance))
|
||||
if (_player.HasAura(BattlegroundConst.SpellMercenaryContractAlliance))
|
||||
return Team.Alliance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user