DB/SpellCastingRequirements: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 25: Line 25:
| 8  || RequiredAuraVision || Integer ||
| 8  || RequiredAuraVision || Integer ||
|- style="background:#E0E0E0;"
|- style="background:#E0E0E0;"
| 9  || Unknown || Integer || Wasn't able to match the value
| 9  || Unknown || Integer || Always 0
|-
|-
| 10  || Unknown || Integer || Wasn't able to match the value
| 10  || Unknown || Integer || Always 0
|- style="background:#E0E0E0;"
|- style="background:#E0E0E0;"
| 11  || Unknown || Integer || Wasn't able to match the value
| 11  || Unknown || Integer || Always 0
|}
|}



Revision as of 18:48, 12 July 2016

Added in Cataclysm.

7.0.1.21737

Column Field Type Notes
1 ID Integer
2 SpellID IRefID
3 MinFactionID Integer
4 RequiredAreaGroupID Integer
5 SpellFocusObject Integer
6 FacingCasterFlags Integer
7 MinReputation Integer
8 RequiredAuraVision Integer
9 Unknown Integer Always 0
10 Unknown Integer Always 0
11 Unknown Integer Always 0

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


Synric 12th July 2016

6.0.1.18179

struct SpellCastingRequirementsRec {
  uint32_t m_ID;
  uint32_t m_facingCasterFlags;
  foreign_key<uint32_t, &FactionRec::m_ID> m_minFactionID;
  int32_t m_minReputation;
  foreign_key<uint32_t, &AreaGroupRec::m_ID> m_requiredAreasID;
  uint32_t m_requiredAuraVision;
  foreign_key<uint32_t, &SpellFocusObjectRec::m_ID> m_requiresSpellFocus; 
};

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 FacingCasterFlags Integer
3 MinFactionID Integer
4 MinReputation Integer
5 AreaGroupID Integer
6 RequiredAuraVision Integer
7 RequiresSpellFocus Integer