mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(Core/Spells): Removed Focused/Brutal on map change. (#10105)
Fixes #6195 Fixes #9724
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user