DB/CreatureMovementInfo

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

New in WotLK.

struct CreatureMovementInfoEntry // sizeof(0x8)
{
   m_ID; // +0x0, size 0x4, type 0
   m_smoothFacingChaseRate; // +0x4, size 0x4, type 3
};

6.0.1.18179

struct CreatureMovementInfoRec {
  uint32_t m_ID;
  float m_smoothFacingChaseRate;
};