DB/CreatureMovementInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
mNo edit summary
Line 7: Line 7:
  };
  };


==6.0.1.18179==
struct CreatureMovementInfoRec {
  uint32_t m_ID;
  float m_smoothFacingChaseRate;
};
[[Category:DBC]][[Category:DBC_WotLK]]
[[Category:DBC]][[Category:DBC_WotLK]]

Revision as of 20:20, 2 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;
};