DB/BankBagSlotPrices

From wowdev
Revision as of 19:08, 2 November 2014 by Schlumpf (talk | contribs)
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;
};