aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-05-20 21:11:43 +0200
committerShauren <shauren.trinity@gmail.com>2016-05-20 21:11:43 +0200
commit9a6c08efa2a502cf6700ede0c5c432965f487854 (patch)
tree2464b170dfc4d7106776960731835c3caabb623b /sql
parent498725f3de8d18b26986c2c2e0ceec6c384a8016 (diff)
Core/Spells: Fixed Fulmination and Shaman T18 bonuses related to it
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_05_20_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_05_20_00_world.sql b/sql/updates/world/6.x/2016_05_20_00_world.sql
new file mode 100644
index 00000000000..c9bc0a4cbf4
--- /dev/null
+++ b/sql/updates/world/6.x/2016_05_20_00_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_item_t18_elemental_4p_bonus';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(189063,'spell_sha_item_t18_elemental_4p_bonus');
+
+DELETE FROM `spell_proc_event` WHERE `entry`=88766;
+INSERT INTO `spell_proc_event` (`entry`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`cooldown`) VALUES
+(88766,0x00100003,0x00001000,0x00000000,0x00000004,0);