fix(Scripts/MagisterTerrace): Add all spells to SpellDifficulty dbc (#20502)

This commit is contained in:
Andrew
2024-11-10 15:51:28 -03:00
committed by GitHub
parent 64ab05df37
commit 4470891310
5 changed files with 73 additions and 72 deletions

View File

@@ -0,0 +1,26 @@
--
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (44318, 44319, 44294, 44174, 44291, 14032, 15657, 44267, 12471, 14875, 11428, 44178, 44176, 12611, 15043, 15620, 21401, 44256, 44272, 44137, 46024, 44189);
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
(44318, 44318, 46380, 0, 0),
(44319, 44319, 46381, 0, 0),
(44294, 44294, 46155, 0, 0),
(44174, 44174, 46192, 0, 0),
(44291, 44291, 46193, 0, 0),
(14032, 14032, 15654, 0, 0),
(27611, 27611, 46189, 0, 0),
(15657, 15657, 15582, 0, 0),
(44267, 44267, 46191, 0, 0),
(12471, 12471, 15232, 0, 0),
(14875, 14875, 46190, 0, 0),
(11428, 11428, 46183, 0, 0),
(44178, 44178, 46195, 0, 0),
(44176, 44176, 46194, 0, 0),
(12611, 12611, 38384, 0, 0),
(15043, 15043, 15530, 0, 0),
(15620, 15620, 22907, 0, 0),
(21401, 21401, 46180, 0, 0),
(44256, 44256, 46181, 0, 0),
(44272, 44272, 46186, 0, 0),
(44137, 44137, 46187, 0, 0),
(46024, 46024, 46184, 0, 0),
(44189, 44189, 46164, 0, 0);