fix(Core/Spells): Shadowflame should not be interruptable (#10437)
* Fix(Core/Spells): Shadowflame should not be interruptable
This commit is contained in:
@@ -4166,6 +4166,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||||||
spellInfo->AttributesEx4 |= SPELL_ATTR4_AURA_EXPIRES_OFFLINE;
|
spellInfo->AttributesEx4 |= SPELL_ATTR4_AURA_EXPIRES_OFFLINE;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Shadowflame
|
||||||
|
ApplySpellFix({ 22539 }, [](SpellInfo* spellInfo)
|
||||||
|
{
|
||||||
|
spellInfo->InterruptFlags &= ~SPELL_INTERRUPT_FLAG_INTERRUPT;
|
||||||
|
});
|
||||||
|
|
||||||
// PX-238 Winter Wondervolt
|
// PX-238 Winter Wondervolt
|
||||||
ApplySpellFix({ 26157, 26272, 26273, 26274 }, [](SpellInfo* spellInfo)
|
ApplySpellFix({ 26157, 26272, 26273, 26274 }, [](SpellInfo* spellInfo)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user