aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAnubisss <none@none>2010-05-14 22:53:46 +0200
committerAnubisss <none@none>2010-05-14 22:53:46 +0200
commit1a49477a1765c1ec58be8cf62f4fef92f506a908 (patch)
tree6524fa8a92b05408a9779bd3a4c10c3ce3bee789 /sql/updates
parent7ef50b62c8a3a9092e18a5eeb34bbc6b4e7b3f65 (diff)
Set (more) blizzlike bonus for Healing Stream Totem.
Fix by N4rk0. Closes issue #2110. Fixes issue #2086. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/8197_world_spell_bonus_data.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/8197_world_spell_bonus_data.sql b/sql/updates/8197_world_spell_bonus_data.sql
new file mode 100644
index 00000000000..2a6deb43a30
--- /dev/null
+++ b/sql/updates/8197_world_spell_bonus_data.sql
@@ -0,0 +1,3 @@
+DELETE FROM spell_bonus_data WHERE entry = 52042;
+INSERT INTO spell_bonus_data (entry, direct_bonus, dot_bonus, ap_bonus, ap_dot_bonus, comments) VALUES
+(52042, 0.0445, 0.0445, -1, -1, 'Shaman - Healing Stream Totem Triggered Heal');