*Sorry, something I forgot to merge from my own code.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13722 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
549f88d633
commit
ffa383b768
@ -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);
|
struct map_session_data *sd = map_id2sd(id);
|
||||||
if( sd != NULL )
|
if( sd != NULL )
|
||||||
|
{
|
||||||
|
sd->pvp_point=0;
|
||||||
pc_respawn(sd,0);
|
pc_respawn(sd,0);
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user