From 9e6e0946dba817305b6c0388236fdb12a492c507 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 15 Mar 2009 17:32:10 -0600 Subject: Fix a bug in the sex changer --- npc/021-1_Tulimshar/eurni.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/021-1_Tulimshar') diff --git a/npc/021-1_Tulimshar/eurni.txt b/npc/021-1_Tulimshar/eurni.txt index 1edfc94e..1a140e81 100644 --- a/npc/021-1_Tulimshar/eurni.txt +++ b/npc/021-1_Tulimshar/eurni.txt @@ -2,7 +2,7 @@ 021-1.gat,141,113,0 script Eurni 136,{ if (BaseLevel < 10) goto L_TooYoung; - if (zeny < 10000) goto L_No_Money; + if (zeny < 10000) goto L_NoMoney; mes "[Eurni the Surgeon]"; mes "\"Are you tired of being what you are?\""; -- cgit v1.2.3-70-g09d2