mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Spells: Hallowed Wand - Bat custome must be positive
closes #22684
(cherry picked from commit d6d2c4efb9)
This commit is contained in:
@@ -4359,6 +4359,7 @@ bool _isPositiveEffectImpl(SpellInfo const* spellInfo, SpellEffectInfo const& ef
|
||||
case 72410: // Rune of Blood, Saurfang, Icecrown Citadel
|
||||
case 71204: // Touch of Insignificance, Lady Deathwhisper, Icecrown Citadel
|
||||
return false;
|
||||
case 24732: // Bat Costume
|
||||
case 30877: // Tag Murloc
|
||||
case 61716: // Rabbit Costume
|
||||
case 61734: // Noblegarden Bunny
|
||||
|
||||
Reference in New Issue
Block a user