diff options
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); |