mirror of
https://github.com/sebastian-heinz/Arrowgene.DragonsDogmaOnline
synced 2026-08-03 11:12:41 -04:00
Fixed an issue where the MSQ migrations through a constaint faiure exception when no characters in the database match the query.
4 lines
237 B
SQL
4 lines
237 B
SQL
INSERT INTO ddon_quest_progress(character_common_id, quest_type, quest_id, step, variant_quest_id)
|
|
SELECT ddon_completed_quests.character_common_id, 3, 20150, 0, 0
|
|
FROM ddon_completed_quests
|
|
WHERE ddon_completed_quests.quest_id = 20140;
|