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/021-1/eurni.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/021-1') diff --git a/world/map/npc/021-1/eurni.txt b/world/map/npc/021-1/eurni.txt index 3575ab1f..16a2ea77 100644 --- a/world/map/npc/021-1/eurni.txt +++ b/world/map/npc/021-1/eurni.txt @@ -7,7 +7,7 @@ L_Begin: if (BaseLevel < 10) goto L_TooYoung; - if (zeny < 10000) goto L_NoMoney; + if (Zeny < 10000) goto L_NoMoney; mes "[Eurni the Surgeon]"; mes "\"Are you tired of being what you are?\""; @@ -26,9 +26,9 @@ L_Begin: close; L_Change: - if (zeny < 10000) + if (Zeny < 10000) goto L_No_Money; - set zeny, zeny - 10000; + set Zeny, Zeny - 10000; changesex; close; -- cgit v1.2.3-60-g2f50