From 3ad4a9d5061bf662d107dd69444555d6a15dbd17 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 21 Oct 2014 21:04:13 +0200 Subject: Marked command 'checkquest' as deprecated Use questprogress instead. - 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. It is recommended to use questprogress instead. Please see the checkquest documentation for more information. Signed-off-by: Haru --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/script.c b/src/map/script.c index 2c4defc25..26117530a 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -19479,7 +19479,7 @@ void script_parse_builtin(void) { BUILDIN_DEF(setquest, "i"), BUILDIN_DEF(erasequest, "i?"), BUILDIN_DEF(completequest, "i?"), - BUILDIN_DEF(checkquest, "i?"), + BUILDIN_DEF_DEPRECATED(checkquest, "i?"), // Deprecated 2014-10-28 [Haru] BUILDIN_DEF(questprogress, "i?"), BUILDIN_DEF(questactive, "i"), BUILDIN_DEF(changequest, "ii"), -- cgit v1.2.3-70-g09d2