mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Core/Spells: Hallowed Wand - Bat custome must be positive
closes #22684
This commit is contained in:
@@ -3407,6 +3407,7 @@ bool _isPositiveEffectImpl(SpellInfo const* spellInfo, uint8 effIndex, std::unor
|
||||
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