diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 9 |
1 files changed, 5 insertions, 4 deletions
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 |