diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-15 21:01:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-16 00:03:27 +0300 |
commit | c269e2bb15cfc91fa4e66077f769841fb86ca6ed (patch) | |
tree | 7a9100b212c0448718a472b96e5a66324e9d98ae /src/map/script.h | |
parent | 5c201b1f0df178d6551210afcec7876f21c73bfe (diff) | |
download | evol-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.h | 1 |
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 |