blob: 67c903f08a3d85a80b8bb6517e6bbe8d6e4bc3ec (
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 |
|