DB/GMSurveyCurrentSurvey: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Organized to make a little more specific and cleaner. No notes added as of yet.)
mNo edit summary
Line 17: Line 17:
  };
  };


==6.0.1.18179==
struct GMSurveyCurrentSurveyRec {
  uint32_t m_LANGID;
  uint32_t m_GMSURVEY_ID;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 20:41, 2 November 2014

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

6.0.1.18179

struct GMSurveyCurrentSurveyRec {
  uint32_t m_LANGID;
  uint32_t m_GMSURVEY_ID;
};