fix(Scripts/HoL): Fix Ionar ball lightning target and overload knockback (#23290)
This commit is contained in:
parent
4919e07a7f
commit
671298cc5b
2 changed files with 19 additions and 28 deletions
|
|
@ -0,0 +1,5 @@
|
|||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (52780, 52658, 52667);
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
|
||||
(52780, 52780, 59800, 0, 0), -- Ball Lightning
|
||||
(52658, 52658, 59795, 0, 0), -- Static Overload
|
||||
(52667, 52667, 59833, 0, 0); -- Spark Visual Trigger
|
||||
Loading…
Add table
Add a link
Reference in a new issue