diff options
author | Haru <haru@dotalux.com> | 2014-12-31 20:07:14 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-01-01 18:07:25 +0100 |
commit | 17d8096ad6c4b07f84d3276119dcf314be91c1de (patch) | |
tree | ee397227190f99c7a1f63b5cbdb66231299be234 /src/map/script.c | |
parent | 20a90c16543edd1e33a79a75ecdbcb8700f83385 (diff) | |
download | hercules-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 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 0 insertions, 2 deletions
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"), |