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/clif.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/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index ec8cbddac..c63722a32 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -5850,7 +5850,7 @@ int clif_party_option(struct party_data *p,struct map_session_data *sd,int flag) /*========================================== * パーティ脱退(脱退前に呼ぶこと) *------------------------------------------*/ -int clif_party_leaved(struct party_data* p, struct map_session_data* sd, int account_id, const char* name, int flag) +int clif_party_withdraw(struct party_data* p, struct map_session_data* sd, int account_id, const char* name, int flag) { unsigned char buf[64]; int i; |