diff options
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 9ee07430a..9b6e4e85c 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1627,6 +1627,7 @@ int unit_remove_map(struct block_list *bl, int clrtype) { if(sd->pvp_timer!=-1) { delete_timer(sd->pvp_timer,pc_calc_pvprank_timer); sd->pvp_timer = -1; + sd->pvp_rank = 0; } if(pc_issit(sd)) { |