summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-01 00:52:39 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-01 00:52:39 +0000
commit6c70b54437d0b0a8dec68cfc1364d1a4e49fb338 (patch)
treef63fcde1e742c175c1ff95fbbab746d23ca79706 /src/map/clif.c
parent693f6765c3f9ea234862d58f9e3b3aa2428ca986 (diff)
downloadhercules-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.c2
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;