diff options
-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'), |