fix(Core/Spells): Removed Focused/Brutal on map change. (#10105)

Fixes #6195
Fixes #9724
This commit is contained in:
UltraNix
2022-01-28 20:06:54 +01:00
committed by GitHub
parent fbb50210aa
commit ab121e246e

View File

@@ -7567,6 +7567,13 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->EffectSpellClassMask[EFFECT_1][1] = 0x00020000;
});
// Focused Assault
// Brutal Assault
ApplySpellFix({ 46392, 46393 }, [](SpellEntry* spellInfo)
{
spellInfo->AuraInterruptFlags |= AURA_INTERRUPT_FLAG_CHANGE_MAP;
});
// Bestial Wrath
ApplySpellFix({ 19574 }, [](SpellEntry* spellInfo)
{