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_sql/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_sql/char.c')
-rw-r--r-- | src/char_sql/char.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c index 93bc7554d..d71ea3483 100644 --- a/src/char_sql/char.c +++ b/src/char_sql/char.c @@ -3410,8 +3410,6 @@ int parse_char(int fd) { } set_char_online(i, auth_fifo[auth_fifo_pos].char_id, auth_fifo[auth_fifo_pos].account_id); - //Checks to see if the even share setting of the party must be broken. - inter_party_logged(char_dat.party_id, char_dat.account_id, char_dat.char_id); auth_fifo_pos++; break; |