mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
chore(DB/Spells): Remove duplicated entries from spelldifficulty_dbc (#15526)
Create rev_1679396183321763400.sql
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user