DB/GMSurveyQuestions

From wowdev
Revision as of 11:57, 23 February 2016 by Mjollna (talk | contribs)
Jump to navigation Jump to search

Structure

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

6.0.1.18179

struct GMSurveyQuestionsRec {
  uint32_t m_ID;
  stringref m_Question_lang;
};