diff options
Diffstat (limited to 'npc/018-1/george.txt')
-rw-r--r-- | npc/018-1/george.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-1/george.txt b/npc/018-1/george.txt index c899009bd..c09a961de 100644 --- a/npc/018-1/george.txt +++ b/npc/018-1/george.txt @@ -185,7 +185,7 @@ L_Shop: if (Zeny < .@price) { mesc l("You do not have enough money."); next; - goto L_Menu; + goto L_Main; } if (askyesno() == ASK_YES) { inventoryplace IronShovel, 1; |