From ebbc72e9c202abc4cd4b26aca25869c0f83d694d Mon Sep 17 00:00:00 2001 From: Thrashmandicoot Date: Fri, 30 Oct 2015 02:26:41 -0700 Subject: [PATCH] Refactor sellForGold, add displayPotion/item --- common/locales/en/npc.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/common/locales/en/npc.json b/common/locales/en/npc.json index 2c2ce1ac99..d78c201dce 100644 --- a/common/locales/en/npc.json +++ b/common/locales/en/npc.json @@ -9,11 +9,10 @@ "danielText2": "Be warned: If you are participating in a boss quest, the boss will still damage you for your party mates' missed Dailies! Also, your own damage to the Boss (or items collected) will not be applied until you check out of the Inn.", "alexander": "Alexander the Merchant", "welcomeMarket": "Welcome to the Market! Buy hard-to-find eggs and potions! Sell your extras! Commission useful services! Come see what we have to offer.", - "sellForGold": "Sell <%= item %> for <%= gold %> Gold", + "displayItemForGold": "Do you want to sell one <%= itemType %>?", "displayEggForGold": "Do you want to sell one <%= itemType %> Egg?", - "sellEggForGold": "Sell it for <%= gold %> Gold", - "displayPotionForGold": "Do you want to sell one <%= itemType %> Potion?", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "displayPotionForGold": "Do you want to sell one <%= itemType %> Potion?", + "sellForGold": "Sell it for <%= gold %> Gold", "buyGems": "Buy Gems", "justin": "Justin", "ian": "Ian",