mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
SQL: Correct a typo and kill a DB startup error
This commit is contained in:
@@ -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, ''),
|
||||
|
||||
1
sql/updates/world/2011_03_21_8_world_spell_required.sql
Normal file
1
sql/updates/world/2011_03_21_8_world_spell_required.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_required` WHERE `spell_id`=40120;
|
||||
Reference in New Issue
Block a user