DB/GMSurveyCurrentSurvey

From wowdev
Revision as of 22:41, 1 October 2017 by Barncastle (talk | contribs)
Jump to navigation Jump to search
Column Field Type Notes
1 LangID Integer
2 GMSurveyID Integer
struct GMSurveyCurrentSurveyEntry // sizeof(0x8)
{
   m_LANGID; // +0x0, size 0x4, type 0
   m_GMSURVEY_ID; // +0x4, size 0x4, type 0
};

1.12.1.5875, 6.0.1.18179

struct GMSurveyCurrentSurveyRec {
  uint32_t m_LANGID;
  foreign_key<uint32_t, &GMSurveySurveysRec::m_ID> m_GMSURVEY_ID;
};