From ab3307fc2373ace51bea93682bc66bc709ca019c Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 17 Jan 2018 13:01:18 -0300 Subject: Core/Scripts: fix some spells double dipping from done/taken bonuses Closes #21007 --- sql/updates/world/3.3.5/2018_01_17_00_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_01_17_00_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_01_17_00_world_335.sql b/sql/updates/world/3.3.5/2018_01_17_00_world_335.sql new file mode 100644 index 00000000000..296ab2072ae --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_17_00_world_335.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (379, 974, 52042); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(379, 0.4762, -1, -1, -1, 'Shaman - Earth Shield heal'), +(974, 0, 0, 0, 0, 'Shaman - Earth Shield'), +(52042, -1, 0, 0, 0, 'Shaman - Healing Stream Totem'); -- cgit v1.2.3