diff options
author | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-19 21:01:03 +0000 |
---|---|---|
committer | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-19 21:01:03 +0000 |
commit | 6b5b18378c89aa875c98e8323082856ec49c127f (patch) | |
tree | f6666c1b1c8616d55607033a5103b87e7db70474 /doc | |
parent | 3e909f3c4a25d5f550dccf1b7a98922c80a90416 (diff) | |
download | hercules-6b5b18378c89aa875c98e8323082856ec49c127f.tar.gz hercules-6b5b18378c89aa875c98e8323082856ec49c127f.tar.bz2 hercules-6b5b18378c89aa875c98e8323082856ec49c127f.tar.xz hercules-6b5b18378c89aa875c98e8323082856ec49c127f.zip |
Implemented @clearstorage, @cleargstorage, @clearcart, @clearinventory (alias for @itemreset) as suggested in tid:70764.
For further details read the documentation in doc/atcommands.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17029 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/atcommands.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index cec5685d3..4d233e27f 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -676,6 +676,19 @@ Deletes all inventory items (not equipped items). --------------------------------------- +@clearstorage +@cleargstorage + +Deletes all items in storage (or guild storage). + +--------------------------------------- + +@clearcart + +Deletes all items in cart, but it will not remove the cart. + +--------------------------------------- + @cleanarea @cleanmap |