DB/SpellTotems

From wowdev
Revision as of 19:51, 12 July 2016 by Synric (talk | contribs)
Jump to navigation Jump to search

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

Related DB2s: Spell | SpellAuraOptions | SpellAuraRestrictions | SpellClassOptions | SpellCastingRequirements | SpellCategories | SpellCooldowns | SpellDescriptionVariables | SpellEffect | SpellEquippedItems | SpellInterrupts | SpellLevels | SpellMisc | SpellPower | SpellReagents | SpellShapeShift | SpellTargetRestrictions | SpellTotems | SpellVisualMissile | SpellxSpellVisual

6.0.1.18179

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