DB/BankBagSlotPrices: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page BankBagSlotPrices.dbc to DB/BankBagSlotPrices)
mNo edit summary
Line 1: Line 1:
Storing the prices in copper.
Storing the prices in copper.


==0.5.3.3368==
struct BankBagSlotPricesRec {
  uint32_t m_ID;
  uint32_t m_Cost;
};
==Structure==
==Structure==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"

Revision as of 14:59, 5 June 2016

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