diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-02 18:07:19 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:21:44 +0200 |
commit | b21e4ad15f1a81154553662ecf330d6a6694dd15 (patch) | |
tree | 472da2f6be542092e1bdc7151a7aa02d30730564 /src/common | |
parent | d8441a3522797a25b5bcc46d6e5b38adebd0a70b (diff) | |
download | hercules-b21e4ad15f1a81154553662ecf330d6a6694dd15.tar.gz hercules-b21e4ad15f1a81154553662ecf330d6a6694dd15.tar.bz2 hercules-b21e4ad15f1a81154553662ecf330d6a6694dd15.tar.xz hercules-b21e4ad15f1a81154553662ecf330d6a6694dd15.zip |
Added Packets for Several Clients: 2015-10-01, 2015-10-29, 2015-11-04 and
2015-12-16
Added New Char Creation Packet(0xa39).
Added Placeholder of JOB_SUMMONER
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 77f706f0d..4dd19d422 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -993,6 +993,8 @@ enum { JOB_OBORO, JOB_REBELLION = 4215, + JOB_SUMMONER = 4218, + #ifndef JOB_MAX JOB_MAX, #endif |