Skip to content

Commit

Permalink
fix(Core/Spells): T4 Shadow Priest 4 Set (azerothcore#17587)
Browse files Browse the repository at this point in the history
* fix(Core/Spells): T4 Shadow Priest 4 Set

* zzz
  • Loading branch information
avarishd committed Nov 2, 2023
1 parent 435cc97 commit 11c88cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/server/game/Spells/SpellInfoCorrections.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 11c88cb

Please sign in to comment.