summaryrefslogtreecommitdiff
path: root/npc/018-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-09-29 21:02:45 -0300
committerJesusaves <cpntb1@ymail.com>2021-09-29 21:02:45 -0300
commit2d5859cc9ba7a2be96ceb6e5add7c8d0f5f7a503 (patch)
treececdb04ece84434de63f7ad9b352b8526e9c0cf7 /npc/018-1
parent444796ee318322b0110cf9972d07ffa7c1b55d0c (diff)
downloadserverdata-2d5859cc9ba7a2be96ceb6e5add7c8d0f5f7a503.tar.gz
serverdata-2d5859cc9ba7a2be96ceb6e5add7c8d0f5f7a503.tar.bz2
serverdata-2d5859cc9ba7a2be96ceb6e5add7c8d0f5f7a503.tar.xz
serverdata-2d5859cc9ba7a2be96ceb6e5add7c8d0f5f7a503.zip
Fix bad goto at George
Diffstat (limited to 'npc/018-1')
-rw-r--r--npc/018-1/george.txt2
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;