From cb6f84d2df4203cac5b9e63ebf99814427514ec2 Mon Sep 17 00:00:00 2001 From: Oskar Wiksten Date: Sun, 19 May 2013 18:16:23 +0200 Subject: [PATCH] Bugfix: Allow conversation options for "Feygard errands" in Vilegard even when the Vilegard quest has not been completed. --- .../res/raw/conversationlist_vilegard_shops.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/AndorsTrail/res/raw/conversationlist_vilegard_shops.json b/AndorsTrail/res/raw/conversationlist_vilegard_shops.json index a309854d1..a5e5574e2 100644 --- a/AndorsTrail/res/raw/conversationlist_vilegard_shops.json +++ b/AndorsTrail/res/raw/conversationlist_vilegard_shops.json @@ -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 + } + } } ] },