From e25ce3fabf4d73f943aa62b6d5d9d778d488c260 Mon Sep 17 00:00:00 2001 From: AtlantisRO Date: Thu, 16 Mar 2017 14:16:00 -0700 Subject: Added Constant SEX_ANY (2) for Male and Female genders. Replaced Number 1 in Gender for Constant "SEX_MALE" on item_db.conf Signed-off-by: Ragno --- db/constants.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'db/constants.conf') diff --git a/db/constants.conf b/db/constants.conf index d4f6c8f0d..bc06eed72 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3772,14 +3772,14 @@ constants_db: { UNITTYPE_HOM: 4 UNITTYPE_MER: 5 UNITTYPE_ELEM: 6 - + comment__: "Unit AI Types" AI_NONE: 0 //0: Normal mob. AI_ATTACK: 1 //1: Standard summon, attacks mobs. AI_SPHERE: 2 //2: Alchemist Marine Sphere AI_FLORA: 3 //3: Alchemist Summon Flora AI_ZANZOU: 4 //4: Summon Zanzou - + comment__: "Colors" C_AQUA: 0x00FFFF C_BLACK: 0x000000 @@ -3804,8 +3804,9 @@ constants_db: { C_VIOLET: 0xEE82EE comment__: "Genders" - SEX_FEMALE: 0 - SEX_MALE: 1 + SEX_FEMALE: 0 + SEX_MALE: 1 + SEX_ANY: 2 comment__: "Script Unit Data Types" UDT_TYPE: 0 -- cgit v1.2.3-60-g2f50