DB/GMSurveyAnswers: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 6: Line 6:
   uint32_t m_Sort_Index;
   uint32_t m_Sort_Index;
   {{Type/foreign_key|table=GMSurveyQuestions}} m_GMSurveyQuestionID;
   {{Type/foreign_key|table=GMSurveyQuestions}} m_GMSurveyQuestionID;
   {{Type|stringref}} m_Answer_lang;
   {{Type|langstringref}} m_Answer_lang;
  };
  };



Latest revision as of 16:26, 1 January 2020

≥ Wrath

unknown probably wotlk, unknown cata, 6.0.1.18179

struct GMSurveyAnswersRec {
  uint32_t m_ID;
  uint32_t m_Sort_Index;
  foreign_key<uint32_t, &GMSurveyQuestionsRec::m_ID> m_GMSurveyQuestionID;
  langstringref m_Answer_lang;
};