From 3727753ded67366ae75fcc0b7a341fd2f146fa75 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 May 2019 23:45:17 -0300 Subject: Remove lock on Frostia Guard --- npc/024-1/guard.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/024-1/guard.txt') diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt index 71ac1dc92..68241c589 100644 --- a/npc/024-1/guard.txt +++ b/npc/024-1/guard.txt @@ -9,6 +9,7 @@ if (getq(General_Narrator) == 11) goto L_MainQuest; +L_MainLogic: if (BaseLevel < 40) goto L_Unallowed; if (Class == Elven) @@ -47,7 +48,8 @@ L_MainQuest: mesc l("* Deliver Nikolai's Letter to Frostia Mayor"), 9; mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; - close; + next; + goto L_MainLogic; OnInit: .@npcId = getnpcid(.name$); -- cgit v1.2.3-60-g2f50