summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-21 11:29:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-21 11:29:45 +0300
commite9888028a7356af62133a7e6cb8f6c5ea621de65 (patch)
tree97f6564c9b96703f8ebf8ae16d6f96330ddde408 /src/map/script.h
parenta2db08ca3b8fa2392ef5d88d66303b64d6a41ec4 (diff)
downloadevol-hercules-e9888028a7356af62133a7e6cb8f6c5ea621de65.tar.gz
evol-hercules-e9888028a7356af62133a7e6cb8f6c5ea621de65.tar.bz2
evol-hercules-e9888028a7356af62133a7e6cb8f6c5ea621de65.tar.xz
evol-hercules-e9888028a7356af62133a7e6cb8f6c5ea621de65.zip
Impliment lg script function.
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 79fcdc4..fc63764 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -5,6 +5,7 @@
#define EVOL_MAP_SCRIPT
BUILDIN(l);
+BUILDIN(lg);
BUILDIN(getClientVersion);
BUILDIN(getLang);
BUILDIN(setLang);