summaryrefslogtreecommitdiff
path: root/src/char/int_party.c
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-25 01:08:36 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-25 01:08:36 +0000
commit75e1895d3ffa6dfbd29c16d613995af7d6917385 (patch)
tree45d0f1f696bc91178202764c03bce41c4a1dd683 /src/char/int_party.c
parent890ee708e6d781ff6fd4d93f73695e37881e1eeb (diff)
downloadhercules-75e1895d3ffa6dfbd29c16d613995af7d6917385.tar.gz
hercules-75e1895d3ffa6dfbd29c16d613995af7d6917385.tar.bz2
hercules-75e1895d3ffa6dfbd29c16d613995af7d6917385.tar.xz
hercules-75e1895d3ffa6dfbd29c16d613995af7d6917385.zip
* Synchronized TXT/SQL char-server code a bit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14619 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char/int_party.c')
-rw-r--r--src/char/int_party.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char/int_party.c b/src/char/int_party.c
index 04d638049..b340aa9cf 100644
--- a/src/char/int_party.c
+++ b/src/char/int_party.c
@@ -488,7 +488,6 @@ int mapif_parse_PartyInfo(int fd, int party_id)
mapif_party_info(fd, &p->party);
else {
mapif_party_noinfo(fd, party_id);
- char_clearparty(party_id);
}
return 0;