diff options
author | shennetsind <ind@henn.et> | 2013-06-28 12:59:42 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-28 12:59:42 -0300 |
commit | 8f0d1462716e0e7581e0145ce5f6575d59146fa1 (patch) | |
tree | f3fb931ff27bd245ab14caf9a3c008e8badf1870 | |
parent | 2154c0fa9cee582a36f9a8d7923a646a6d47adf0 (diff) | |
download | hercules-8f0d1462716e0e7581e0145ce5f6575d59146fa1.tar.gz hercules-8f0d1462716e0e7581e0145ce5f6575d59146fa1.tar.bz2 hercules-8f0d1462716e0e7581e0145ce5f6575d59146fa1.tar.xz hercules-8f0d1462716e0e7581e0145ce5f6575d59146fa1.zip |
Bumping Skill Index
As per malufett's request, for the upcoming support of the new 700 and above skills ( NPC_WIDE_DEEP_SLEEP etc )
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 1431d27a7..8c12b55ba 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -46,7 +46,7 @@ #define SKILLUNITTIMER_INTERVAL 100 // ranges reserved for mapping skill ids to skilldb offsets -#define HM_SKILLRANGEMIN 700 +#define HM_SKILLRANGEMIN 750 #define HM_SKILLRANGEMAX HM_SKILLRANGEMIN + MAX_HOMUNSKILL #define MC_SKILLRANGEMIN HM_SKILLRANGEMAX + 1 #define MC_SKILLRANGEMAX MC_SKILLRANGEMIN + MAX_MERCSKILL |