summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDastgir <dastgirp@gmail.com>2019-12-10 12:44:51 +0530
committerDastgir <dastgirp@gmail.com>2020-02-02 21:11:07 +0530
commit1042e9919f18d4aac21583a675d28758ba233e03 (patch)
tree591e9579036aeb85f593e704045a97a44ce58496 /src/common
parent7d5ce7b3a33fb27cf838d863b8f017220abb624a (diff)
downloadhercules-1042e9919f18d4aac21583a675d28758ba233e03.tar.gz
hercules-1042e9919f18d4aac21583a675d28758ba233e03.tar.bz2
hercules-1042e9919f18d4aac21583a675d28758ba233e03.tar.xz
hercules-1042e9919f18d4aac21583a675d28758ba233e03.zip
Changed logic of skill_get_index
skill_get_index can be edited easily to add custom skills
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index ed74f11df..f4cf92508 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -218,7 +218,7 @@
#define MAX_FAME 1000000000
#define MAX_CART 100
#ifndef MAX_SKILL_DB
-#define MAX_SKILL_DB 1510 ///< Maximum number of skills in the skill DB (compacted array size)
+#define MAX_SKILL_DB 1314 ///< Maximum number of skills in the skill DB (compacted array size)
#endif
#ifndef MAX_SKILL_ID
#define MAX_SKILL_ID 10015 // [Ind/Hercules] max used skill ID