mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Merge pull request #6053 from Jildor/Noblegarden_bunny
Core/Spells: Fix Rabbit Costume and Noblegarden Bunny
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user