DB/GMSurveyCurrentSurvey: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 17: Line 17:
  };
  };


==6.0.1.18179==
==1.12.1.5875, 6.0.1.18179==
  struct GMSurveyCurrentSurveyRec {
  struct GMSurveyCurrentSurveyRec {
   uint32_t m_LANGID;
   uint32_t m_LANGID;

Revision as of 22:29, 1 October 2017

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;
};