blob: d7c414bd1272e4ddfedb439d95cf9082f649b9ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 |
|