DB/BankBagSlotPrices: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
==Wrath==
==Wrath==
===3.0.2.8905===
===3.0.2.8905===
====Struct====
====Table====
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 25: Line 25:


===3.3.5.12340===
===3.3.5.12340===
====Struct====
====Table====
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  

Revision as of 20:05, 13 July 2016

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