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.c | |
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.c')
-rw-r--r-- | src/map/storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/storage.c b/src/map/storage.c index a0c82e839..cb51327f3 100644 --- a/src/map/storage.c +++ b/src/map/storage.c @@ -664,7 +664,7 @@ int storage_guild_storagesave(int account_id, int guild_id) return 0;
}
-int storage_guild_storagesaved(int account_id, int guild_id)
+int storage_guild_storagesaved(int guild_id)
{
struct guild_storage *stor;
|