diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-04-26 12:35:08 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-04-26 12:35:08 +0200 |
| commit | dc4c67ab40ad31414c23133db93f97458ade6930 (patch) | |
| tree | 9b4a165e7e75408f2b98a2d7e155edeb34ecad4c /sql | |
| parent | 35798d7f9e4cc17f0aaf0ecf2c28cb3221e1fd7f (diff) | |
DB/Achievement: Fix last typo
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_04_26_01_world_game_event.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/world/2014_04_26_01_world_game_event.sql b/sql/updates/world/2014_04_26_01_world_game_event.sql index 56762b1b510..c87525f1074 100644 --- a/sql/updates/world/2014_04_26_01_world_game_event.sql +++ b/sql/updates/world/2014_04_26_01_world_game_event.sql @@ -10,8 +10,8 @@ INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, ` DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (9058, 12562,16082,17804,18500); INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES -(9058, 23, 65, 0, ''), -- WoW''s 4th Anniversary' -(12562, 23, 66, 0, ''), -- WoW''s 5th Anniversary -(16082, 23, 67, 0, ''), -- WoW''s 6th Anniversary +(9058, 24, 65, 0, ''), -- WoW''s 4th Anniversary' +(12562, 24, 66, 0, ''), -- WoW''s 5th Anniversary +(16082, 24, 67, 0, ''), -- WoW''s 6th Anniversary (17804, 16, 467, 0, ''), -- WoW''s 7th Anniversary (18500, 16, 484, 0, ''); -- WoW''s 8th Anniversary |
