diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-03 05:05:47 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-03 05:05:47 +0000 |
commit | 921a03f9b174cb764b61b915e4159c7e564916a4 (patch) | |
tree | fc56a4d6197384a833de3ea122b94aa89df68091 /src/map/pc.c | |
parent | 97b1ce059de15cbfd307b2457860658698ce319f (diff) | |
download | hercules-921a03f9b174cb764b61b915e4159c7e564916a4.tar.gz hercules-921a03f9b174cb764b61b915e4159c7e564916a4.tar.bz2 hercules-921a03f9b174cb764b61b915e4159c7e564916a4.tar.xz hercules-921a03f9b174cb764b61b915e4159c7e564916a4.zip |
*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
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 3 |
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; } |