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 /src/map/storage.h | |
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 'src/map/storage.h')
-rw-r--r-- | src/map/storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/storage.h b/src/map/storage.h index 5a38d865b..c08ec81cb 100644 --- a/src/map/storage.h +++ b/src/map/storage.h @@ -24,6 +24,7 @@ void do_reconnect_storage(void); void storage_storage_quit(struct map_session_data *sd, int flag); struct guild_storage* guild2storage(int guild_id); +struct guild_storage *guild2storage2(int guild_id); int guild_storage_delete(int guild_id); int storage_guild_storageopen(struct map_session_data *sd); int guild_storage_additem(struct map_session_data *sd,struct guild_storage *stor,struct item *item_data,int amount); |