DB/GMSurveyQuestions

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

Header Info

Records.....................6
Fields.....................10
Record Size................40
String Block Size.........475

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2-10 	sRefName 	String + Loc	Question string for the survey 

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

6.0.1.18179

struct GMSurveyQuestionsRec {
  uint32_t m_ID;
  stringref m_Question_lang;
};