DB/GMSurveySurveys

From wowdev
Revision as of 16:29, 1 January 2020 by Schlumpf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

1.12.1.5875, 6.0.1.18179

struct GMSurveySurveysRec {
  uint32_t m_ID;
  foreign_key<uint32_t, &GMSurveyQuestionsRec::m_ID> m_Q[15];
};