DB/SpellTotems: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
| 6  || TotemCategory2|| Integer ||
| 6  || TotemCategory2|| Integer ||
|}
|}
[[User:Synric|Synric]] 12th July 2016
[[User:Synric|Synric]] 12th July 2016
Related DB2s: [[DB/Spell|Spell]] | [[DB/SpellAuraOptions|SpellAuraOptions]] | [[DB/SpellAuraRestrictions|SpellAuraRestrictions]] | [[DB/SpellClassOptions|SpellClassOptions]] | [[DB/SpellCastingRequirements|SpellCastingRequirements]] | [[DB/SpellCategories|SpellCategories]] | [[DB/SpellCooldowns|SpellCooldowns]] | [[SpellDescriptionVariables.dbc|SpellDescriptionVariables]] | [[DB/SpellEffect|SpellEffect]] | [[DB/SpellEquippedItems|SpellEquippedItems]] | [[DB/SpellInterrupts|SpellInterrupts]] | [[DB/SpellLevels|SpellLevels]] | [[DB/SpellMisc|SpellMisc]] | [[DB/SpellPower|SpellPower]] | [[DB/SpellReagents|SpellReagents]] | [[DB/SpellShapeShift|SpellShapeShift]] | [[DB/SpellTargetRestrictions|SpellTargetRestrictions]] | [[DB/SpellTotems|SpellTotems]] | [[DB/SpellVisualMissile|SpellVisualMissile]] | [[DB/SpellxSpellVisual|SpellxSpellVisual]]


==6.0.1.18179==
==6.0.1.18179==

Revision as of 20:00, 12 July 2016

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];
};