diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-14 23:10:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-14 23:10:05 +0300 |
commit | 159f084cf20b3a8217905ff3764553e736b46e43 (patch) | |
tree | 5824eaa19fa6f652b6802f1151ff23db8661a9dd | |
parent | 1548bdc06cfdbf9ae31b84e5eb0805e51f2ac856 (diff) | |
download | serverdata-159f084cf20b3a8217905ff3764553e736b46e43.tar.gz serverdata-159f084cf20b3a8217905ff3764553e736b46e43.tar.bz2 serverdata-159f084cf20b3a8217905ff3764553e736b46e43.tar.xz serverdata-159f084cf20b3a8217905ff3764553e736b46e43.zip |
Change max color id to 20.
-rw-r--r-- | conf/battle/client.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index 5089fa4a..a0e1e217 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -23,7 +23,7 @@ min_chat_delay: 0 min_hair_style: 0 max_hair_style: 29 min_hair_color: 0 -max_hair_color: 8 +max_hair_color: 20 min_cloth_color: 0 max_cloth_color: 4 |