mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Auras: Properly fix SPELL_AURA_DAMAGE_SHIELD
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (467,7294);
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
(467,0.033,-1,-1,-1,'Druid - Thorns'),
|
||||
(7294,0.033,-1,-1,-1,'Paladin - Retribution Aura');
|
||||
Reference in New Issue
Block a user