DB/Spells: correct more spelldifficulty_dbc entries

* add log message to find wrong entries
This commit is contained in:
joschiwald
2014-01-05 00:49:54 +01:00
parent 853b9e9c58
commit 738afccfc1
3 changed files with 11 additions and 2 deletions
@@ -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);