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 /conf/msg_athena.conf | |
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 'conf/msg_athena.conf')
-rw-r--r-- | conf/msg_athena.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/msg_athena.conf b/conf/msg_athena.conf index 388f16dc0..7c3a8b8a4 100644 --- a/conf/msg_athena.conf +++ b/conf/msg_athena.conf @@ -1398,5 +1398,13 @@ // atcommand.c::is_atcommand 1393: You can't use commands while dead. +// @clearstorage +1394: Your storage was cleaned. +1395: Your guild storage was cleaned. + +// @clearcart +1396: You do not have a cart to be cleaned. +1397: Your cart was cleaned. + //Custom translations import: conf/import/msg_conf.txt |