![]() |
TrinityCore
|
#include <BlackMarketMgr.h>
Public Member Functions | |
| bool | LoadFromDB (Field *fields) |
Public Attributes | |
| int32 | MarketID = 0 |
| int32 | SellerNPC = 0 |
| int32 | Quantity = 0 |
| uint64 | MinBid = UI64LIT(0) |
| time_t | Duration = time_t(0) |
| float | Chance = 0.0f |
| WorldPackets::Item::ItemInstance | Item |
Definition at line 56 of file BlackMarketMgr.h.
| bool BlackMarketTemplate::LoadFromDB | ( | Field * | fields | ) |
Definition at line 362 of file BlackMarketMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| float BlackMarketTemplate::Chance = 0.0f |
Definition at line 63 of file BlackMarketMgr.h.
| time_t BlackMarketTemplate::Duration = time_t(0) |
Definition at line 62 of file BlackMarketMgr.h.
| WorldPackets::Item::ItemInstance BlackMarketTemplate::Item |
Definition at line 64 of file BlackMarketMgr.h.
| int32 BlackMarketTemplate::MarketID = 0 |
Definition at line 58 of file BlackMarketMgr.h.
Definition at line 61 of file BlackMarketMgr.h.
| int32 BlackMarketTemplate::Quantity = 0 |
Definition at line 60 of file BlackMarketMgr.h.
| int32 BlackMarketTemplate::SellerNPC = 0 |
Definition at line 59 of file BlackMarketMgr.h.