ddon-server/Arrowgene.Ddon.Database/Files/Database/Script/migration_msq_3.1.sql
Paul Campbell 013a3d7426 feat: Season 3.1 main story quests
- 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"
2025-06-15 11:31:35 -04:00

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;