DB/ItemRandomProperties

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 	
2 	Name 				String 	
3 	iRefID_SpellItemEnchantment_1 	Integer 	
4 	iRefID_SpellItemEnchantment_2 	Integer 	
5 	iRefID_SpellItemEnchantment_3 	Integer 	
6 	iRefID_SpellItemEnchantment_4 	Integer 
7 	iRefID_SpellItemEnchantment_5 	Integer
8-23 	Suffix 				String + Loc	

1.12.1.5875, 6.0.1.18179

struct ItemRandomPropertiesRec {
  uint32_t m_ID;
  stringref m_Name;
  uint32_t m_Enchantment[5];
  langstringref m_name_lang;
};