diff options
| author | Keader <keader.android@gmail.com> | 2019-01-04 14:58:17 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2019-01-04 14:58:17 -0300 |
| commit | 9ecce3319216ca2156441e661a0d7a3a120f4ab9 (patch) | |
| tree | 8c5b8dd567c806e6a2dc2d582f2fab8020d345f6 /src | |
| parent | 74d51b92630eb4a0f5fc0082b7252019acd90460 (diff) | |
Core/Spells: Malleable Goo need be negative
Closes #22757
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index f59f8f9effc..77108b64ca4 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -3406,6 +3406,10 @@ bool _isPositiveEffectImpl(SpellInfo const* spellInfo, uint8 effIndex, std::unor 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 (10 normal) + case 72458: // Malleable Goo, Professor Putricide (25 normal) + case 72873: // Malleable Goo, Professor Putricide (10 heroic) + case 72874: // Malleable Goo, Professor Putricide (25 heroic) return false; case 24732: // Bat Costume case 30877: // Tag Murloc |
