DB/BankBagSlotPrices

From wowdev
Revision as of 00:21, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page BankBagSlotPrices.dbc to DB/BankBagSlotPrices)
Jump to navigation Jump to search

Storing the prices in copper.

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;
};