From a852bdd4c04fd3e6c08e950a320f0e78d61b3673 Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 22 Oct 2014 04:54:29 +0200 Subject: Deprecated checkdragon and setdragon commands Replaced their use in scripts with checkmount and setmount, respectively. Signed-off-by: Haru --- src/map/script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 11fef0f07..547bb1671 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -19396,8 +19396,8 @@ void script_parse_builtin(void) { * 3rd-related **/ BUILDIN_DEF(makerune,"i"), - BUILDIN_DEF(checkdragon,""),//[Ind] - BUILDIN_DEF(setdragon,"?"),//[Ind] + BUILDIN_DEF_DEPRECATED(checkdragon,""), // Deprecated 2014-10-30 [Haru] + BUILDIN_DEF_DEPRECATED(setdragon,"?"), // Deprecated 2014-10-30 [Haru] BUILDIN_DEF(hascashmount,""),//[Ind] BUILDIN_DEF(setcashmount,""),//[Ind] BUILDIN_DEF(checkre,"i"), -- cgit v1.2.3-60-g2f50