![]() |
TrinityCore
|
#include <AuctionHouseMgr.h>
Classes | |
| struct | SubclassFilter |
Public Types | |
| enum | FilterType : uint32 { FILTER_SKIP_CLASS = 0 , FILTER_SKIP_SUBCLASS = 0xFFFFFFFF , FILTER_SKIP_INVTYPE = 0xFFFFFFFF } |
Public Attributes | |
| std::array< SubclassFilter, MAX_ITEM_CLASS > | Classes = { } |
Definition at line 140 of file AuctionHouseMgr.h.
| Enumerator | |
|---|---|
| FILTER_SKIP_CLASS | |
| FILTER_SKIP_SUBCLASS | |
| FILTER_SKIP_INVTYPE | |
Definition at line 142 of file AuctionHouseMgr.h.
| std::array<SubclassFilter, MAX_ITEM_CLASS> AuctionSearchClassFilters::Classes = { } |
Definition at line 155 of file AuctionHouseMgr.h.