diff options
-rw-r--r-- | npc/functions/bank.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/bank.txt b/npc/functions/bank.txt index f473115c0..f59c1b748 100644 --- a/npc/functions/bank.txt +++ b/npc/functions/bank.txt @@ -472,7 +472,7 @@ function script MerchantQuest { case 3: // Most can be bought or found in Candor, Tulimshar, Nivalis or LoF .@item=any(YellowDye, Knife, InfantryHelmet, LeatherGloves, SilkRobe, CroconutBox, FishBox, Coal, IronIngot, Aquada, Ruby, Diamond, Beer, ShortSword, LeatherShirt, ShortBow, ArrowAmmoBox, LOFCoin, TrainingWand, DesertHat, LousyMoccasins); - mesc l("The merchant guild requires %s! Acquire it and deliver to the nearest merchant guild member!", getitemlink(.@item)); + mesc l("The merchant guild requires %s! Obtain one and deliver it to the nearest merchant guild member!", getitemlink(.@item)); next; mesc l("Accept request?"); if (askyesno() == ASK_YES) { |