From 1a49477a1765c1ec58be8cf62f4fef92f506a908 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Fri, 14 May 2010 22:53:46 +0200 Subject: Set (more) blizzlike bonus for Healing Stream Totem. Fix by N4rk0. Closes issue #2110. Fixes issue #2086. --HG-- branch : trunk --- sql/updates/8197_world_spell_bonus_data.sql | 3 +++ sql/world.sql | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 sql/updates/8197_world_spell_bonus_data.sql (limited to 'sql') 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'); diff --git a/sql/world.sql b/sql/world.sql index a43b030b065..1c454804d81 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -5037,7 +5037,7 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a (58798, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 8'), (58799, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 9'), (2645, 0, 0, 0, 0, 'Shaman - Glyph of Ghost Wolf'), -(52042, -1, -1, -1, -1, 'Shaman - Healing Stream Totem Triggered Heal'), +(52042, 0.0445, 0.0445, -1, -1, 'Shaman - Healing Stream Totem Triggered Heal'), (331, 1.6106, -1, -1, -1, 'Shaman - Healing Wave'), (51505, 0.5714, -1, -1, -1, 'Shaman - Lava Burst'), (8004, 0.8082, -1, -1, -1, 'Shaman - Lesser Healing Wave'), -- cgit v1.2.3