DB update

This commit is contained in:
hondacrx
2022-06-16 22:33:41 -04:00
parent 6116d6f0a5
commit c00d9572c7
3 changed files with 6 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId`=202425;
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(202425,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0,0,0,0); -- Warrior of Elune
@@ -0,0 +1 @@
UPDATE `spell_script_names` SET `ScriptName` = 'spell_icc_spirit_alarm' WHERE `ScriptName` = 'spell_icc_sprit_alarm';
@@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hun_posthaste';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (781, 'spell_hun_posthaste');