summaryrefslogtreecommitdiff
path: root/docs/character_pet.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/character_pet.md')
-rw-r--r--docs/character_pet.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/character_pet.md b/docs/character_pet.md
new file mode 100644
index 0000000..d7c414b
--- /dev/null
+++ b/docs/character_pet.md
@@ -0,0 +1,21 @@
+[[Database Structure|Database Structure]] > [[Character-Database|Character-Database]] > [[character_pet|character_pet]]
+
+Column | Type | Description
+--- | --- | ---
+Id | int(10) unsigned |
+Entry | int(10) unsigned |
+Owner | int(10) unsigned |
+Modelid | int(10) unsigned |
+CreatedBySpell | mediumint(8) unsigned |
+PetType | tinyint(3) unsigned |
+Level | smallint(5) unsigned |
+Exp | int(10) unsigned |
+Reactstate | tinyint(3) unsigned |
+Name | varchar(21) |
+Renamed | tinyint(3) unsigned |
+Slot | tinyint(3) unsigned |
+Curhealth | int(10) unsigned |
+Curmana | int(10) unsigned |
+Curhappiness | int(10) unsigned |
+Savetime | int(10) unsigned |
+Abdata | text |