aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-08-04 17:13:05 -0700
committerNay <dnpd.dd@gmail.com>2012-08-04 17:13:05 -0700
commitf2c200ce3b03c4d1b4effadc2cfc9e0b1ad2e039 (patch)
tree2dc8d920a4139002b299b1dc74c55d100be0be82 /src
parentd55da343a69406fe4b1d75ed81b8ad0ccd24dc8c (diff)
parent22415bee66f1bc74cc620df25c32840b10361604 (diff)
Merge pull request #7273 from Faq/Debuff_0
Core/Spells: Wrath of the Plaguebringer should be a debuff. thnx Tibbi
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellInfo.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp
index a397bb13709..0dad4fda760 100644
--- a/src/server/game/Spells/SpellInfo.cpp
+++ b/src/server/game/Spells/SpellInfo.cpp
@@ -2205,14 +2205,16 @@ bool SpellInfo::_IsPositiveEffect(uint8 effIndex, bool deep) const
case SPELLFAMILY_GENERIC:
switch (Id)
{
+ case 29214: // Wrath of the Plaguebringer
case 34700: // Allergic Reaction
+ case 54836: // Wrath of the Plaguebringer
case 61987: // Avenging Wrath Marker
case 61988: // Divine Shield exclude aura
case 62532: // Conservator's Grip
return false;
+ case 30877: // Tag Murloc
case 61716: // Rabbit Costume
case 61734: // Noblegarden Bunny
- case 30877: // Tag Murloc
case 62344: // Fists of Stone
return true;
default: