diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-07 20:23:24 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-07 20:23:24 +0000 |
commit | ec70b501945e9c74c83a07f43ffc2c3a4cc97019 (patch) | |
tree | 415195bc61c270afca42a19d8309aac767c17539 /src/char/char.c | |
parent | 37a7546e284e9f330b137178d6c4646842bde97f (diff) | |
download | hercules-ec70b501945e9c74c83a07f43ffc2c3a4cc97019.tar.gz hercules-ec70b501945e9c74c83a07f43ffc2c3a4cc97019.tar.bz2 hercules-ec70b501945e9c74c83a07f43ffc2c3a4cc97019.tar.xz hercules-ec70b501945e9c74c83a07f43ffc2c3a4cc97019.zip |
- Removed function inter_party_logged, which after some testing and thinking, has been concluded is no longer necessary.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9818 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/char/char.c b/src/char/char.c index cb490e113..50f796cf5 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -3602,9 +3602,6 @@ int parse_char(int fd) { WFIFOSET(map_fd, WFIFOW(map_fd,2)); } set_char_online(i, cd->char_id, cd->account_id); - //Sets char online in the party and breaks even share if needed. - inter_party_logged(cd->party_id, cd->account_id, cd->char_id); - auth_fifo_pos++; } break; |