Misc fixes / DB updates

This commit is contained in:
hondacrx
2021-02-22 16:07:39 -05:00
parent d1c0aa114a
commit 65b4a5c37a
4 changed files with 12 additions and 3 deletions
@@ -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';
@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_prayer_of_mending_heal','spell_pri_prayer_of_mending','spell_pri_prayer_of_mending_aura','spell_pri_prayer_of_mending_jump');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(33076, 'spell_pri_prayer_of_mending'),
(41635, 'spell_pri_prayer_of_mending_aura'),
(155793, 'spell_pri_prayer_of_mending_jump');