DB/CreatureMovementInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 13: Line 13:
  };
  };
[[Category:DBC]][[Category:DBC_WotLK]]
[[Category:DBC]][[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Revision as of 01:02, 6 November 2014

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;
};