summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-04 20:06:25 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-04 20:06:25 +0300
commitf8f24eccf6562af825f298851710848c2212cf61 (patch)
treed6eca429a2859119040056ec6205e16c4e235842 /src/emap/script_buildins.h
parentdf17c1e4f0a317a20515429be0c32ee79af8c14b (diff)
downloadevol-hercules-f8f24eccf6562af825f298851710848c2212cf61.tar.gz
evol-hercules-f8f24eccf6562af825f298851710848c2212cf61.tar.bz2
evol-hercules-f8f24eccf6562af825f298851710848c2212cf61.tar.xz
evol-hercules-f8f24eccf6562af825f298851710848c2212cf61.zip
Add script command for close npc dialog only on client without affecting server side.
New script command: closeclientdialog
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index da39ab5..51956bf 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -12,6 +12,7 @@ BUILDIN(moveCam);
BUILDIN(restoreCam);
BUILDIN(npcTalk3);
BUILDIN(closeDialog);
+BUILDIN(closeClientDialog);
BUILDIN(shop);
BUILDIN(getItemLink);
BUILDIN(requestLang);