DB/EnvironmentalDamage

From wowdev
Revision as of 16:33, 1 January 2020 by Schlumpf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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