summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-28 12:59:42 -0300
committershennetsind <ind@henn.et>2013-06-28 12:59:42 -0300
commit8f0d1462716e0e7581e0145ce5f6575d59146fa1 (patch)
treef3fb931ff27bd245ab14caf9a3c008e8badf1870
parent2154c0fa9cee582a36f9a8d7923a646a6d47adf0 (diff)
downloadhercules-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.c2
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