diff options
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 |
