DB/BankBagSlotPrices

From wowdev
Revision as of 15:59, 5 June 2016 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

Storing the prices in copper.

0.5.3.3368

struct BankBagSlotPricesRec {
  uint32_t m_ID;
  uint32_t m_Cost;
};

Structure

Column Field Type Notes
1 ID Integer
2 Price Integer As said, in copper.

6.0.1.18179

struct BankBagSlotPricesRec {
  uint32_t m_ID;
  uint32_t m_Cost;
};