diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/021-1_Tulimshar/eurni.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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?\""; |