diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-29 10:12:26 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-29 10:12:26 +0000 |
commit | 98854fb7d9b029157c5fd02701763301923cfc61 (patch) | |
tree | 39ff4820dc6c4abdb1d838e266a4bfcde10f1161 /src/map/storage.h | |
parent | 9e62c33d9ee58d7dcf1c667a77b3fdd814bc0943 (diff) | |
download | hercules-98854fb7d9b029157c5fd02701763301923cfc61.tar.gz hercules-98854fb7d9b029157c5fd02701763301923cfc61.tar.bz2 hercules-98854fb7d9b029157c5fd02701763301923cfc61.tar.xz hercules-98854fb7d9b029157c5fd02701763301923cfc61.zip |
[Optimized ]
Removed unused variable (account_id) in storage_guild_storagesaved.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6815 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/storage.h')
-rw-r--r-- | src/map/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/storage.h b/src/map/storage.h index 946dfa62b..40e11331b 100644 --- a/src/map/storage.h +++ b/src/map/storage.h @@ -35,7 +35,7 @@ int storage_guild_storagegettocart(struct map_session_data *sd,int index,int amo int storage_guild_storageclose(struct map_session_data *sd);
int storage_guild_storage_quit(struct map_session_data *sd,int flag);
int storage_guild_storagesave(int account_id, int guild_id);
-int storage_guild_storagesaved(int account_id, int guild_id); //Ack from char server that guild store was saved.
+int storage_guild_storagesaved(int guild_id); //Ack from char server that guild store was saved.
int storage_comp_item(const void *_i1, const void *_i2);
//int storage_comp_item(const struct item* i1, const struct item* i2);
|