fix(Scripts/HoL): Ionar's Static Overload missing knockback (#22049)

This commit is contained in:
avarishd
2025-06-17 20:50:29 +03:00
committed by GitHub
parent a902e7314c
commit 8c2b1bc79b
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- 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);