diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 10:43:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 10:43:20 -0300 |
commit | 94b6c79691a7f9dea4cc86f703fb841afb1eedf4 (patch) | |
tree | 604d75761c5263f15de8ba066e9d449b4b9d92f5 | |
parent | 2a676f7a6a69adb8aa75a29d88d29060cfd1f92d (diff) | |
download | serverdata-94b6c79691a7f9dea4cc86f703fb841afb1eedf4.tar.gz serverdata-94b6c79691a7f9dea4cc86f703fb841afb1eedf4.tar.bz2 serverdata-94b6c79691a7f9dea4cc86f703fb841afb1eedf4.tar.xz serverdata-94b6c79691a7f9dea4cc86f703fb841afb1eedf4.zip |
Koga: Autoclose dialog
-rw-r--r-- | npc/035-2/koga.txt | 1 | ||||
-rw-r--r-- | npc/036-2/koga-candor.txt | 1 |
2 files changed, 2 insertions, 0 deletions
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; } |