chore(DB): import pending files

Referenced commit(s): 1724088e06
This commit is contained in:
AzerothCoreBot
2023-05-14 22:16:00 +00:00
parent 1724088e06
commit 3f47275f6c

View File

@@ -0,0 +1,10 @@
-- DB update 2023_05_14_07 -> 2023_05_14_08
--
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);