diff options
author | Keader <keader.android@gmail.com> | 2019-01-04 14:58:17 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-18 22:41:57 +0100 |
commit | 748e8463c7abc218075f7d70a234b0aaf3d07900 (patch) | |
tree | 72a83da41de209975266d7a3c13ac67a2fe598a8 | |
parent | f4d029b9523b35c38b80f0fb4aa9fb317a42e237 (diff) |
Core/Spells: Malleable Goo need be negative
Closes #22757
(cherry picked from commit 9ecce3319216ca2156441e661a0d7a3a120f4ab9)
-rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index 22e1f00bb7c..4eaf00125fe 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -4358,6 +4358,7 @@ bool _isPositiveEffectImpl(SpellInfo const* spellInfo, SpellEffectInfo const& ef case 64412: // Phase Punch, Algalon the Observer, Ulduar case 72410: // Rune of Blood, Saurfang, Icecrown Citadel case 71204: // Touch of Insignificance, Lady Deathwhisper, Icecrown Citadel + case 70853: // Malleable Goo, Professor Putricide, Icecrown Citadel return false; case 24732: // Bat Costume case 30877: // Tag Murloc |