From f7f10cf7bb600b6871ed37f493fef18110dc182b Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 10 Nov 2013 05:09:37 +0100 Subject: Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4 - Consolidated case in remaining variables, labels, constants. Signed-off-by: Haru --- npc/merchants/coin_exchange.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/merchants') diff --git a/npc/merchants/coin_exchange.txt b/npc/merchants/coin_exchange.txt index b2c65f966..1e929bf86 100644 --- a/npc/merchants/coin_exchange.txt +++ b/npc/merchants/coin_exchange.txt @@ -54,8 +54,8 @@ if (countitem(.@coin)) { mes .@n$; mes "Thank you for coming."; - delitem .@Coin,1; - getitem .@Items[.@i],3; + delitem .@coin,1; + getitem .@items[.@i],3; close; } else { -- cgit v1.2.3-70-g09d2