mirror of
https://github.com/sebastian-heinz/Arrowgene.DragonsDogmaOnline
synced 2026-08-03 11:12:41 -04:00
- Implemented the main story quest "The Royal Family Sacrament" - Implemented the main story quest "The Approaching Demon Army" - Implemented the main story quest "Portent of Despair" - Implemented the main story quest "Diversionary Tactics" - Implemented the main story quest "The Secret Entrance" - Implemented the main story quest "A Desperate Infiltration" - Implemented the main story quest "The Battle of Lookout Castle"
4 lines
230 B
SQL
4 lines
230 B
SQL
INSERT INTO ddon_quest_progress(character_common_id, quest_type, quest_schedule_id, step)
|
|
SELECT ddon_completed_quests.character_common_id, 3, 6301696, 0
|
|
FROM ddon_completed_quests
|
|
WHERE ddon_completed_quests.quest_id = 00030070;
|