DB/CreatureMovementInfo

From wowdev
Revision as of 01:02, 6 November 2014 by Schlumpf (talk | contribs)
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;
};