summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-11-02 03:09:35 +0100
committerHaru <haru@dotalux.com>2014-11-02 03:09:35 +0100
commitd22e937e62b3443b74051ecc47ccc3137f9ff5f5 (patch)
treeebb5fcf715e8d82aaa5b832e1c094e738b1b09bc /src
parent5745f9877e544ac8566f220a676b517d9e45b399 (diff)
downloadhercules-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')
-rw-r--r--src/map/script.c2
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"),