mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(Core/Spells): Don't allow to purge Azuregos' Reflect (#10723)
This commit is contained in:
@@ -4167,6 +4167,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_ONLY_ON_PLAYER;
|
||||
});
|
||||
|
||||
// Reflection
|
||||
ApplySpellFix({ 22067 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Dispel = DISPEL_NONE;
|
||||
});
|
||||
|
||||
// Focused Assault
|
||||
// Brutal Assault
|
||||
ApplySpellFix({ 46392, 46393 }, [](SpellInfo* spellInfo)
|
||||
|
||||
Reference in New Issue
Block a user