diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-18 05:51:46 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-18 05:51:46 +0000 |
commit | c782ab3c206324ce4e9f92939db5c218f3830476 (patch) | |
tree | 67395cf55df33f2b0612f8fe4348acb511f6c2cc /src/common/mmo.h | |
parent | b1688563811b869b03e77b9b40424c7f1a06532f (diff) | |
download | hercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.gz hercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.bz2 hercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.xz hercules-c782ab3c206324ce4e9f92939db5c218f3830476.zip |
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@601 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 378f324a1..5ee6bf602 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -152,6 +152,7 @@ struct mmo_charstatus { }; struct storage { + int dirty; int account_id; short storage_status; short storage_amount; |