From c34c10a935506ea998485e10eec18d9efef14086 Mon Sep 17 00:00:00 2001 From: Winfidonarleyan Date: Mon, 3 Jul 2023 18:58:49 +0700 Subject: [PATCH] chore(Bot): add db env include --- src/AuctionHouseBot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AuctionHouseBot.cpp b/src/AuctionHouseBot.cpp index 9ceb204..8ce56cb 100644 --- a/src/AuctionHouseBot.cpp +++ b/src/AuctionHouseBot.cpp @@ -24,6 +24,7 @@ #include "Player.h" #include "WorldSession.h" #include "GameTime.h" +#include "DatabaseEnv.h" #include using namespace std; @@ -592,7 +593,7 @@ void AuctionHouseBot::addNewAuctionBuyerBotBid(Player *AHBplayer, AHBConfig *con LOG_ERROR("module", "AHBuyer: Quality {} not Supported", prototype->Quality); continue; } - } + } // check some special items, and do recalculating to their prices switch (prototype->Class)