diff options
-rw-r--r-- | doc/script_commands.txt | 10 | ||||
-rw-r--r-- | src/map/script.c | 1 |
2 files changed, 0 insertions, 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 "<map name>",<x>,<y>; - - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - @ /!\ 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 <hp>,<sp>; 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"), |