DB/EnvironmentalDamage

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

Header Info

Records.....................6
Fields......................3
Record Size................12
String Block Size...........1

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	enumID 		Integer 	(ID-1). Used for the array holding the values in the client. This has to be < 6!
3 	iRefID_SpellVisual 	Integer 	The spellvisual when that damage is recieved.

--schlumpf_ 21:26, 7 August 2009 (CEST)

6.0.1.18179

struct EnvironmentalDamageRec {
  int m_ID;
  int m_EnumID;
  int m_VisualkitID;
};