fix(Core/Spells): Add Beast Lord 4P bonus (#16655)

This commit is contained in:
v-mstrs
2023-07-01 21:31:17 +02:00
committed by GitHub
parent cd01453b6c
commit d0fa5f04ef

View File

@@ -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: