summaryrefslogtreecommitdiff
path: root/src/map/guild.c
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-02 16:37:02 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-02 16:37:02 +0000
commitb8ce70fc84fb61ea7474cadbed6746b5fc1ad2e2 (patch)
tree152c65c2ae1c76a45657556da867c4a6e0046609 /src/map/guild.c
parent2898a10e8ec1df9afaa27ff1d0cb685fcb964720 (diff)
downloadhercules-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/guild.c')
-rw-r--r--src/map/guild.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/guild.c b/src/map/guild.c
index 5c3b2da4a..ff972ffd9 100644
--- a/src/map/guild.c
+++ b/src/map/guild.c
@@ -791,7 +791,7 @@ int guild_leave(struct map_session_data *sd,int guild_id,
return 0;
}
// MhǕv
-int guild_explusion(struct map_session_data *sd,int guild_id,
+int guild_expulsion(struct map_session_data *sd,int guild_id,
int account_id,int char_id,const char *mes)
{
struct guild *g;
@@ -844,7 +844,7 @@ int guild_member_leaved(int guild_id,int account_id,int char_id,int flag,
if(!flag)
clif_guild_leave(online_member_sd, name, mes);
else
- clif_guild_explusion(online_member_sd, name, mes, account_id);
+ clif_guild_expulsion(online_member_sd, name, mes, account_id);
memset(&g->member[i],0,sizeof(struct guild_member));
clif_guild_memberlist(online_member_sd);