DB/SpellShapeshift: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
==6.0.1.18179==
==6.0.1.18179==
  struct SpellShapeshiftRec {
  struct SpellShapeshiftRec {

Latest revision as of 03:05, 20 July 2016

≥ Cata

6.0.1.18179

struct SpellShapeshiftRec {
  uint32_t m_ID;
  uint32_t m_shapeshiftExclude[2];
  uint32_t m_shapeshiftMask[2];
  uint32_t m_stanceBarOrder;
};

7.0.1.21737

Column Field Type Notes
1 ID
2 SpellID IRefID
3,4 m_shapeshiftExclude Integer[2]
5 Stances Integer
6 Unknown Integer Wasn't able to match the value -- Synric 12th July 2016
7 m_stanceBarOrder Integer
8 Unknown Integer Wasn't able to match the value -- Synric 12th July 2016
9 Unknown Integer Wasn't able to match the value -- Synric 12th July 2016
10 Unknown Integer Wasn't able to match the value -- Synric 12th July 2016