blob: 71a6895904591a8badd3b38c425a0072526caa99 (
plain)
1
2
3
4
5
6
7
8
|
[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_skills](character_skills)
Column | Type | Description
--- | --- | ---
Guid | int(10) unsigned |
Skill | smallint(5) unsigned |
Value | smallint(5) unsigned |
Max | smallint(5) unsigned |
|