diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-02 19:13:21 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:21:46 +0200 |
commit | abb834567db53424ea84ea4903d18ac9d3b3f61a (patch) | |
tree | 9cab2d18ee7d909e5be852723141ef2d3a492c0f /db/constants.conf | |
parent | b21e4ad15f1a81154553662ecf330d6a6694dd15 (diff) | |
download | hercules-abb834567db53424ea84ea4903d18ac9d3b3f61a.tar.gz hercules-abb834567db53424ea84ea4903d18ac9d3b3f61a.tar.bz2 hercules-abb834567db53424ea84ea4903d18ac9d3b3f61a.tar.xz hercules-abb834567db53424ea84ea4903d18ac9d3b3f61a.zip |
Added Summoner Class.
(Only Placeholder, other things related to summoner will follow-up soon)
Added SQL-Upgrade: Added `class` column in charlog
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index c22435a36..b271a14e0 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -225,6 +225,8 @@ constants_db: { Job_Oboro: 4212 Job_Rebellion: 4215 + Job_Summoner: 4218 + comment__: "Job masks / Job map_ids" EAJL_2_1: 0x0100 EAJL_2_2: 0x0200 @@ -248,6 +250,7 @@ constants_db: { EAJ_GUNSLINGER: 0x0009 EAJ_NINJA: 0x000A EAJ_GANGSI: 0x000D + EAJ_SUMMONER: 0x000E EAJ_SUPER_NOVICE: 0x0100 EAJ_KNIGHT: 0x0101 |