DB/Resistances

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.

Structure

Column	Field 		Type 		Notes
1 	ID 		Integer 	Fixed to a maximum of 7. Should be numbered consecutively.
2 	Flags 		Integer		&1: physical damage. should only be one.
3 	FizzleSoundID 	Integer 	
4-20 	sRefName 	Loc

0.5.3.3368, 1.12.1.5875, 6.0.1.18179

struct ResistancesRec {
  uint32_t m_ID;
  uint32_t m_Flags;
  uint32_t m_FizzleSoundID;
  langstringref m_name_lang;
};