DB/SpellTargetRestrictions

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

≥ Cata

7.0.1.21737

Column Field Type Notes
1 ID
2 SpellID IRefID
3 ConeAngle Float
4 Width Float
5 Targets Integer
6 TargetCreatureType Integer
7 DifficultyID iRefID
8 MaxAffectedtargets Integer
9 MaxTargetLevel Integer
10 Unknown Integer Wasn't able to match the value
11 Unknown Integer Wasn't able to match the value
12 Unknown Integer Wasn't able to match the value

Synric 12th July 2016

6.0.1.18179

struct SpellTargetRestrictionsRec {
  uint32_t m_ID;
  uint32_t m_spellID;
  uint32_t m_difficultyID;
  float m_coneAngle;
  float m_width;
  uint32_t m_maxTargets;
  uint32_t m_maxTargetLevel;
  uint32_t m_targetCreatureType;
  uint32_t m_targets;
};