DB/ItemPurchaseGroup

From wowdev
Revision as of 01:00, 6 November 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

Header Info

Records.....................1
Fields.....................26
Record Size...............104
String Block Size..........34

Structure

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

--schlumpf_ 00:06, 8 August 2009 (CEST)

6.0.1.18179

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