DB/SpellShapeshift

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

≥ 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