Add suffix to venture unlock quests
This commit is contained in:
parent
5f0aedb5f7
commit
9369c837c6
@ -17,10 +17,7 @@
|
|||||||
"InteractionType": "AcceptQuest",
|
"InteractionType": "AcceptQuest",
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"InSameTerritory": true,
|
"InSameTerritory": true
|
||||||
"InTerritory": [
|
|
||||||
129
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -71,4 +68,3 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -28,6 +28,9 @@ internal sealed class QuestInfo : IQuestInfo
|
|||||||
570 => " (Thaumaturge)",
|
570 => " (Thaumaturge)",
|
||||||
673 => " (Ul'dah)",
|
673 => " (Ul'dah)",
|
||||||
674 => " (Limsa/Gridania)",
|
674 => " (Limsa/Gridania)",
|
||||||
|
1432 => " (Gridania)",
|
||||||
|
1433 => " (Limsa)",
|
||||||
|
1434 => " (Ul'dah)",
|
||||||
_ => "",
|
_ => "",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user