DB/GMSurveyQuestions: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page GMSurveyQuestions.dbc to DB/GMSurveyQuestions)
mNo edit summary
Line 9: Line 9:
  1 ID Integer
  1 ID Integer
  2-10 sRefName String + [[Loc]] Question string for the survey  
  2-10 sRefName String + [[Loc]] Question string for the survey  
Retrieved from "http://www.sourcepeek.com/wiki/GMSurveyQuestions.dbc"


==6.0.1.18179==
==6.0.1.18179==

Revision as of 00:13, 22 February 2016

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 

6.0.1.18179

struct GMSurveyQuestionsRec {
  uint32_t m_ID;
  stringref m_Question_lang;
};