diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-12 00:40:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-12 12:58:55 +0300 |
commit | 5e082c6d89f2bef1c298faa377798c0b80e6c4b0 (patch) | |
tree | b87215bd828145b905b5479e50b24e3d405f51d8 /conf | |
parent | ae4a00686523e37e574d57775586e429064b2c0b (diff) | |
download | serverdata-5e082c6d89f2bef1c298faa377798c0b80e6c4b0.tar.gz serverdata-5e082c6d89f2bef1c298faa377798c0b80e6c4b0.tar.bz2 serverdata-5e082c6d89f2bef1c298faa377798c0b80e6c4b0.tar.xz serverdata-5e082c6d89f2bef1c298faa377798c0b80e6c4b0.zip |
Add player look limits.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle_athena.conf | 2 | ||||
-rw-r--r-- | conf/char_athena.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index 59a34ac1..65cd6467 100644 --- a/conf/battle_athena.conf +++ b/conf/battle_athena.conf @@ -712,6 +712,8 @@ min_hair_style: 0 max_hair_style: 30 min_hair_color: 0 max_hair_color: 30 +min_look: 0 +max_look: 2 min_cloth_color: 0 max_cloth_color: 4 diff --git a/conf/char_athena.conf b/conf/char_athena.conf index f801938e..49d6197f 100644 --- a/conf/char_athena.conf +++ b/conf/char_athena.conf @@ -61,6 +61,8 @@ min_hair_style: 0 max_hair_style: 30 min_hair_color: 0 max_hair_color: 30 +min_look: 0 +max_look: 2 max_char_class: 6 |