aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorkaelima <jeppo_meyer@msn.com>2011-04-17 13:32:46 +0200
committerkaelima <jeppo_meyer@msn.com>2011-04-17 13:32:46 +0200
commit18f4ed5de4545e2cb8df074183f9ed2c16709442 (patch)
tree0ba5d3fa6d564a67af34446cd1a363a14fb40f08 /sql/updates
parent35c238050af6af5c2681839606922c9b84b03ba0 (diff)
Core/Spells: Fix damage scaling of mages Water Elementals.
- Water Elemental scales with 33% of mages spell power. - Waterbolt scales with 83.33% of elementals spell power.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_04_17_01_world_spell_bonus_data.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_04_17_01_world_spell_bonus_data.sql b/sql/updates/world/2011_04_17_01_world_spell_bonus_data.sql
new file mode 100644
index 00000000000..4c1fca8d728
--- /dev/null
+++ b/sql/updates/world/2011_04_17_01_world_spell_bonus_data.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry`=31707;
+INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
+(31707,0.8333,0,0,0, 'Mage - Water Elemental Waterbolt');