From 17d8096ad6c4b07f84d3276119dcf314be91c1de Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 31 Dec 2014 20:07:14 +0100 Subject: Removed deprecated script command aliases enablearena/disablearena - Follow-up to 134a4bae206a9c14f7da86095b5555b91ace3035 Signed-off-by: Haru --- doc/script_commands.txt | 15 --------------- src/map/script.c | 2 -- 2 files changed, 17 deletions(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 0666b835d..5f2ccb3e5 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6784,21 +6784,6 @@ Normally, whenever a waiting room was created to make sure that only one character is, for example, trying to pass a job quest trial, and no other characters are present in the room to mess up the script. -*enablearena; -*disablearena; - - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - @ /!\ This command is deprecated @ - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - -This command is deprecated and it should not be used in new scripts, as it -is scheduled to be removed on or after December 2nd, 2014. Please consider -using enablewaitingroomevent and disablewaitingroomevent instead. - -The 'enablearena'/'disablearena' commands are just aliases with no -parameter. These are supposedly left here for compatibility with official -server scripts, but no Hercules script uses these at the moment. - --------------------------------------- *getwaitingroomstate({,""}) diff --git a/src/map/script.c b/src/map/script.c index 5049b18e7..aa8cadc50 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -19333,8 +19333,6 @@ void script_parse_builtin(void) { BUILDIN_DEF2(waitingroomkickall,"kickwaitingroomall","?"), BUILDIN_DEF(enablewaitingroomevent,"?"), BUILDIN_DEF(disablewaitingroomevent,"?"), - BUILDIN_DEF2_DEPRECATED(enablewaitingroomevent,"enablearena",""), // Deprecated 2014-11-02 [Haru] - BUILDIN_DEF2_DEPRECATED(disablewaitingroomevent,"disablearena",""), // Deprecated 2014-11-02 [Haru] BUILDIN_DEF(getwaitingroomstate,"i?"), BUILDIN_DEF(warpwaitingpc,"sii?"), BUILDIN_DEF(attachrid,"i"), -- cgit v1.2.3-70-g09d2