Difference between revisions of "DB/ItemBagFamily"
From wowdev
m (Added Category WotLK) |
m |
||
Line 27: | Line 27: | ||
Retrieved from "http://www.sourcepeek.com/wiki/ItemBagFamily.dbc" | Retrieved from "http://www.sourcepeek.com/wiki/ItemBagFamily.dbc" | ||
+ | ==6.0.1.18179== | ||
+ | struct ItemBagFamilyRec { | ||
+ | uint32_t m_ID; | ||
+ | stringref m_name_lang; | ||
+ | }; | ||
[[Category:DBC]][[Category:DBC_WotLK]] | [[Category:DBC]][[Category:DBC_WotLK]] |
Revision as of 19:50, 2 November 2014
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; };