DB/SpellShapeshift: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 18: Line 18:
| 2 || [[DB/Spell|SpellID]] || IRefID ||
| 2 || [[DB/Spell|SpellID]] || IRefID ||
|- style="background:#E0E0E0;"
|- style="background:#E0E0E0;"
| 3 || ExcludedStances || Integer ||
| 3,4 || m_shapeshiftExclude || Integer[2] ||  
|-
| 4 || Unknown || Integer || Wasn't able to match the value -- [[User:Synric|Synric]] 12th July 2016
|- style="background:#E0E0E0;"
|- style="background:#E0E0E0;"
| 5 || Stances || Integer ||  
| 5 || Stances || Integer ||  
Line 26: Line 24:
| 6 || Unknown || Integer || Wasn't able to match the value -- [[User:Synric|Synric]] 12th July 2016
| 6 || Unknown || Integer || Wasn't able to match the value -- [[User:Synric|Synric]] 12th July 2016
|- style="background:#E0E0E0;"
|- style="background:#E0E0E0;"
| 7 || StanceBarOrder || Integer ||  
| 7 || m_stanceBarOrder || Integer ||  
|-
|-
| 8 || Unknown || Integer || Wasn't able to match the value -- [[User:Synric|Synric]] 12th July 2016
| 8 || Unknown || Integer || Wasn't able to match the value -- [[User:Synric|Synric]] 12th July 2016

Revision as of 11:56, 16 July 2016

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