summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorhemagx <ibrahem.h.basyone@gmail.com>2016-10-22 02:28:16 +0200
committerhemagx <ibrahem.h.basyone@gmail.com>2016-10-22 02:28:16 +0200
commitf072f3c9771cf0154f3b207970d86cc857708050 (patch)
tree34579ba5f0b3f71f681489883939d0ac770c7c0a /src/common/mmo.h
parentd8441a3522797a25b5bcc46d6e5b38adebd0a70b (diff)
parent431b8aad001d959225aaa41b8d0a80c4d5526229 (diff)
downloadhercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.gz
hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.bz2
hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.xz
hercules-f072f3c9771cf0154f3b207970d86cc857708050.zip
Merge pull request #1458 from dastgir/2016-1_summoner
Introduces Summoner Class
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 77f706f0d..93151d3ca 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -131,7 +131,7 @@
#define MAX_FAME 1000000000
#define MAX_CART 100
#ifndef MAX_SKILL
-#define MAX_SKILL 1478
+#define MAX_SKILL 1510
#endif
#ifndef MAX_SKILL_ID
#define MAX_SKILL_ID 10015 // [Ind/Hercules] max used skill ID
@@ -993,6 +993,8 @@ enum {
JOB_OBORO,
JOB_REBELLION = 4215,
+ JOB_SUMMONER = 4218,
+
#ifndef JOB_MAX
JOB_MAX,
#endif