From 2d5859cc9ba7a2be96ceb6e5add7c8d0f5f7a503 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Sep 2021 21:02:45 -0300 Subject: Fix bad goto at George --- npc/018-1/george.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50