diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 18:11:46 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 18:11:46 +0000 |
commit | 114a63af2cecc309da7e34ddf65e5eb3156126af (patch) | |
tree | 3b3b1181a30853762058018f22728e61ccf407c7 /src/map/map.h | |
parent | 60f4f086eeeb609a1c3805f749fbcf941365ecc9 (diff) | |
download | hercules-114a63af2cecc309da7e34ddf65e5eb3156126af.tar.gz hercules-114a63af2cecc309da7e34ddf65e5eb3156126af.tar.bz2 hercules-114a63af2cecc309da7e34ddf65e5eb3156126af.tar.xz hercules-114a63af2cecc309da7e34ddf65e5eb3156126af.zip |
added missing definition
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@666 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 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] |