DB/Spells: correct more spelldifficulty_dbc entries
* add log message to find wrong entries
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `spellid0` IN (31956,36127,49380,59803,49381);
|
||||
INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`, `spellid2`, `spellid3`) VALUES
|
||||
(31956,31956,38801,0,0),
|
||||
(36127,36127,39005,0,0),
|
||||
(49380,49380,59803,0,0),
|
||||
(49381,49381,59805,0,0);
|
||||
Reference in New Issue
Block a user