diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-01 00:52:39 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-01 00:52:39 +0000 |
commit | 6c70b54437d0b0a8dec68cfc1364d1a4e49fb338 (patch) | |
tree | f63fcde1e742c175c1ff95fbbab746d23ca79706 /src/map/guild.c | |
parent | 693f6765c3f9ea234862d58f9e3b3aa2428ca986 (diff) | |
download | hercules-6c70b54437d0b0a8dec68cfc1364d1a4e49fb338.tar.gz hercules-6c70b54437d0b0a8dec68cfc1364d1a4e49fb338.tar.bz2 hercules-6c70b54437d0b0a8dec68cfc1364d1a4e49fb338.tar.xz hercules-6c70b54437d0b0a8dec68cfc1364d1a4e49fb338.zip |
Replaced all occurrences of 'leaved' with 'withdraw'.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14319 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/guild.c')
-rw-r--r-- | src/map/guild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/guild.c b/src/map/guild.c index b6d1b05ae..937a90ea9 100644 --- a/src/map/guild.c +++ b/src/map/guild.c @@ -844,7 +844,7 @@ int guild_expulsion(struct map_session_data* sd, int guild_id, int account_id, i return 0; } -int guild_member_leaved(int guild_id, int account_id, int char_id, int flag, const char* name, const char* mes) +int guild_member_withdraw(int guild_id, int account_id, int char_id, int flag, const char* name, const char* mes) { int i; struct guild* g = guild_search(guild_id); |