mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Bugfix: Allow conversation options for "Feygard errands" in Vilegard even when the Vilegard quest has not been completed.
This commit is contained in:
@@ -82,6 +82,18 @@
|
||||
{
|
||||
"text": "Can I see what items you have for sale?",
|
||||
"nextPhraseID": "vilegard_shop_notrust_2"
|
||||
},
|
||||
{
|
||||
"text": "I have a shipment of Feygard items for you.",
|
||||
"nextPhraseID": "vilegard_shop_notrust_2",
|
||||
"requires": {
|
||||
"progress": "feygard_shipment:35",
|
||||
"item": {
|
||||
"itemID": "fg_ironsword",
|
||||
"quantity": 10,
|
||||
"requireType": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user