DB/BankBagSlotPrices

From wowdev
Revision as of 19:05, 13 July 2016 by Synric (talk | contribs) (→‎Wrath)
Jump to navigation Jump to search

Storing the prices in copper.

Classic

0.5.3.3368

Struct

struct BankBagSlotPricesRec {
  uint32_t m_ID;
  uint32_t m_Cost;
};

Wrath

3.0.2.8905

Table

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

3.3.5.12340

Table

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

Warlords

6.0.1.18179

Struct

struct BankBagSlotPricesRec {
  uint32_t m_ID;
  uint32_t m_Cost;
};