diff options
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; } |