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;
|
spellInfo->AttributesEx3 |= SPELL_ATTR3_ONLY_ON_PLAYER;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Reflection
|
||||||
|
ApplySpellFix({ 22067 }, [](SpellInfo* spellInfo)
|
||||||
|
{
|
||||||
|
spellInfo->Dispel = DISPEL_NONE;
|
||||||
|
});
|
||||||
|
|
||||||
// Focused Assault
|
// Focused Assault
|
||||||
// Brutal Assault
|
// Brutal Assault
|
||||||
ApplySpellFix({ 46392, 46393 }, [](SpellInfo* spellInfo)
|
ApplySpellFix({ 46392, 46393 }, [](SpellInfo* spellInfo)
|
||||||
|
|||||||
Reference in New Issue
Block a user