diff options
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/battle/client.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 9ac8b6e28..3e9fd15d4 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2008/07/23 + * Increased max. hairstyle number, 23 -> 25 (bugreport:1773) [ultramage] 2008/07/22 * Rev. 12981 Removed mail commands that no longer exist from help.txt. [L0ne_W0lf] 2008/06/14 diff --git a/conf/battle/client.conf b/conf/battle/client.conf index 3d0a9923e..ed4646fcb 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -45,7 +45,7 @@ min_chat_delay: 0 // valid range of dye's and styles on the client min_hair_style: 0 -max_hair_style: 23 +max_hair_style: 25 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 |