fix(Core/Spells): Add Beast Lord 4P bonus (#16655)
This commit is contained in:
parent
cd01453b6c
commit
d0fa5f04ef
1 changed files with 10 additions and 0 deletions
|
|
@ -1918,6 +1918,16 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b
|
|||
}
|
||||
}
|
||||
break;
|
||||
case 34026: // Kill Command
|
||||
// Dungeon Set 3
|
||||
if (caster->HasAura(37483))
|
||||
{
|
||||
if (apply)
|
||||
{
|
||||
caster->CastSpell(caster, 37482, true);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case SPELLFAMILY_PALADIN:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue