diff --git a/src/map/map.h b/src/map/map.h index aaf44cd362..3c7ebe243d 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -321,6 +321,7 @@ struct map_session_data { int last_skillid,last_skilllv; // Added by RoVeRT unsigned char change_level; // [celest] + unsigned int alive_timer; //[Valaris] #ifndef TXT_ONLY int mail_counter; // mail counter for mail system [Valaris] diff --git a/src/map/pc.h b/src/map/pc.h index 2de919ce2d..b40b11ac2c 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -199,7 +199,7 @@ 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); +int pc_alive_timer(int tid,unsigned int tick,int,int); #endif