summaryrefslogtreecommitdiff
path: root/src/map/guild.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-06 21:03:59 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-06 21:03:59 +0000
commit5aca3ff294a3c8c829c97a4877fcc6e09c6f7a41 (patch)
tree6e95e7e4c22a4fe356e18bf5d606311999daa193 /src/map/guild.h
parent3b41c8cebfbedf0e622a7f7261691f8faab9bdb3 (diff)
downloadhercules-5aca3ff294a3c8c829c97a4877fcc6e09c6f7a41.tar.gz
hercules-5aca3ff294a3c8c829c97a4877fcc6e09c6f7a41.tar.bz2
hercules-5aca3ff294a3c8c829c97a4877fcc6e09c6f7a41.tar.xz
hercules-5aca3ff294a3c8c829c97a4877fcc6e09c6f7a41.zip
- Rewrote the guild exp cache code to prevent overflows and to use the ers system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5937 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/guild.h')
-rw-r--r--src/map/guild.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/guild.h b/src/map/guild.h
index d44500be5..697480136 100644
--- a/src/map/guild.h
+++ b/src/map/guild.h
@@ -30,7 +30,7 @@ struct guild_castle *guild_mapindex2gc(short mapname);
struct map_session_data *guild_getavailablesd(struct guild *g);
int guild_getindex(struct guild *g,int account_id,int char_id);
int guild_getposition(struct map_session_data *sd,struct guild *g);
-int guild_payexp(struct map_session_data *sd,int exp);
+unsigned int guild_payexp(struct map_session_data *sd,unsigned int exp);
int guild_getexp(struct map_session_data *sd,int exp); // [Celest]
int guild_create(struct map_session_data *sd,char *name);