diff options
author | Haru <haru@dotalux.com> | 2014-12-31 20:05:51 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-01-01 18:07:24 +0100 |
commit | 20a90c16543edd1e33a79a75ecdbcb8700f83385 (patch) | |
tree | c3886e01d2d38a06a5c5578d4c8306de698ea4d2 /doc/script_commands.txt | |
parent | ff607f15ec14783aed8c0cf2749ac8cbe6d0e7db (diff) | |
download | hercules-20a90c16543edd1e33a79a75ecdbcb8700f83385.tar.gz hercules-20a90c16543edd1e33a79a75ecdbcb8700f83385.tar.bz2 hercules-20a90c16543edd1e33a79a75ecdbcb8700f83385.tar.xz hercules-20a90c16543edd1e33a79a75ecdbcb8700f83385.zip |
Removed deprecated script command alias 'save'
- Follow-up to e914ab9088250b64c81953aa4e35435aabb26055
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 10 |
1 files changed, 0 insertions, 10 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>; |