Core/Auras: Properly fix SPELL_AURA_DAMAGE_SHIELD

This commit is contained in:
tobmaps
2011-05-13 19:43:32 +07:00
parent 7fac55db66
commit 2d6912cd2e
4 changed files with 30 additions and 4 deletions

View File

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