DB/CreatureMovementInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__TOC__
__TOC__
Added in WotLK.
 
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}


==Wrath==
==Wrath==

Revision as of 02:42, 20 July 2016

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