summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index e831f69cb..3ca882d38 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -5243,7 +5243,10 @@ static int pc_respawn_timer(int tid, unsigned int tick, int id, intptr data)
{
struct map_session_data *sd = map_id2sd(id);
if( sd != NULL )
+ {
+ sd->pvp_point=0;
pc_respawn(sd,0);
+ }
return 0;
}