diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-07 01:22:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-07 01:22:50 +0300 |
commit | b30129688a0e8b6e353447d7af579a6b2c2505c8 (patch) | |
tree | cbdeb4f5c6a45b93fbe975fddfcd65df434601d2 /src/map/script.h | |
parent | d808fef992c2f37bd89fd8336f20cf587016e5a9 (diff) | |
download | evol-hercules-b30129688a0e8b6e353447d7af579a6b2c2505c8.tar.gz evol-hercules-b30129688a0e8b6e353447d7af579a6b2c2505c8.tar.bz2 evol-hercules-b30129688a0e8b6e353447d7af579a6b2c2505c8.tar.xz evol-hercules-b30129688a0e8b6e353447d7af579a6b2c2505c8.zip |
Impliment script function getlang.
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index f38c714..0febbb4 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -6,5 +6,6 @@ BUILDIN(l); BUILDIN(getClientVersion); +BUILDIN(getLang); #endif // EVOL_MAP_SCRIPT |