diff options
author | megamage <none@none> | 2009-03-18 20:37:56 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-18 20:37:56 -0600 |
commit | 31e0cf6850fc30bff07cf574c43bcf3e2babf380 (patch) | |
tree | 3b9f0a88f3818841fb8728ab253a83e310d0d6f7 /src | |
parent | 8acc671f59e11b4030bb9ec87ccc058db8768aa9 (diff) |
[7483] the spell 'Protectorate Demolitionist' is a debuff. Author: DasBlub
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 364d85e2122..07c411160f3 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -563,6 +563,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) { case 13139: // net-o-matic special effect case 23445: // evil twin + case 35679: // Protectorate Demolitionist case 38637: // Nether Exhaustion (red) case 38638: // Nether Exhaustion (green) case 38639: // Nether Exhaustion (blue) |