DB/GMSurveyCurrentSurvey: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
(Organized to make a little more specific and cleaner. No notes added as of yet.)
Line 1: Line 1:
==Header Info==
{| style="background:#FCFCFC; color:black"
  Records.....................8
|-
Fields......................2
! width="80" | Column
  Record Size.................8
! width="180" | Field
String Block Size...........1
! width="80" | Type
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1 || LangID || Integer ||
|-
| || GMSurveyID || Integer ||
|}


==Structure==
  struct GMSurveyCurrentSurveyEntry // sizeof(0x8)
  struct GMSurveyCurrentSurveyEntry // sizeof(0x8)
  {
  {

Revision as of 16:53, 1 February 2013

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