diff options
author | hemagx <hemagx2@gmail.com> | 2016-03-09 20:59:10 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-03-11 12:30:26 +0100 |
commit | 98c1de6a66535311491899db52dc5aed52d98484 (patch) | |
tree | 32374a96daad9c79498c656824cd783115617405 /src/map/map.h | |
parent | 548a5616f3080cfb260b8cdac7d5d2d168b462ca (diff) | |
download | hercules-98c1de6a66535311491899db52dc5aed52d98484.tar.gz hercules-98c1de6a66535311491899db52dc5aed52d98484.tar.bz2 hercules-98c1de6a66535311491899db52dc5aed52d98484.tar.xz hercules-98c1de6a66535311491899db52dc5aed52d98484.zip |
Hardcore Parameters from constant database to avoid synchronize issues with source
now defining new parameters in the constants.conf database is deprecated
and should be defined in source instead
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index ff7ca2d38..54b0c3575 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -398,7 +398,7 @@ struct flooritem_data { struct item item_data; }; -enum status_point_types { +enum status_point_types { //we better clean up this enum and change it name [Hemagx] SP_SPEED,SP_BASEEXP,SP_JOBEXP,SP_KARMA,SP_MANNER,SP_HP,SP_MAXHP,SP_SP, // 0-7 SP_MAXSP,SP_STATUSPOINT,SP_0a,SP_BASELEVEL,SP_SKILLPOINT,SP_STR,SP_AGI,SP_VIT, // 8-15 SP_INT,SP_DEX,SP_LUK,SP_CLASS,SP_ZENY,SP_SEX,SP_NEXTBASEEXP,SP_NEXTJOBEXP, // 16-23 |