DB/CreatureImmunities: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'new in cataclysm Category:DBC')
 
m (add full and correct info for 6.0.1.18179)
Line 1: Line 1:
new in cataclysm
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;
};
[[Category:DBC]]
[[Category:DBC]]

Revision as of 02:57, 11 July 2014

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