DB/ModifierTree

From wowdev
Revision as of 00:56, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page ModifierTree.dbc to DB/ModifierTree)
Jump to navigation Jump to search

6.0.1.18179

struct ModifierTreeRec {
  uint32_t m_ID;
  uint32_t m_type;
  uint32_t m_asset;
  uint32_t m_secondaryAsset;
  uint32_t m_operator;
  uint32_t m_amount;
  uint32_t m_parent;
};