SQL: Correct a typo and kill a DB startup error

This commit is contained in:
Nay
2011-03-22 01:08:36 +00:00
parent 63508fd628
commit 3d7232b98e
2 changed files with 4 additions and 3 deletions

View File

@@ -11,19 +11,19 @@ INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value
(11685,12,0,0, ''),
(11686,12,0,0, ''),
(11687,12,0,0, ''),
(11688,12,0,0, '');
(11688,12,0,0, ''),
-- Call of the Crusade (25 player)
(11679,12,1,0, ''),
(11680,12,1,0, ''),
(11681,12,1,0, ''),
(11682,12,1,0, ''),
(11683,12,1,0, '');
(11683,12,1,0, ''),
-- Call of the Grand Crusade (10 player)
(11689,12,2,0, ''),
(11690,12,2,0, ''),
(11691,12,2,0, ''),
(11692,12,2,0, ''),
(11693,12,2,0, '');
(11693,12,2,0, ''),
-- Call of the Grand Crusade (25 player)
(11542,12,3,0, ''),
(11546,12,3,0, ''),

View File

@@ -0,0 +1 @@
DELETE FROM `spell_required` WHERE `spell_id`=40120;