DB/SpellTotems: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
==7.0.1.21737==
==7.0.1.21737==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"

Latest revision as of 03:05, 20 July 2016

≥ Cata

7.0.1.21737

Column Field Type Notes
1 ID Integer
2 SpellID Integer
3 Totem1 Integer
4 Totem2 Integer
5 TotemCategory1 Integer
6 TotemCategory2 Integer

Synric 12th July 2016

6.0.1.18179

struct SpellTotemsRec {
  uint32_t m_ID;
  uint32_t m_requiredTotemCategoryID[2];
  uint32_t m_totem[2];
};