DB/GMTicketCategory

From wowdev
Revision as of 00:36, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page GMTicketCategory.dbc to DB/GMTicketCategory)
Jump to navigation Jump to search

Header Info

Records....................10
Fields.....................10
Record Size................40
String Block Size.........120

Structure

Column	Field		Type  		Notes  
1	ID		Integer   
2-10	sRefName	String + Loc	Name of the ticket category  

Retrieved from "http://www.sourcepeek.com/wiki/GMTicketCategory.dbc"

6.0.1.18179

struct GMTicketCategoryRec {
  uint32_t m_ID;
  stringref m_category_lang;
};