summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDastgir <dastgir@users.noreply.github.com>2015-09-28 17:51:15 +0530
committerDastgir <dastgir@users.noreply.github.com>2015-09-28 17:51:15 +0530
commit99af454e850979b94bd3fb7dc87ad2b9d9e327f1 (patch)
tree60d3a6f0a32d055dd8ac5ebf23c24aae7cc6bbc0
parent731e30a5c0b32e5ece45954951866602146e5a82 (diff)
parentee27c0bebd66ffe5874ab1dfc3aa370c71f65eeb (diff)
downloadhercules-99af454e850979b94bd3fb7dc87ad2b9d9e327f1.tar.gz
hercules-99af454e850979b94bd3fb7dc87ad2b9d9e327f1.tar.bz2
hercules-99af454e850979b94bd3fb7dc87ad2b9d9e327f1.tar.xz
hercules-99af454e850979b94bd3fb7dc87ad2b9d9e327f1.zip
Merge pull request #748 from michaelforge/petdb-typo-fix
Fixed typo in pet_db.txt header, `Fullness` description
-rw-r--r--db/pet_db2.txt2
-rw-r--r--db/pre-re/pet_db.txt2
-rw-r--r--db/re/pet_db.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/db/pet_db2.txt b/db/pet_db2.txt
index c690248a9..4e9b26fd9 100644
--- a/db/pet_db2.txt
+++ b/db/pet_db2.txt
@@ -10,7 +10,7 @@
// 05. EggID Pet Egg ID.
// 06. EquipID Pet Accessory ID.
// 07. FoodID Pet Food ID.
-// 08. Fullness The amount Hunger is decreased every [HungryDelay] seconds.
+// 08. Fullness The amount of hunger points increasing with each feeding.
// 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.
diff --git a/db/pre-re/pet_db.txt b/db/pre-re/pet_db.txt
index 6ea29486e..4c149bc8d 100644
--- a/db/pre-re/pet_db.txt
+++ b/db/pre-re/pet_db.txt
@@ -10,7 +10,7 @@
// 05. EggID Pet Egg ID.
// 06. EquipID Pet Accessory ID.
// 07. FoodID Pet Food ID.
-// 08. Fullness The amount Hunger is decreased every [HungryDelay] seconds.
+// 08. Fullness The amount of hunger points increasing with each feeding.
// 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.
diff --git a/db/re/pet_db.txt b/db/re/pet_db.txt
index f8495c784..bc0c91932 100644
--- a/db/re/pet_db.txt
+++ b/db/re/pet_db.txt
@@ -10,7 +10,7 @@
// 05. EggID Pet Egg ID.
// 06. EquipID Pet Accessory ID.
// 07. FoodID Pet Food ID.
-// 08. Fullness The amount Hunger is decreased every [HungryDelay] seconds.
+// 08. Fullness The amount of hunger points increasing with each feeding.
// 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.