diff options
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'); |
