DB/CreatureMovementInfo

From wowdev
Revision as of 02:42, 20 July 2016 by Synric (talk | contribs)
Jump to navigation Jump to search

≥ Wrath

Wrath

3.3.5.12340

Struct

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

Warlords

6.0.1.18179

Struct

struct CreatureMovementInfoRec {
  uint32_t m_ID;
  float m_smoothFacingChaseRate;
};