DB/EnvironmentalDamage

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.

1.12.1.5875, 6.0.1.18179

struct EnvironmentalDamageRec {
  uint32_t m_ID;
  uint32_t m_EnumID;                                                 // usually m_ID - 1. Used for the array holding the values in the client. This has to be < 6!                                          
  foreign_key<uint32_t, &SpellVisualKitRec::m_ID> m_VisualkitID;    // Played when damage is received
};