chore(DB/Spells): Remove duplicated entries from spelldifficulty_dbc (#15526)

Create rev_1679396183321763400.sql
This commit is contained in:
Gultask
2023-03-21 18:26:05 -03:00
committed by GitHub
parent e85fe8d2c9
commit 341ef8658e

View File

@@ -0,0 +1,14 @@
--
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (3262,3263,3264,3265,3266,3267,5000,5001,5002,5003,5004,5005,5006,5007,5008);
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (57570,57579,57581,39529,57757,57728,56908,56910,57598);
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
(57570, 57570, 59126, 0, 0),
(57579, 57579, 59127, 0, 0),
(57581, 57581, 59128, 0, 0),
(39529, 39529, 58940, 0, 0),
(57757, 57757, 58936, 0, 0),
(57728, 57728, 58947, 0, 0),
(56908, 56908, 58956, 0, 0),
(56910, 56910, 58957, 0, 0),
(57598, 57598, 58964, 0, 0);