DB/AnimKitBoneSet

From wowdev
Revision as of 18:18, 2 November 2014 by Schlumpf (talk | contribs)
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.

New in Cataclysm.

Column Field Type Notes
1 ID Integer
2 Name String
3 boneDataID iRefID What is this a reference to?
3 parentAnimKitBoneSetID iRefID
4 extraBoneCount Integer
5 altAnimKitBoneSetID iRefID

6.0.1.18179

struct AnimKitBoneSetRec {
  int m_ID;
  stringref m_name;
  int m_boneDataID;
  int m_parentAnimKitBoneSetID;
  int m_extraBoneCount;
  int m_altAnimKitBoneSetID;
};