From a680e247ec7908decd78c50ac8304aadd0e3f15d Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 18 Feb 2021 23:29:04 +0100 Subject: Scripts/Spells: Convert Mage Fingers of Frost stack dropping script to use new proc attribute --- .../master/2021_02_18_00_world_fingers_of_frost_proc_attributes.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_02_18_00_world_fingers_of_frost_proc_attributes.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_02_18_00_world_fingers_of_frost_proc_attributes.sql b/sql/updates/world/master/2021_02_18_00_world_fingers_of_frost_proc_attributes.sql new file mode 100644 index 00000000000..037e3eb2413 --- /dev/null +++ b/sql/updates/world/master/2021_02_18_00_world_fingers_of_frost_proc_attributes.sql @@ -0,0 +1,3 @@ +UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x10 WHERE `SpellId`=44544; + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_fingers_of_frost'; -- cgit v1.2.3