fix(Core/Spells): T4 Shadow Priest 4 Set (#17587)
* fix(Core/Spells): T4 Shadow Priest 4 Set * zzz
This commit is contained in:
parent
435cc97e1d
commit
11c88cb30e
1 changed files with 6 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue