Player classlevelstats tc2
From TrinityCore Wiki
|
Back to world database list of tables.
The `player_classlevelstats` table
This table holds information on the base health and mana of characters when they level up. Each class has different level stats. All of the values in this table signify only the base health and mana of the class at a specific level.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| class | tinyint(3) | unsigned | PRI | NO | NULL | ||
| level | tinyint(3) | unsigned | PRI | NO | NULL | ||
| basehp | smallint(5) | unsigned | NO | NULL | |||
| basemana | smallint(5) | unsigned | NO | NULL |
Description of the fields
class
The character class.
| Value | ID }} | Name |
| 1 | 1 }} | Warrior |
| 2 | 2 }} | Paladin |
| 4 | 3 }} | Hunter |
| 8 | 4 }} | Rogue |
| 16 | 5 }} | Priest |
| 32 | 6 }} | Death Knight |
| 64 | 7 }} | Shaman |
| 128 | 8 }} | Mage |
| 256 | 9 }} | Warlock |
| 1024 | 11 }} | Druid |
level
The level at which the stats should be applied.
basehp
The base health of the character (before stamina bonuses).
basemana
The base mana of the character (before intellect bonuses).