diff options
| author | Anubisss <none@none> | 2010-05-14 22:53:46 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2010-05-14 22:53:46 +0200 |
| commit | 1a49477a1765c1ec58be8cf62f4fef92f506a908 (patch) | |
| tree | 6524fa8a92b05408a9779bd3a4c10c3ce3bee789 | |
| parent | 7ef50b62c8a3a9092e18a5eeb34bbc6b4e7b3f65 (diff) | |
Set (more) blizzlike bonus for Healing Stream Totem.
Fix by N4rk0.
Closes issue #2110.
Fixes issue #2086.
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/8197_world_spell_bonus_data.sql | 3 | ||||
| -rw-r--r-- | sql/world.sql | 2 |
2 files changed, 4 insertions, 1 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'); 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'), |
