DB/SkillLineCategory: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=1|max_expansionlevel=4}}
{{Template:Sandbox/VersionRange|min_expansionlevel=1|max_expansionlevel=4}}


==1.12.1.5875==
struct SkillLineCategoryRec {
  uint32_t m_ID;
  {{Template:Type|langstringref}} name;
  uint32_t sortIndex;
};
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  

Revision as of 22:53, 1 October 2017

Vanilla … Cata

1.12.1.5875

struct SkillLineCategoryRec {
  uint32_t m_ID;
  langstringref name;
  uint32_t sortIndex;
};

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2-18	sRefName 	String + Loc
19 	DisplayOrder 	Integer