mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
uint->int
This commit is contained in:
parent
50e538c32f
commit
90b0c47592
1 changed files with 1 additions and 1 deletions
|
|
@ -962,7 +962,7 @@ struct ScalingStatValuesEntry
|
|||
struct SkillLineEntry
|
||||
{
|
||||
uint32 id; // 0 m_ID
|
||||
uint32 categoryId; // 1 m_categoryID (index from SkillLineCategory.dbc)
|
||||
int32 categoryId; // 1 m_categoryID (index from SkillLineCategory.dbc)
|
||||
//uint32 skillCostID; // 2 m_skillCostsID not used
|
||||
char* name[16]; // 3-18 m_displayName_lang
|
||||
// 19 string flags, not used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue