DB/ModifierTree: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Created page with '==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; …')
 
mNo edit summary
Line 10: Line 10:
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Revision as of 00:58, 6 November 2014

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