diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-13 19:43:32 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-13 19:43:32 +0700 |
| commit | 2d6912cd2e7ea19a781cc0cd8e4f68fda119c5ba (patch) | |
| tree | 46333d7f1a64da0f50aa079385cb6d18ea16f59a /sql/updates | |
| parent | 7fac55db666449f1cb2d89f1f566bca0465c5d4f (diff) | |
Core/Auras: Properly fix SPELL_AURA_DAMAGE_SHIELD
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_13_01_world_spell_bonus_data.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_13_01_world_spell_bonus_data.sql b/sql/updates/world/2011_05_13_01_world_spell_bonus_data.sql new file mode 100644 index 00000000000..63d0407efe7 --- /dev/null +++ b/sql/updates/world/2011_05_13_01_world_spell_bonus_data.sql @@ -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'); |
