diff options
author | Haru <haru@dotalux.com> | 2014-11-02 03:09:35 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-11-02 03:09:35 +0100 |
commit | d22e937e62b3443b74051ecc47ccc3137f9ff5f5 (patch) | |
tree | ebb5fcf715e8d82aaa5b832e1c094e738b1b09bc /src/map/script.c | |
parent | 5745f9877e544ac8566f220a676b517d9e45b399 (diff) | |
download | hercules-d22e937e62b3443b74051ecc47ccc3137f9ff5f5.tar.gz hercules-d22e937e62b3443b74051ecc47ccc3137f9ff5f5.tar.bz2 hercules-d22e937e62b3443b74051ecc47ccc3137f9ff5f5.tar.xz hercules-d22e937e62b3443b74051ecc47ccc3137f9ff5f5.zip |
Marked command 'cmdothernpc' as deprecated.
- Note: The command will be completely removed after about a month.
Custom, third party scripts will require updates, in case they were
using this command. Please see the 'cmdothernpc' documentation.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 35fa6a0a8..6da43b87d 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -19132,7 +19132,7 @@ void script_parse_builtin(void) { BUILDIN_DEF(clone,"siisi????"), BUILDIN_DEF(doevent,"s"), BUILDIN_DEF(donpcevent,"s"), - BUILDIN_DEF(cmdothernpc,"ss"), + BUILDIN_DEF_DEPRECATED(cmdothernpc,"ss"), // Deprecated 2014-11-02 [Haru] BUILDIN_DEF(addtimer,"is"), BUILDIN_DEF(deltimer,"s"), BUILDIN_DEF(addtimercount,"si"), |