diff options
author | Emistry <Equinox1991@gmail.com> | 2016-01-25 23:00:26 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-29 01:03:25 +0100 |
commit | 75ba7024fe3b68718d0f0a289a68ea0719054d3b (patch) | |
tree | 684d87f0f52705fa51b711b3ae5d0235a8b1ca0f /db | |
parent | 844d429119e671f8abbdb335233eba1bb156721c (diff) | |
download | hercules-75ba7024fe3b68718d0f0a289a68ea0719054d3b.tar.gz hercules-75ba7024fe3b68718d0f0a289a68ea0719054d3b.tar.bz2 hercules-75ba7024fe3b68718d0f0a289a68ea0719054d3b.tar.xz hercules-75ba7024fe3b68718d0f0a289a68ea0719054d3b.zip |
Added gender-related constants SEX_MALE/SEX_FEMALE
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 4ee6a8333..ee78cf32e 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3828,4 +3828,8 @@ constants_db: { C_CHOCOLATE: 0xD2691E C_GOLD: 0xFFD700 C_VIOLET: 0xEE82EE + + comment__: "Genders" + SEX_FEMALE: 0 + SEX_MALE: 1 } |