refactor(Scripts/Auchindoun): Mass struct/model update (#16266)

* init

* ubuntu-20.04-clang-with-modules

* unused context

* .

* .

* .

* pew

* .
This commit is contained in:
Eddy Vega
2023-06-08 13:32:44 -06:00
committed by GitHub
parent 3fc0a5b4fd
commit 8e51183fa6
13 changed files with 724 additions and 780 deletions

View File

@@ -0,0 +1,11 @@
--
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (8374,15039,33534,12548,33620,15659,38795);
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES
(8374, 8374, 38761),
(15039, 15039, 15616),
(33534, 33534, 38135),
(12548, 12548, 21401),
(33620, 33620, 38137),
(15659, 15659, 15305),
(38795, 38795, 33666);