mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
Updated some enums
This commit is contained in:
parent
eb0cfe7fec
commit
f6ff7b5a45
8 changed files with 107 additions and 74 deletions
|
|
@ -967,7 +967,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