Core/Spell: implement pvp trinket immunity against Judgement of Justice

By Riztazz, closes #19484
This commit is contained in:
ariel-
2017-04-22 06:45:03 -03:00
committed by Aokromes
parent e6580ad922
commit 469be111cd

View File

@@ -2490,10 +2490,13 @@ void SpellInfo::_LoadImmunityInfo()
{
switch (Id)
{
case 34471: // The Beast Within
case 19574: // Bestial Wrath
case 42292: // PvP trinket
case 59752: // Every Man for Himself
mechanicImmunityMask |= IMMUNE_TO_MOVEMENT_IMPAIRMENT_AND_LOSS_CONTROL_MASK;
immuneInfo.AuraTypeImmune.insert(SPELL_AURA_USE_NORMAL_MOVEMENT_SPEED);
break;
case 34471: // The Beast Within
case 19574: // Bestial Wrath
case 53490: // Bullheaded
mechanicImmunityMask |= IMMUNE_TO_MOVEMENT_IMPAIRMENT_AND_LOSS_CONTROL_MASK;
break;