From 20a90c16543edd1e33a79a75ecdbcb8700f83385 Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 31 Dec 2014 20:05:51 +0100 Subject: Removed deprecated script command alias 'save' - Follow-up to e914ab9088250b64c81953aa4e35435aabb26055 Signed-off-by: Haru --- doc/script_commands.txt | 10 ---------- src/map/script.c | 1 - 2 files changed, 11 deletions(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 13ddb868f..0666b835d 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4239,16 +4239,6 @@ character respawn where no teleportation is otherwise possible. savepoint "place",350,75; -*save "",,; - - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - @ /!\ 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 savepoint() instead. - --------------------------------------- *heal ,; diff --git a/src/map/script.c b/src/map/script.c index 7634b6c68..5049b18e7 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -19271,7 +19271,6 @@ void script_parse_builtin(void) { BUILDIN_DEF(setmount,"?"), BUILDIN_DEF(checkmount,""), BUILDIN_DEF(checkwug,""), - BUILDIN_DEF2_DEPRECATED(savepoint,"save","sii"), // Deprecated 2014-11-02 [Haru] BUILDIN_DEF(savepoint,"sii"), BUILDIN_DEF(gettimetick,"i"), BUILDIN_DEF(gettime,"i"), -- cgit v1.2.3-70-g09d2