mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(Core/Spells): Add Beast Lord 4P bonus (#16655)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user