DB/ItemBagFamily

From wowdev
Revision as of 01:00, 6 November 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Contents: Bag Family Types

Header Info

Records....................10
Fields.....................18
Record Size................40
String Block Size.........106

Structure

Column	Field 		Type 	
1 	ID 		Integer 	
2-18 	sRefName 	String + Loc	

Bag Family Types

ID 	Name 
0 	NONE 
1 	Arrow Bag 
2 	Bullet Bag 
3 	Soul Shard Bag 
6 	Herb Bag 
7 	Enchanting Bag 
8 	Engineering Bag 
9 	Key Bag (1.11) 
10 	Gem Bag (Jewelcrafting) 
11 	Mining Bag

Retrieved from "http://www.sourcepeek.com/wiki/ItemBagFamily.dbc"

6.0.1.18179

struct ItemBagFamilyRec {
  uint32_t m_ID;
  stringref m_name_lang;
};