fix(Scripts/HellfireCitadel): Mass struct/model update (#16264)
* init * . * check codestyle (ubuntu-20.04) * ubuntu-20.04-clang-with-modules * clang
This commit is contained in:
parent
9ce833a68a
commit
1724088e06
13 changed files with 1385 additions and 1554 deletions
|
|
@ -0,0 +1,9 @@
|
|||
--
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (19130,30925,12739,30500,30495);
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES
|
||||
(19130, 19130, 40392),
|
||||
(30925, 30925, 40059),
|
||||
(12739, 12739, 15472),
|
||||
(30500, 30500, 35954),
|
||||
(30495, 30495, 35953);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue