DB/ItemPurchaseGroup: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
  2 [[Item.dbc|Items]][8] iRefID
  2 [[Item.dbc|Items]][8] iRefID
  10-26 Description [[Loc]] This is shown in ITEM_REQ_PURCHASE_GROUP.
  10-26 Description [[Loc]] This is shown in ITEM_REQ_PURCHASE_GROUP.
--[[User:Schlumpf|schlumpf_]] 00:06, 8 August 2009 (CEST)


==6.0.1.18179==
==6.0.1.18179==

Revision as of 00:20, 23 February 2016

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;
};