summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-12-31 20:07:14 +0100
committerHaru <haru@dotalux.com>2015-01-01 18:07:25 +0100
commit17d8096ad6c4b07f84d3276119dcf314be91c1de (patch)
treeee397227190f99c7a1f63b5cbdb66231299be234 /doc
parent20a90c16543edd1e33a79a75ecdbcb8700f83385 (diff)
downloadhercules-17d8096ad6c4b07f84d3276119dcf314be91c1de.tar.gz
hercules-17d8096ad6c4b07f84d3276119dcf314be91c1de.tar.bz2
hercules-17d8096ad6c4b07f84d3276119dcf314be91c1de.tar.xz
hercules-17d8096ad6c4b07f84d3276119dcf314be91c1de.zip
Removed deprecated script command aliases enablearena/disablearena
- Follow-up to 134a4bae206a9c14f7da86095b5555b91ace3035 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt15
1 files changed, 0 insertions, 15 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(<information type>{,"<NPC object name>"})