diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-18 16:43:56 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-18 16:43:56 +0000 |
commit | 43ef20ac3322589050c6fd670861925512aadb84 (patch) | |
tree | 27c37b03ef676e71e00582af0a8a4ab751a11145 /src/map/map.h | |
parent | 944722c6abf8f1d899dfd5fccf6636db4e0f214c (diff) | |
download | hercules-43ef20ac3322589050c6fd670861925512aadb84.tar.gz hercules-43ef20ac3322589050c6fd670861925512aadb84.tar.bz2 hercules-43ef20ac3322589050c6fd670861925512aadb84.tar.xz hercules-43ef20ac3322589050c6fd670861925512aadb84.zip |
Fixed skill point bug... i hope. ^^;
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@252 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index da9ba3777..e7f1811ee 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -311,7 +311,9 @@ struct map_session_data { int last_skillid,last_skilllv; // Added by RoVeRT short sg_count; - + + unsigned char change_level; // [celest] + #ifndef TXT_ONLY int mail_counter; // mail counter for mail system [Valaris] #endif |