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