diff options
Diffstat (limited to 'db/constants.conf')
-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 } |