diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-23 00:21:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-23 00:21:31 +0300 |
commit | 73c34fdc33fca719d9b8589c8664f7c0d56ca39e (patch) | |
tree | 98fc19d15970086d4abd8453240b1d2825b749ec /conf | |
parent | bbeecdf6a1ed1ec14f63ebc0380eebdf2eefb460 (diff) | |
download | clientdata-73c34fdc33fca719d9b8589c8664f7c0d56ca39e.tar.gz clientdata-73c34fdc33fca719d9b8589c8664f7c0d56ca39e.tar.bz2 clientdata-73c34fdc33fca719d9b8589c8664f7c0d56ca39e.tar.xz clientdata-73c34fdc33fca719d9b8589c8664f7c0d56ca39e.zip |
Allow rename pet.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/pet.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/pet.conf b/conf/battle/pet.conf index e80826ce..27259952 100644 --- a/conf/battle/pet.conf +++ b/conf/battle/pet.conf @@ -13,7 +13,7 @@ pet_catch_rate: 100 // Can you name a pet more then once? (Note 1) -pet_rename: no +pet_rename: yes // The rate a pet will get friendly by feeding it. (Note 2) pet_friendly_rate: 100 |