diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture.json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture (Limsa).json similarity index 93% rename from QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture.json rename to QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture (Limsa).json index 605677c4..409ae27d 100644 --- a/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture.json +++ b/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture (Limsa).json @@ -17,10 +17,7 @@ "InteractionType": "AcceptQuest", "SkipConditions": { "AetheryteShortcutIf": { - "InSameTerritory": true, - "InTerritory": [ - 129 - ] + "InSameTerritory": true } } } @@ -71,4 +68,3 @@ } ] } - \ No newline at end of file diff --git a/Questionable/Model/QuestInfo.cs b/Questionable/Model/QuestInfo.cs index aeda70c3..05603009 100644 --- a/Questionable/Model/QuestInfo.cs +++ b/Questionable/Model/QuestInfo.cs @@ -28,6 +28,9 @@ internal sealed class QuestInfo : IQuestInfo 570 => " (Thaumaturge)", 673 => " (Ul'dah)", 674 => " (Limsa/Gridania)", + 1432 => " (Gridania)", + 1433 => " (Limsa)", + 1434 => " (Ul'dah)", _ => "", };