diff options
author | Haru <haru@dotalux.com> | 2015-05-08 16:16:40 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-05-08 16:21:06 +0200 |
commit | ca877ecbef0d3fe8df1b69fcaa9e72693c104f02 (patch) | |
tree | db8cf212fae4e00ddc0384fd315a16ec554498e0 /src | |
parent | ad9a14992cde8ad6759263da37e723b2b1825981 (diff) | |
download | hercules-ca877ecbef0d3fe8df1b69fcaa9e72693c104f02.tar.gz hercules-ca877ecbef0d3fe8df1b69fcaa9e72693c104f02.tar.bz2 hercules-ca877ecbef0d3fe8df1b69fcaa9e72693c104f02.tar.xz hercules-ca877ecbef0d3fe8df1b69fcaa9e72693c104f02.zip |
Deprecated command checkre().
- The command is deprecated and it will be removed in about a month.
Please use the constants RENEWAL, RENEWAL_CAST, RENEWAL_DROP,
RENEWAL_EXP, RENEWAL_LVDMG, RENEWAL_EDP, RENEWAL_ASPD instead.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index ecffeffd8..ed4f9e918 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -20184,7 +20184,7 @@ void script_parse_builtin(void) { BUILDIN_DEF(makerune,"i"), BUILDIN_DEF(hascashmount,""),//[Ind] BUILDIN_DEF(setcashmount,""),//[Ind] - BUILDIN_DEF(checkre,"i"), + BUILDIN_DEF_DEPRECATED(checkre,"i"), // Deprecated 2015-05-08 [Haru] /** * rAthena and beyond! **/ |