diff options
author | Matias <matiassw@gmail.com> | 2013-06-25 13:53:51 -0400 |
---|---|---|
committer | Matias <matiassw@gmail.com> | 2013-06-25 13:53:51 -0400 |
commit | 25914bae30eced388cf8640eead19fbb11a65ade (patch) | |
tree | f4144fbe0220eb19dd2bf8f1aa3135275505ec95 /src/map/party.c | |
parent | 884424e83290729598f57502e9a273f502bc1b50 (diff) | |
download | hercules-25914bae30eced388cf8640eead19fbb11a65ade.tar.gz hercules-25914bae30eced388cf8640eead19fbb11a65ade.tar.bz2 hercules-25914bae30eced388cf8640eead19fbb11a65ade.tar.xz hercules-25914bae30eced388cf8640eead19fbb11a65ade.zip |
Revert "- Fixing battle->calc_cardfix applying target's cards twice on PvP/Cart Termination."
This reverts commit 5ed710e084608dbd9aaf3a9af1b12719a938ac43.
Diffstat (limited to 'src/map/party.c')
-rw-r--r-- | src/map/party.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/map/party.c b/src/map/party.c index 18a426364..8a632a8ef 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -573,12 +573,7 @@ int party_member_withdraw(int party_id, int account_id, int char_id) if( p->instance_id ) instance_check_kick(sd); } - if (sd && sd->sc.data[SC_DANCING]) { - status_change_end(&sd->bl, SC_DANCING, INVALID_TIMER); - status_change_end(&sd->bl, SC_DRUMBATTLE, INVALID_TIMER); - status_change_end(&sd->bl, SC_NIBELUNGEN, INVALID_TIMER); - status_change_end(&sd->bl, SC_SIEGFRIED, INVALID_TIMER); - } + return 0; } |