diff options
| author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-12-26 13:57:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-26 13:57:50 +0100 |
| commit | 7920347f439b1c17805182a4f22d3b3b9f521a29 (patch) | |
| tree | d30aade88d3060dffa2b0fa0d17544fb68df89b1 /src | |
| parent | 13ad8b66d9f4abcb55b4369a24d89d8cde3ca361 (diff) | |
Core/Spells: Fix Spellsteal stealing Silence buff of Arcane Torrent (#23992)
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index fcff4b49a36..004eadfe98a 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -3492,7 +3492,6 @@ bool _isPositiveEffectImpl(SpellInfo const* spellInfo, uint8 effIndex, std::unor case SPELL_EFFECT_LEARN_SPELL: case SPELL_EFFECT_SKILL_STEP: case SPELL_EFFECT_HEAL_PCT: - case SPELL_EFFECT_ENERGIZE_PCT: return true; case SPELL_EFFECT_INSTAKILL: if (i != effIndex && // for spells like 38044: instakill effect is negative but auras on target must count as buff |
