Merge pull request #6053 from Jildor/Noblegarden_bunny

Core/Spells: Fix Rabbit Costume and Noblegarden Bunny
This commit is contained in:
Subv
2012-04-06 06:02:23 -07:00

View File

@@ -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;