From b4469d480ee3fd8709dffd50aac615416c22739a Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 12 Sep 2016 01:27:06 -0300 Subject: DB/Spell: Fix some set bonus scaling with spell power --- sql/updates/world/3.3.5/2016_09_11_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_11_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_11_02_world.sql b/sql/updates/world/3.3.5/2016_09_11_02_world.sql new file mode 100644 index 00000000000..ddfc1d4a8d7 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_11_02_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (26170, 37382, 39373); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(26170, 0, 0, 0, 0, 'Oracular Heal (Priest AQ Set 3pc Bonus)'), +(37382, 0, 0, 0, 0, 'Pet Healing (Hunter & Warlock T5 Set 2pc Bonus'), +(39373, 0, 0, 0, 0, 'Shadowmend (Shadow''s Embrace Set 3pc Bonus'); -- cgit v1.2.3