diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_02_18_00_world_fingers_of_frost_proc_attributes.sql | 3 |
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'; |
