summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-28 20:21:37 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-28 20:21:37 +0000
commit89ac4c57bd44fdab3c6c6c05f262d406fe2c15fc (patch)
tree4e74c7149e112bc9ea7e6acf52b1e3130dab780a /src
parentcc059f55becddd515d34bc6c606529e7789a53d9 (diff)
downloadhercules-89ac4c57bd44fdab3c6c6c05f262d406fe2c15fc.tar.gz
hercules-89ac4c57bd44fdab3c6c6c05f262d406fe2c15fc.tar.bz2
hercules-89ac4c57bd44fdab3c6c6c05f262d406fe2c15fc.tar.xz
hercules-89ac4c57bd44fdab3c6c6c05f262d406fe2c15fc.zip
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@848 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-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);