summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/map.h1
-rw-r--r--src/map/pc.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index aaf44cd36..3c7ebe243 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 2de919ce2..b40b11ac2 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