fix(Core/Spells): T4 Shadow Priest 4 Set (#17587)

* fix(Core/Spells): T4 Shadow Priest 4 Set

* zzz
This commit is contained in:
avarishd
2023-11-02 13:54:44 +02:00
committed by GitHub
parent 435cc97e1d
commit 11c88cb30e

View File

@@ -4584,6 +4584,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AuraInterruptFlags |= ( AURA_INTERRUPT_FLAG_MOUNT | AURA_INTERRUPT_FLAG_CAST );
});
// Improved Mind Flay and Smite
ApplySpellFix({ 37571 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].SpellClassMask[0] = 8388736;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];