From 94b6c79691a7f9dea4cc86f703fb841afb1eedf4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Apr 2021 10:43:20 -0300 Subject: Koga: Autoclose dialog --- npc/035-2/koga.txt | 1 + npc/036-2/koga-candor.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/npc/035-2/koga.txt b/npc/035-2/koga.txt index 2470632b..a24e6e02 100644 --- a/npc/035-2/koga.txt +++ b/npc/035-2/koga.txt @@ -27,5 +27,6 @@ L_Nivalis: goto L_close; L_close: + closeclientdialog; close; } diff --git a/npc/036-2/koga-candor.txt b/npc/036-2/koga-candor.txt index 9c4f42f3..b788e67d 100644 --- a/npc/036-2/koga-candor.txt +++ b/npc/036-2/koga-candor.txt @@ -21,5 +21,6 @@ L_Candor: goto L_close; L_close: + closeclientdialog; close; } -- cgit v1.2.3-60-g2f50