summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-07 13:09:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-07 13:09:17 +0300
commitc7f3d116efdcc50b0b9a9b6649f1779caf972648 (patch)
treef36b0c387d5ea7ce890c138b0d7fb19fb661d909 /src/map/init.c
parent74a811c80e816b182b70fc2eeefd75cf7800494c (diff)
downloadevol-hercules-c7f3d116efdcc50b0b9a9b6649f1779caf972648.tar.gz
evol-hercules-c7f3d116efdcc50b0b9a9b6649f1779caf972648.tar.bz2
evol-hercules-c7f3d116efdcc50b0b9a9b6649f1779caf972648.tar.xz
evol-hercules-c7f3d116efdcc50b0b9a9b6649f1779caf972648.zip
Remove script command getnpcdir because going to upstream.
setnpcdir left for more optimal way to set npc direction.
Diffstat (limited to 'src/map/init.c')
-rw-r--r--src/map/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/init.c b/src/map/init.c
index 397be52..fb09b87 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -74,7 +74,6 @@ HPExport void plugin_init (void)
addScriptCommand("requestitems", "v*", requestItems);
addScriptCommand("getq", "i", getq);
addScriptCommand("setq", "ii", setq);
- addScriptCommand("getnpcdir", "*", getNpcDir);
addScriptCommand("setnpcdir", "*", setNpcDir);
addScriptCommand("rif", "is*", rif);
addScriptCommand("countitemcolor", "v*", countItemColor);