diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-23 17:17:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-23 17:20:33 +0300 |
commit | 28d7577356c78a625e2d2016068053325f5337e4 (patch) | |
tree | 4668f770d900dd825a40a5dad3b6f344cdbb4781 /src/map/init.c | |
parent | 04f16152151c23446a6f358badabeda7b0ea7380 (diff) | |
download | evol-hercules-28d7577356c78a625e2d2016068053325f5337e4.tar.gz evol-hercules-28d7577356c78a625e2d2016068053325f5337e4.tar.bz2 evol-hercules-28d7577356c78a625e2d2016068053325f5337e4.tar.xz evol-hercules-28d7577356c78a625e2d2016068053325f5337e4.zip |
Impliment script command getnpcdir.
Diffstat (limited to 'src/map/init.c')
-rw-r--r-- | src/map/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/init.c b/src/map/init.c index 022428c..3015ea5 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -72,7 +72,7 @@ HPExport void plugin_init (void) addScriptCommand("requestlang", "v", requestLang); addScriptCommand("getq", "i", getq); addScriptCommand("setq", "ii", setq); - addScriptCommand("getnpcdir", "*", dummyInt); + addScriptCommand("getnpcdir", "*", getNpcDir); addScriptCommand("setnpcdir", "*", dummy); addScriptCommand("rif", "is*", dummyStr); addScriptCommand("countitemcolor", "*", dummyInt); |