Bugfix: Allow conversation options for "Feygard errands" in Vilegard even when the Vilegard quest has not been completed.

This commit is contained in:
Oskar Wiksten
2013-05-19 18:16:23 +02:00
parent 1df5d183dc
commit cb6f84d2df

View File

@@ -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
}
}
}
]
},