From 206c3720a29b0db6c73ea534bd3f34bacaef17de Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 15 Nov 2011 21:06:07 +0100 Subject: Made Constants case-sensitive --- world/map/npc/functions/inn.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/functions/inn.txt') diff --git a/world/map/npc/functions/inn.txt b/world/map/npc/functions/inn.txt index b778669f..85df4122 100644 --- a/world/map/npc/functions/inn.txt +++ b/world/map/npc/functions/inn.txt @@ -8,9 +8,9 @@ function|script|Inn|{ "Yes", -, "No", L_No; - if (zeny < @cost) + if (Zeny < @cost) goto L_NoMoney; - set zeny, zeny - @cost; + set Zeny, Zeny - @cost; heal 10000, 10000; mes "[" + @npcname$ + "]"; -- cgit v1.2.3-60-g2f50