summaryrefslogtreecommitdiff
path: root/world/map/npc/009-3/warp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-3/warp.txt')
-rw-r--r--world/map/npc/009-3/warp.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/009-3/warp.txt b/world/map/npc/009-3/warp.txt
index db1146e8..bc828df4 100644
--- a/world/map/npc/009-3/warp.txt
+++ b/world/map/npc/009-3/warp.txt
@@ -8,7 +8,9 @@
L_Next:
if (Zeny < 150)
goto L_NotEnoughMoney;
- goto L_Pay;
+ if (Zeny >= 150)
+ goto L_Pay;
+ goto L_Exit;
L_Exit:
close;