diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-15 17:32:10 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-15 17:32:10 -0600 |
commit | 9e6e0946dba817305b6c0388236fdb12a492c507 (patch) | |
tree | 9e714fd538abdcd93c46889de77c6c5c1bf218c5 /npc | |
parent | 55e6dd0ad3a9a5bd96c8a9031cf62bd67c20b6fd (diff) | |
download | serverdata-9e6e0946dba817305b6c0388236fdb12a492c507.tar.gz serverdata-9e6e0946dba817305b6c0388236fdb12a492c507.tar.bz2 serverdata-9e6e0946dba817305b6c0388236fdb12a492c507.tar.xz serverdata-9e6e0946dba817305b6c0388236fdb12a492c507.zip |
Fix a bug in the sex changer
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?\""; |