DB/SkillLineCategory: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Header Info ==
{{Template:Sandbox/VersionRange|min_expansionlevel=1|max_expansionlevel=4}}
Records.....................8
Fields.....................19
Record Size................44
String Block Size.........112


==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'''  
Line 10: Line 12:
  2-18 sRefName String + [[Loc]]
  2-18 sRefName String + [[Loc]]
  19 DisplayOrder Integer
  19 DisplayOrder Integer
Retrieved from "http://www.sourcepeek.com/wiki/SkillLineCategory.dbc"


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Latest 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