DB/BankBagSlotPrices: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
m (Marlamin moved page BankBagSlotPrices.dbc to DB/BankBagSlotPrices)
(No difference)

Revision as of 00:21, 13 February 2016

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