From d22e937e62b3443b74051ecc47ccc3137f9ff5f5 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 2 Nov 2014 03:09:35 +0100 Subject: 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 --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"), -- cgit v1.2.3-60-g2f50