refactor(Scripts/VioletHold): Move all spells to spelldifficul… (#20796)
refactor(Scripts/VioletHold): Move all spell scripts to spelldifficultydbc
This commit is contained in:
parent
10a79441b6
commit
938c637c9a
8 changed files with 46 additions and 60 deletions
|
|
@ -0,0 +1,28 @@
|
|||
--
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (58693, 58690, 58688, 54481, 54479, 54237, 54241, 54312, 54235, 54282, 54249, 54442, 54438, 54202, 54226, 54160, 54524, 54361);
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
|
||||
-- Cyanigosa
|
||||
(58693, 58693, 59369, 0, 0),
|
||||
(58690, 58690, 59283, 0, 0),
|
||||
(58688, 58688, 59281, 0, 0),
|
||||
-- Erekem
|
||||
(54481, 54481, 59473, 0, 0),
|
||||
(54479, 54479, 59471, 0, 0),
|
||||
-- Ichoron
|
||||
(54237, 54237, 59520, 0, 0),
|
||||
(54241, 54241, 59521, 0, 0),
|
||||
(54312, 54312, 59522, 0, 0),
|
||||
-- Lavanthor
|
||||
(54235, 54235, 59468, 0, 0),
|
||||
(54282, 54282, 59469, 0, 0),
|
||||
(54249, 54249, 59594, 0, 0),
|
||||
-- Moragg
|
||||
(54442, 54442, 59524, 0, 0),
|
||||
(54438, 54438, 59523, 0, 0),
|
||||
-- Xevozz
|
||||
(54202, 54202, 59483, 0, 0),
|
||||
(54226, 54226, 59485, 0, 0),
|
||||
(54160, 54160, 59474, 0, 0),
|
||||
-- Zuramat
|
||||
(54524, 54524, 59745, 0, 0),
|
||||
(54361, 54361, 59743, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue