From 75ba7024fe3b68718d0f0a289a68ea0719054d3b Mon Sep 17 00:00:00 2001 From: Emistry Date: Mon, 25 Jan 2016 23:00:26 +0800 Subject: Added gender-related constants SEX_MALE/SEX_FEMALE --- db/constants.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'db') 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 } -- cgit v1.2.3-60-g2f50