diff options
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); |