diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-07 13:09:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-07 13:09:17 +0300 |
commit | c7f3d116efdcc50b0b9a9b6649f1779caf972648 (patch) | |
tree | f36b0c387d5ea7ce890c138b0d7fb19fb661d909 /src/map/script.h | |
parent | 74a811c80e816b182b70fc2eeefd75cf7800494c (diff) | |
download | evol-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/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h index 7fc4ba6..c329359 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -19,7 +19,6 @@ BUILDIN(requestItem); BUILDIN(requestItems); BUILDIN(getq); BUILDIN(setq); -BUILDIN(getNpcDir); BUILDIN(setNpcDir); BUILDIN(rif); BUILDIN(countItemColor); |