summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-2/lua.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index 02462c9f9..8250b49fb 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -83,7 +83,7 @@ L_GMEventShop:
if (@menuret == -1)
goto L_Menu;
- delitem StrangeCoin, @menuret*.@infact;
+ delitem StrangeCoin, @menuret*.@inf;
switch (@menuret) {
case 10:
getitem BronzeGift, 1; break;
@@ -98,7 +98,7 @@ L_GMEventShop:
default:
mesc(l("A script error happened, please report: @@", @menuret), 1); break;
}
- goto L_GMEvent2;
+ goto L_GMEventShop;
L_NewHero:
mes "";