mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 02:23:49 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user