DB/QuestInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page QuestInfo.dbc to DB/QuestInfo)
mNo edit summary
Line 1: Line 1:
Contains the quest tag (Raid, Elite, ...)  
Contains the quest tag (Raid, Elite, ...)  
==Header Info ==
Records.....................9
Fields.....................18
Record Size................40
String Block Size..........65


==Structure==
==Structure==

Revision as of 00:22, 23 February 2016

Contains the quest tag (Raid, Elite, ...)

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2-18 	sRefName 	String + Loc	Quest category description. 

6.0.1.18179

struct QuestInfoRec {
  uint32_t m_ID;
  stringref m_InfoName_lang;
};