From 921a03f9b174cb764b61b915e4159c7e564916a4 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Sun, 3 May 2009 05:05:47 +0000 Subject: *Sorry, something I forgot to merge from my own code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13722 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 3 +++ 1 file changed, 3 insertions(+) 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; } -- cgit v1.2.3-70-g09d2