DB/GameObjectDiffAnimMap

From wowdev
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.

≥ Mists

6.0.1.18179

struct GameObjectDiffAnimMapRec {
  uint32_t m_ID;
  uint32_t m_gameObjectDiffAnimID;
  foreign_key<uint32_t, &DifficultyRec::m_ID> m_difficultyID;
  foreign_key<uint32_t, &AnimationDataRec::m_ID> m_animation;
  uint32_t m_attachmentDisplayID;                               // as of 18179, only used as boolean whether to attach to parent's Base attachment
};