DB/ItemPurchaseGroup: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(2 intermediate revisions by 2 users 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'''  
Line 9: Line 12:
   uint32_t m_ID;
   uint32_t m_ID;
   uint32_t m_itemID[8];
   uint32_t m_itemID[8];
   stringref m_name_lang;
   {{Template:Type|stringref}} m_name_lang;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 04: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;
};