mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
refactor(Scripts/Auchindoun): Mass struct/model update (#16266)
* init * ubuntu-20.04-clang-with-modules * unused context * . * . * . * pew * .
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user