diff options
Diffstat (limited to 'world/map/npc/009-3')
-rw-r--r-- | world/map/npc/009-3/warp.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/world/map/npc/009-3/warp.txt b/world/map/npc/009-3/warp.txt index 8bb52a30..db1146e8 100644 --- a/world/map/npc/009-3/warp.txt +++ b/world/map/npc/009-3/warp.txt @@ -8,8 +8,7 @@ L_Next: if (Zeny < 150) goto L_NotEnoughMoney; - //else - goto L_Pay; + goto L_Pay; L_Exit: close; |