aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2018_01_17_00_world_335.sql5
1 files changed, 5 insertions, 0 deletions
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');