DB/ItemBagFamily

From wowdev
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

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

1.12.1.5875, 6.0.1.18179

struct ItemBagFamilyRec {
  uint32_t m_ID;
  langstringref m_name_lang;
};