diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-13 10:58:56 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-13 10:58:56 +0000 |
commit | cbb3e95396602bf721dd8dc8a37660de29f42c87 (patch) | |
tree | 02b07fed13488fa26cc4c17c3238ff55632383b2 /db/pet_db.txt | |
parent | 9621294d72793f7e74f3ad08088ec37a173cc86d (diff) | |
download | hercules-cbb3e95396602bf721dd8dc8a37660de29f42c87.tar.gz hercules-cbb3e95396602bf721dd8dc8a37660de29f42c87.tar.bz2 hercules-cbb3e95396602bf721dd8dc8a37660de29f42c87.tar.xz hercules-cbb3e95396602bf721dd8dc8a37660de29f42c87.zip |
* Added pet_db2.txt to make it apparent, that pet db has support for customs as well.
- Fixed typo 'HungeyDelay' into 'HungryDelay' in pet database description (bugreport:4636, since r13752).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14590 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/pet_db.txt')
-rw-r--r-- | db/pet_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/pet_db.txt b/db/pet_db.txt index ce2316c59..9def2a838 100644 --- a/db/pet_db.txt +++ b/db/pet_db.txt @@ -10,8 +10,8 @@ // 05. EggID Pet Egg ID. // 06. EquipID Pet Accessory ID. // 07. FoodID Pet Food ID. -// 08. Fullness The amount Hunger is decreased every [HungeyDelay] seconds. -// 09. HungeyDelay The amount of time it takes for hunger to decrease after feeding. (Default: 60 seconds) +// 08. Fullness The amount Hunger is decreased every [HungryDelay] seconds. +// 09. HungryDelay The amount of time it takes for hunger to decrease after feeding. (Default: 60 seconds) // 10. R_Hungry Amount of Intimacy that is increased when fed. // 11. R_Full Amount of Intimacy that is decreased when over-fed. // 12. Intimate Amount of Intimacy the pet starts with. |