summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-02-14 23:59:51 +0100
committerHaru <haru@dotalux.com>2020-04-05 21:20:35 +0200
commitf71c45257cf0aa0d45c19045f4c91e9189cd25e2 (patch)
tree82f9494e28df70867dc99281d67a8498df788dce /db
parent484405005eba7399f435802443487e2b6ae1e163 (diff)
downloadhercules-f71c45257cf0aa0d45c19045f4c91e9189cd25e2.tar.gz
hercules-f71c45257cf0aa0d45c19045f4c91e9189cd25e2.tar.bz2
hercules-f71c45257cf0aa0d45c19045f4c91e9189cd25e2.tar.xz
hercules-f71c45257cf0aa0d45c19045f4c91e9189cd25e2.zip
Change EggItem field in pet DB to be mandatory
Diffstat (limited to 'db')
-rw-r--r--db/pre-re/pet_db.conf2
-rw-r--r--db/re/pet_db.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/pet_db.conf b/db/pre-re/pet_db.conf
index 28847bc78..d80434f46 100644
--- a/db/pre-re/pet_db.conf
+++ b/db/pre-re/pet_db.conf
@@ -35,9 +35,9 @@ pet_db:(
// ================ Mandatory fields ==============================
Id: ID (int)
Name: "Pet Name" (string)
+ EggItem: Egg Id (string, defaults to 0)
// ================ Optional fields ===============================
TamingItem: Taming Item (string, defaults to 0)
- EggItem: Egg Id (string, defaults to 0)
AccessoryItem: Equipment Id (string, defaults to 0)
FoodItem: Food Id (string, defaults to 0)
FoodEffectiveness: hunger points (int, defaults to 0)
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf
index 17d3bad2c..3a1ceb5e0 100644
--- a/db/re/pet_db.conf
+++ b/db/re/pet_db.conf
@@ -35,9 +35,9 @@ pet_db:(
// ================ Mandatory fields ==============================
Id: ID (int)
Name: "Pet Name" (string)
+ EggItem: Egg Id (string, defaults to 0)
// ================ Optional fields ===============================
TamingItem: Taming Item (string, defaults to 0)
- EggItem: Egg Id (string, defaults to 0)
AccessoryItem: Equipment Id (string, defaults to 0)
FoodItem: Food Id (string, defaults to 0)
FoodEffectiveness: hunger points (int, defaults to 0)