aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorLiberate <none@none>2010-07-28 13:48:35 +0200
committerLiberate <none@none>2010-07-28 13:48:35 +0200
commit311e8ddf663519895d61510b7ea20df48c0d8f22 (patch)
tree2782129e19eef171c186f6fb9023b6e1dac1e8ea /sql/updates
parentf5e3943e542a9daa7feb84ba90814ae713290d75 (diff)
parent0fbb3af7a3af37cd97f57ad86776296f574de55b (diff)
Merge
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9063_world_spell_bonus_data.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/9063_world_spell_bonus_data.sql b/sql/updates/9063_world_spell_bonus_data.sql
new file mode 100644
index 00000000000..78b87493041
--- /dev/null
+++ b/sql/updates/9063_world_spell_bonus_data.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry`=33778;
+INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
+(33778,0.589714,0,0,0, 'Druid - Lifebloom final heal');