diff options
Diffstat (limited to 'src/game/AuctionHouseBot.h')
-rw-r--r-- | src/game/AuctionHouseBot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/AuctionHouseBot.h b/src/game/AuctionHouseBot.h index df7e842ad4f..65003f91803 100644 --- a/src/game/AuctionHouseBot.h +++ b/src/game/AuctionHouseBot.h @@ -12,6 +12,7 @@ #define AHB_PURPLE 4 #define AHB_ORANGE 5 #define AHB_YELLOW 6 +#define AHB_MAX_QUALITY 6 #define AHB_GREY_TG 0 #define AHB_WHITE_TG 1 #define AHB_GREEN_TG 2 @@ -908,6 +909,7 @@ private: ACE_Vector<uint32> yellowItemsBin; bool debug_Out; + bool debug_Out_Filters; bool AHBSeller; bool AHBBuyer; |