DB/ItemPurchaseGroup: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Header Info==


Records.....................1
{{Template:Sandbox/VersionRange|min_expansionlevel=3|max_expansionlevel=6}}
Fields.....................26
Record Size...............104
String Block Size..........34


==Structure==
==Structure==
Line 11: Line 7:
  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==
Line 18: 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]]

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