player_classlevelstats
This table provides levelstats for level based on the class
Structure
Field | Type | Default | Comment |
---|---|---|---|
build | smallint(6) | 12340 | key |
class | tinyint(3) | 0 | |
level | int(10) | 0 | |
BaseHealth | int(10) | 0 | |
BaseMana | int(10) | 0 |
build
Build number to determine if the data is for our current compiled version.
class
The class this levelstat is for.
level
the level for this stat
BaseHealth
…
BaseMana
…