mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Spell: implement pvp trinket immunity against Judgement of Justice
By Riztazz, closes #19484
(cherry picked from commit 25a449a90e)
This commit is contained in:
@@ -3384,11 +3384,14 @@ void SpellInfo::_LoadImmunityInfo()
|
||||
{
|
||||
switch (Id)
|
||||
{
|
||||
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 42292: // PvP trinket
|
||||
case 46227: // Medallion of Immunity
|
||||
case 59752: // Every Man for Himself
|
||||
case 53490: // Bullheaded
|
||||
case 65547: // PvP Trinket
|
||||
case 134946: // Supremacy of the Alliance
|
||||
|
||||
Reference in New Issue
Block a user