diff options
author | AnnieRuru <jeankof@ymail.com> | 2016-01-06 16:39:57 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-16 19:57:35 +0100 |
commit | d649659e90cc37e2074eb0238317f9d58f879b2a (patch) | |
tree | 937d957eef527661432b3f839dc6009a704256cd /db | |
parent | a1310e2d8c098fcbeb485314a4bafa5d6659be7e (diff) | |
download | hercules-d649659e90cc37e2074eb0238317f9d58f879b2a.tar.gz hercules-d649659e90cc37e2074eb0238317f9d58f879b2a.tar.bz2 hercules-d649659e90cc37e2074eb0238317f9d58f879b2a.tar.xz hercules-d649659e90cc37e2074eb0238317f9d58f879b2a.zip |
set_constant the LOOK_ constants
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/db/constants.conf b/db/constants.conf index 790c0ed53..98de6ac98 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -777,22 +777,6 @@ constants_db: { EQI_SHADOW_ACC_R: 19 EQI_SHADOW_ACC_L: 20 - /** Look */ - LOOK_BASE: 0 - LOOK_HAIR: 1 - LOOK_WEAPON: 2 - LOOK_HEAD_BOTTOM: 3 - LOOK_HEAD_TOP: 4 - LOOK_HEAD_MID: 5 - LOOK_HAIR_COLOR: 6 - LOOK_CLOTHES_COLOR: 7 - LOOK_SHIELD: 8 - LOOK_SHOES: 9 - LOOK_BODY: 10 - LOOK_FLOOR: 11 - LOOK_ROBE: 12 - LOOK_BODY2: 13 - /** Status effects */ Eff_Stone: 0 Eff_Freeze: 1 |