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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index fd84742c4..e42122665 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -7846,6 +7846,7 @@ int pc_alive_timer(int tid,unsigned int tick,int id,int data)
nullpo_retr(0, sd);
if(sd->alive_timer != tid)
return 0;
+ sd->alive_timer = -1;
// map_quit(sd);
clif_timedout (sd);