diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 17:49:30 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 17:49:30 +0000 |
commit | 7c958b1bd13c14022fb118fca661eb449645c87a (patch) | |
tree | b6776d6eb162b0b0c834b8a5a83417e77412c314 /src/map/pc.h | |
parent | c5d586a611baf934fe30b2291e51002a4506bdbb (diff) | |
download | hercules-7c958b1bd13c14022fb118fca661eb449645c87a.tar.gz hercules-7c958b1bd13c14022fb118fca661eb449645c87a.tar.bz2 hercules-7c958b1bd13c14022fb118fca661eb449645c87a.tar.xz hercules-7c958b1bd13c14022fb118fca661eb449645c87a.zip |
some Valaris's fixes of "double connect bug"
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@663 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 5e6ff280d..2de919ce2 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -198,5 +198,8 @@ int night_timer_tid; int map_day_timer(int,unsigned int,int,int); // by [yor] int map_night_timer(int,unsigned int,int,int); // by [yor] +//double connect bug fix +add int pc_alive_timer(int tid,unsigned int tick,int,int); + #endif |