diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-25 05:28:29 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-25 05:28:29 +0000 |
commit | 89ed514db4619f1d0a20a90c7f6db64e22fdfdb9 (patch) | |
tree | a1f3351a76016e3b08e9ef9ec2f45f9dcb87514a /src/map/pc.c | |
parent | 7ab61eb4bd3e948f57cd0439d81e4b29464623fa (diff) | |
download | hercules-89ed514db4619f1d0a20a90c7f6db64e22fdfdb9.tar.gz hercules-89ed514db4619f1d0a20a90c7f6db64e22fdfdb9.tar.bz2 hercules-89ed514db4619f1d0a20a90c7f6db64e22fdfdb9.tar.xz hercules-89ed514db4619f1d0a20a90c7f6db64e22fdfdb9.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@785 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 897b96861..fda290532 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -7853,7 +7853,9 @@ int pc_alive_timer(int tid,unsigned int tick,int id,int data) nullpo_retr(0, sd); if(sd->alive_timer != tid) return 0; - map_quit(sd); +// map_quit(sd); + clif_timedout (sd); + return 0; } |