aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-02-18 23:29:04 +0100
committerShauren <shauren.trinity@gmail.com>2021-02-18 23:29:04 +0100
commita680e247ec7908decd78c50ac8304aadd0e3f15d (patch)
tree9ffaca7834e7066059a92898532f09ac89a6fec9 /sql
parent54c5cc97f53dd456a4496d23c0b3375f9280639a (diff)
Scripts/Spells: Convert Mage Fingers of Frost stack dropping script to use new proc attribute
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_02_18_00_world_fingers_of_frost_proc_attributes.sql3
1 files changed, 3 insertions, 0 deletions
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';