DB/CreatureImmunities

From wowdev
Revision as of 02:57, 11 July 2014 by Schlumpf (talk | contribs) (add full and correct info for 6.0.1.18179)
Jump to navigation Jump to search

new in cataclysm

6.0.1.18179

struct CreatureImmunitiesRec {
  int m_ID;
  int m_school;
  int m_dispelType;
  int m_mechanicsAllowed;
  int m_mechanic;
  int m_effectsAllowed;
  int m_effect[7];
  int m_statesAllowed;
  int m_state[15];
  int m_flags;
};