diff options
author | Haru <haru@dotalux.com> | 2014-11-02 02:46:55 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-11-02 02:46:55 +0100 |
commit | e914ab9088250b64c81953aa4e35435aabb26055 (patch) | |
tree | 77783ef59db88ad4e96710957d7fb9dd03290f05 /src/map/script.c | |
parent | 5722534bc46f9f1c6314e93a28f1a759e993f902 (diff) | |
download | hercules-e914ab9088250b64c81953aa4e35435aabb26055.tar.gz hercules-e914ab9088250b64c81953aa4e35435aabb26055.tar.bz2 hercules-e914ab9088250b64c81953aa4e35435aabb26055.tar.xz hercules-e914ab9088250b64c81953aa4e35435aabb26055.zip |
Marked command 'save' as deprecated.
- Note: The command will be completely removed after about a month.
Custom, third party scripts will require updates, in case they were
using this command. Please see the 'save' documentation.
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, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 006f275eb..35fa6a0a8 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -19114,7 +19114,7 @@ void script_parse_builtin(void) { BUILDIN_DEF(checkwug,""), BUILDIN_DEF_DEPRECATED(checkmadogear,""), // Deprecated 2014-10-30 [Haru] BUILDIN_DEF_DEPRECATED(setmadogear,"?"), // Deprecated 2014-10-30 [Haru] - BUILDIN_DEF2(savepoint,"save","sii"), + BUILDIN_DEF2_DEPRECATED(savepoint,"save","sii"), // Deprecated 2014-11-02 [Haru] BUILDIN_DEF(savepoint,"sii"), BUILDIN_DEF(gettimetick,"i"), BUILDIN_DEF(gettime,"i"), |