DB/ItemBagFamily: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
Contents: Bag Family Types  
Contents: Bag Family Types  
==Header Info ==
Records....................10
Fields.....................18
Record Size................40
String Block Size.........106


==Structure==
==Structure==

Revision as of 00:19, 23 February 2016

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

6.0.1.18179

struct ItemBagFamilyRec {
  uint32_t m_ID;
  stringref m_name_lang;
};