diff options
author | AtlantisRO <atlas@atlantis-ro.net> | 2017-03-16 14:16:00 -0700 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:48:17 +0200 |
commit | e25ce3fabf4d73f943aa62b6d5d9d778d488c260 (patch) | |
tree | d8f2da34ec41f57b8c55fd25ce52fcbba8f54dee /db/constants.conf | |
parent | 2b5309e5e393cf3f5fb7678c7e7690aec0511f21 (diff) | |
download | hercules-e25ce3fabf4d73f943aa62b6d5d9d778d488c260.tar.gz hercules-e25ce3fabf4d73f943aa62b6d5d9d778d488c260.tar.bz2 hercules-e25ce3fabf4d73f943aa62b6d5d9d778d488c260.tar.xz hercules-e25ce3fabf4d73f943aa62b6d5d9d778d488c260.zip |
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 <ragno@atlantis-ro.net>
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 |