diff options
author | Subv <s.v.h21@hotmail.com> | 2012-04-06 06:02:23 -0700 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-04-06 06:02:23 -0700 |
commit | 9bf4592c759d569748d65b7b90ef7d7beeb64267 (patch) | |
tree | e2cbb1a6d076887fbeea7b78bd868b24127edba3 /src | |
parent | b5dc7bc45b658bc0f5627628337992c944224345 (diff) | |
parent | 74565045f20a5b23291f3bc87ab889e9d53a7b44 (diff) |
Merge pull request #6053 from Jildor/Noblegarden_bunny
Core/Spells: Fix Rabbit Costume and Noblegarden Bunny
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index b95ee766f38..07ab71207f1 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -2177,12 +2177,12 @@ bool SpellInfo::_IsPositiveEffect(uint8 effIndex, bool deep) const switch (Id) { case 34700: // Allergic Reaction - case 61716: // Rabbit Costume - case 61734: // Noblegarden Bunny case 61987: // Avenging Wrath Marker case 61988: // Divine Shield exclude aura case 62532: // Conservator's Grip return false; + case 61716: // Rabbit Costume + case 61734: // Noblegarden Bunny case 30877: // Tag Murloc case 62344: // Fists of Stone return true; |