chore(DB): import pending files

Referenced commit(s): a902e7314c
This commit is contained in:
github-actions[bot]
2025-06-17 17:51:17 +00:00
parent 8c2b1bc79b
commit 31f466fa32

View File

@@ -0,0 +1,10 @@
-- DB update 2025_06_17_01 -> 2025_06_17_02
-- HoL - Static Overload
DELETE FROM `spell_script_names` WHERE `spell_id` IN (52658,59795) AND `ScriptName`='spell_ionar_static_overload';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(52658, 'spell_ionar_static_overload'),
(59795, 'spell_ionar_static_overload');
DELETE FROM `spelldifficulty_dbc` WHERE `ID` = 53337;
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
(53337, 53337, 59798, 0, 0);