From 32e2207ab9863b9d79b994afd929730ca04bbce8 Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 23 Feb 2017 11:27:36 -0300 Subject: Core/Scripts: Victory Rush and Rune Strike proc correction (d0f760420a671bc255c0d3ebec75e6837507a541 follow up) Closes #19192 --- sql/updates/world/3.3.5/2017_02_23_01_world_335.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_02_23_01_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_02_23_01_world_335.sql b/sql/updates/world/3.3.5/2017_02_23_01_world_335.sql new file mode 100644 index 00000000000..89858856417 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_23_01_world_335.sql @@ -0,0 +1,6 @@ +UPDATE `spell_proc` SET `AttributesMask`=(`AttributesMask` & ~0x10) WHERE `SpellId` IN (32216, 56817); + +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_proc_charge_drop_only'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(32216, 'spell_gen_proc_charge_drop_only'), +(56817, 'spell_gen_proc_charge_drop_only'); -- cgit v1.2.3