diff options
Diffstat (limited to 'world/map/npc/021-1/eurni.txt')
-rw-r--r-- | world/map/npc/021-1/eurni.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/021-1/eurni.txt b/world/map/npc/021-1/eurni.txt index 8983c596..8f9e1b5d 100644 --- a/world/map/npc/021-1/eurni.txt +++ b/world/map/npc/021-1/eurni.txt @@ -22,7 +22,7 @@ L_Change: if (Zeny < 10000) - goto L_No_Money; + goto L_NoMoney; set Zeny, Zeny - 10000; changesex; close; |