chore(Spell/Effects): Small improvement to EffectDistract (#15920)

* chore(Spell/Effects): Small improvement to EffectDistract

* Update SpellEffects.cpp
This commit is contained in:
Kitzunu
2023-04-21 12:41:01 +02:00
committed by GitHub
parent 6634d6a581
commit 7eafd35190
2 changed files with 3 additions and 7 deletions

View File

@@ -713,8 +713,7 @@ void SpellMgr::LoadSpellInfoCorrections()
ApplySpellFix({
5171, // Slice and Dice
6774, // Slice and Dice
1725 // Distract
6774 // Slice and Dice
}, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx3 |= SPELL_ATTR3_SUPRESS_TARGET_PROCS;