Pet_levelstats - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table holds information on individual pet base stats based on level.
Field | Type | Null | Key | Default | Extra |
creature_entry | int(10) unsigned | NO | PRI | ||
level | tinyint(3) unsigned | NO | PRI | ||
hp | smallint(5) unsigned | NO | |||
mana | smallint(5) unsigned | NO | |||
armor | int(10) unsigned | NO | 0 | ||
str | smallint(5) unsigned | NO | |||
agi | smallint(5) unsigned | NO | |||
sta | smallint(5) unsigned | NO | |||
inte | smallint(5) unsigned | NO | |||
spi | smallint(5) unsigned | NO |
The pet creature template ID. See creature_template.entry
The pet level.
The base health of the pet at level = level.
The base mana of the pet at level = level.
The base armor of the pet at level = level.
The base strength of the pet at level = level.
The base agility of the pet at level = level.
The base stamina of the pet at level = level.
The base intelligence of the pet at level = level.
The base spirit of the pet at level = level.