DB/CriteriaTree

From wowdev
Revision as of 20:31, 2 November 2014 by Schlumpf (talk | contribs) (Created page with '==6.0.1.18179== struct CriteriaTreeRec { uint32_t m_ID; uint32_t m_criteriaID; uint8_t m_amount[8]; // unknown type! possibly _not_ an integer! uint32_t m_operator; …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

6.0.1.18179

struct CriteriaTreeRec {
  uint32_t m_ID;
  uint32_t m_criteriaID;
  uint8_t m_amount[8]; // unknown type! possibly _not_ an integer!
  uint32_t m_operator;
  uint32_t m_parent;
  uint32_t m_flags;
  stringref m_description_lang;
  uint32_t m_orderIndex;
};