summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-15 21:01:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-16 00:03:27 +0300
commitc269e2bb15cfc91fa4e66077f769841fb86ca6ed (patch)
tree7a9100b212c0448718a472b96e5a66324e9d98ae /src/map/script.h
parent5c201b1f0df178d6551210afcec7876f21c73bfe (diff)
downloadevol-hercules-c269e2bb15cfc91fa4e66077f769841fb86ca6ed.tar.gz
evol-hercules-c269e2bb15cfc91fa4e66077f769841fb86ca6ed.tar.bz2
evol-hercules-c269e2bb15cfc91fa4e66077f769841fb86ca6ed.tar.xz
evol-hercules-c269e2bb15cfc91fa4e66077f769841fb86ca6ed.zip
Impliment script command requestLang.
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index d9f2f2d..55104dc 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -14,5 +14,6 @@ BUILDIN(npcTalk3);
BUILDIN(closeDialog);
BUILDIN(shop);
BUILDIN(getItemLink);
+BUILDIN(requestLang);
#endif // EVOL_MAP_SCRIPT