DB/EnvironmentalDamage: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Header Info==
==1.12.1.5875, 6.0.1.18179==
Records.....................6
  struct EnvironmentalDamageRec {
Fields......................3
  uint32_t m_ID;
Record Size................12
  uint32_t m_EnumID;                                                // usually <tt>m_ID - 1</tt>. Used for the array holding the values in the client. {{Unverified|This has to be < 6!}}                                         
String Block Size...........1
  {{Type/foreign_key|table=SpellVisualKit}} m_VisualkitID;    // Played when damage is received
 
};
==Structure==
  '''Column Field Type Notes'''
1 ID Integer
2 ID2 Integer ID-1
3 iRefID_[[SoundEntries.dbc|SoundEntries]]? Integer
 
--[[User:Schlumpf|schlumpf_]] 17:03, 4 September 2008 (CEST)
 


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 16:33, 1 January 2020

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