DB/ItemPurchaseGroup: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=6}}
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  

Latest revision as of 03:02, 20 July 2016

Wrath … WoD

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	Items[8]		iRefID		
10-26 	Description		Loc		This is shown in ITEM_REQ_PURCHASE_GROUP.

6.0.1.18179

struct ItemPurchaseGroupRec {
  uint32_t m_ID;
  uint32_t m_itemID[8];
  stringref m_name_lang;
};