Scripts/Spells: Convert Mage Fingers of Frost stack dropping script to use new proc attribute

This commit is contained in:
Shauren
2021-02-18 23:29:04 +01:00
parent 54c5cc97f5
commit a680e247ec
2 changed files with 3 additions and 23 deletions

View File

@@ -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';