diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/conf/battle_athena.conf | 2 | ||||
-rw-r--r-- | world/map/db/const.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/world/map/conf/battle_athena.conf b/world/map/conf/battle_athena.conf index cc10f40c..3d94845c 100644 --- a/world/map/conf/battle_athena.conf +++ b/world/map/conf/battle_athena.conf @@ -281,7 +281,7 @@ any_warp_GM_min_level: 20 // valid range of dye's and styles on the client // Note: this is also hard-coded in the char-server min_hair_style: 0 -max_hair_style: 19 +max_hair_style: 20 min_hair_color: 0 max_hair_color: 11 diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 90118b47..fb4c8737 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -222,6 +222,7 @@ HS_Bun 16 HS_ShoulderLengthFlick 17 HS_Fizzy 18 HS_LongAndClipped 19 +HS_Bald 20 // Hair Colors HC_LIGHT_BROWN 0 |