diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 16:37:02 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 16:37:02 +0000 |
commit | b8ce70fc84fb61ea7474cadbed6746b5fc1ad2e2 (patch) | |
tree | 152c65c2ae1c76a45657556da867c4a6e0046609 /src/map/clif.h | |
parent | 2898a10e8ec1df9afaa27ff1d0cb685fcb964720 (diff) | |
download | hercules-b8ce70fc84fb61ea7474cadbed6746b5fc1ad2e2.tar.gz hercules-b8ce70fc84fb61ea7474cadbed6746b5fc1ad2e2.tar.bz2 hercules-b8ce70fc84fb61ea7474cadbed6746b5fc1ad2e2.tar.xz hercules-b8ce70fc84fb61ea7474cadbed6746b5fc1ad2e2.zip |
Code cleanup & optimization on guild part of char-server
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8059 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index e12bf59b3..9c258282f 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -278,8 +278,7 @@ int clif_guild_memberlogin_notice(struct guild *g,int idx,int flag); int clif_guild_invite(struct map_session_data *sd,struct guild *g);
int clif_guild_inviteack(struct map_session_data *sd,int flag);
int clif_guild_leave(struct map_session_data *sd,const char *name,const char *mes);
-int clif_guild_explusion(struct map_session_data *sd,const char *name,const char *mes,
- int account_id);
+int clif_guild_expulsion(struct map_session_data *sd,const char *name,const char *mes,int account_id);
int clif_guild_positionchanged(struct guild *g,int idx);
int clif_guild_memberpositionchanged(struct guild *g,int idx);
int clif_guild_emblem(struct map_session_data *sd,struct guild *g);
|