summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-18 16:43:56 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-18 16:43:56 +0000
commit43ef20ac3322589050c6fd670861925512aadb84 (patch)
tree27c37b03ef676e71e00582af0a8a4ab751a11145 /src/map/map.h
parent944722c6abf8f1d899dfd5fccf6636db4e0f214c (diff)
downloadhercules-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.h4
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