diff options
author | Dastgir <dastgirp@gmail.com> | 2018-06-03 17:14:54 +0530 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-07-24 21:41:28 +0100 |
commit | 7f5b041efd88bae052c98e1bd1c5e28676c73272 (patch) | |
tree | d57e33db4aa0022958f0d10a452fe3d3504717f1 /src/common | |
parent | 19aa33a5f61f0996d76d19db7dbe9d81f5daa090 (diff) | |
download | hercules-7f5b041efd88bae052c98e1bd1c5e28676c73272.tar.gz hercules-7f5b041efd88bae052c98e1bd1c5e28676c73272.tar.bz2 hercules-7f5b041efd88bae052c98e1bd1c5e28676c73272.tar.xz hercules-7f5b041efd88bae052c98e1bd1c5e28676c73272.zip |
Implemented Title System.
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 69717c972..7e0d915eb 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -705,6 +705,8 @@ struct mmo_charstatus { short attendance_count; unsigned char hotkey_rowshift; + + int32 title_id; // Achievement Title[Dastgir/Hercules] }; typedef enum mail_status { |