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/009-2/alan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/009-2/alan.txt') diff --git a/world/map/npc/009-2/alan.txt b/world/map/npc/009-2/alan.txt index c08a7086..1715fe72 100644 --- a/world/map/npc/009-2/alan.txt +++ b/world/map/npc/009-2/alan.txt @@ -174,12 +174,12 @@ L_State_4: close; L_State_4_pay: - if (zeny < 10000) + if (Zeny < 10000) goto L_State_4_nocash; getinventorylist; if (@inventorylist_count == 100) goto L_State_4_TooMany; - set zeny, zeny - 10000; + set Zeny, Zeny - 10000; getitem "ForestBow", 1; set @Q_status, 5; callsub S_Update_Var; -- cgit v1.2.3-60-g2f50