From e477f6482d248d16943ddca26e56e150598698f2 Mon Sep 17 00:00:00 2001 From: Taldin Date: Mon, 17 Nov 2014 17:50:22 -0800 Subject: [PATCH] Shouldn't get Noble Tunic from Knight Quest Fixed getting both Jean Chalard's Noble Tunic and Mustelaine's Offhand Morning Star. Removed the line awarding the Tunic (armor_special2). --- script/content.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/script/content.coffee b/script/content.coffee index 288a7f87fa..476e401fa0 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -1238,7 +1238,6 @@ api.quests = str: 3.5 drop: items: [ - {type: 'gear', key: "armor_special_2", text: t('armorSpecial2Text')} {type: 'food', key: 'Honey', text: t('questGoldenknight3DropHoney')} {type: 'food', key: 'Honey', text: t('questGoldenknight3DropHoney')} {type: 'food', key: 'Honey', text: t('questGoldenknight3DropHoney')}