diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-15 14:36:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 14:36:53 +0300 |
commit | 709a4632333657ac6e12c427843d07d3198f68d7 (patch) | |
tree | cc6e1e0276df0e0fe5ffa2f85e1e17c150543147 /src/map/script.h | |
parent | 8fe6b497e0bce5999973321fbde89ff080647c8b (diff) | |
download | evol-hercules-709a4632333657ac6e12c427843d07d3198f68d7.tar.gz evol-hercules-709a4632333657ac6e12c427843d07d3198f68d7.tar.bz2 evol-hercules-709a4632333657ac6e12c427843d07d3198f68d7.tar.xz evol-hercules-709a4632333657ac6e12c427843d07d3198f68d7.zip |
Impliment script command setcamnpc.
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 0d0bbda..32a5bec 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -8,5 +8,6 @@ BUILDIN(l); BUILDIN(getClientVersion); BUILDIN(getLang); BUILDIN(setLang); +BUILDIN(setCamNpc); #endif // EVOL_MAP_SCRIPT |