fix(Core/Spells): Removed Focused/Brutal on map change. (#10105)
Fixes #6195 Fixes #9724
This commit is contained in:
parent
fbb50210aa
commit
ab121e246e
1 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue