summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authormomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-19 21:01:03 +0000
committermomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-19 21:01:03 +0000
commit6b5b18378c89aa875c98e8323082856ec49c127f (patch)
treef6666c1b1c8616d55607033a5103b87e7db70474 /src/common/mmo.h
parent3e909f3c4a25d5f550dccf1b7a98922c80a90416 (diff)
downloadhercules-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 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 1e3f74b7d..c067562ea 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -253,6 +253,7 @@ struct guild_storage {
short storage_status;
short storage_amount;
struct item items[MAX_GUILD_STORAGE];
+ unsigned short lock;
};
struct s_pet {