diff options
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 6192630f1..7851357d5 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1807,8 +1807,7 @@ int unit_free(struct block_list *bl, int clrtype) } if (sd->followtimer != -1) pc_stop_following(sd); - // Force exiting from duel and rejecting - // all duel invitations when player quit [LuzZza] + // Force exiting from duel and rejecting all duel invitations when player quit [LuzZza] if(sd->duel_group > 0) duel_leave(sd->duel_group, sd); |