mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Scripts/Spells: Convert Mage Fingers of Frost stack dropping script to use new proc attribute
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user