diff options
author | Haru <haru@dotalux.com> | 2015-08-09 20:42:29 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-09 21:14:01 +0200 |
commit | 7e93d08a79521d18fcf5dacb5c43db6b277c79ac (patch) | |
tree | 7c7a4e206efdc45cab54e570d7e45956a5a9e27e /src | |
parent | f4e42c64b8f72cc6bc4ce6502e2bdd370824a811 (diff) | |
download | hercules-7e93d08a79521d18fcf5dacb5c43db6b277c79ac.tar.gz hercules-7e93d08a79521d18fcf5dacb5c43db6b277c79ac.tar.bz2 hercules-7e93d08a79521d18fcf5dacb5c43db6b277c79ac.tar.xz hercules-7e93d08a79521d18fcf5dacb5c43db6b277c79ac.zip |
Removed deprecated script command checkre
- Follow-up to ca877ecbef0d3fe8df1b69fcaa9e72693c104f02
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/map/script.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index e7a0175c7..4c669bf20 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -20277,7 +20277,6 @@ void script_parse_builtin(void) { BUILDIN_DEF(makerune,"i"), BUILDIN_DEF(hascashmount,""),//[Ind] BUILDIN_DEF(setcashmount,""),//[Ind] - BUILDIN_DEF_DEPRECATED(checkre,"i"), // Deprecated 2015-05-08 [Haru] /** * rAthena and beyond! **/ |