From ceb43b145cfec0297c41210ff8486feff1eeb4e7 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 18 Feb 2020 21:03:57 +0100 Subject: fixed [Joan] (#545) `end;` is not meant for dialogs. Dialogs must use `close;` instead. --- world/map/npc/027-2/caretaker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/027-2/caretaker.txt b/world/map/npc/027-2/caretaker.txt index d5e364d4..11e16b7b 100644 --- a/world/map/npc/027-2/caretaker.txt +++ b/world/map/npc/027-2/caretaker.txt @@ -113,5 +113,5 @@ L_Close: { mes "[Joan]"; mes "..."; - end; + close; } -- cgit v1.2.3-60-g2f50