fix(Scripts/HoL): Ionar's Static Overload missing knockback (#22049)
This commit is contained in:
parent
a902e7314c
commit
8c2b1bc79b
2 changed files with 38 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue