Add suffix to venture unlock quests

pull/43/head
Liza 2024-09-10 21:04:33 +02:00
parent 5f0aedb5f7
commit 9369c837c6
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 4 additions and 5 deletions

View File

@ -17,10 +17,7 @@
"InteractionType": "AcceptQuest",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true,
"InTerritory": [
129
]
"InSameTerritory": true
}
}
}
@ -71,4 +68,3 @@
}
]
}

View File

@ -28,6 +28,9 @@ internal sealed class QuestInfo : IQuestInfo
570 => " (Thaumaturge)",
673 => " (Ul'dah)",
674 => " (Limsa/Gridania)",
1432 => " (Gridania)",
1433 => " (Limsa)",
1434 => " (Ul'dah)",
_ => "",
};