summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-07 13:34:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-07 13:34:08 +0300
commit0259ea31939be1ec56a47980256d67837158b3f2 (patch)
tree7d3e965f48f4640983c2e6890421ab457dafbef9 /src/map/init.c
parentc7f3d116efdcc50b0b9a9b6649f1779caf972648 (diff)
downloadevol-hercules-0259ea31939be1ec56a47980256d67837158b3f2.tar.gz
evol-hercules-0259ea31939be1ec56a47980256d67837158b3f2.tar.bz2
evol-hercules-0259ea31939be1ec56a47980256d67837158b3f2.tar.xz
evol-hercules-0259ea31939be1ec56a47980256d67837158b3f2.zip
Remove script functions setpcsit/getpcsit.
This functions duplicate upstream functions sit, stand, issit.
Diffstat (limited to 'src/map/init.c')
-rw-r--r--src/map/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/init.c b/src/map/init.c
index fb09b87..f78d4d2 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -84,8 +84,6 @@ HPExport void plugin_init (void)
addScriptCommand("getmapmask", "s", getMapMask);
addScriptCommand("getnpcclass", "*", getNpcClass);
addScriptCommand("setnpcsex", "*", setNpcSex);
- addScriptCommand("setpcsit", "*", setPcSit);
- addScriptCommand("getpcsit", "*", getPcSit);
addScriptCommand("showavatar", "*", showAvatar);
addScriptCommand("setavatardir", "i", setAvatarDir);
addScriptCommand("setavataraction", "i", setAvatarAction);