mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 17:19:09 +00:00
chore(Bot): add db env include
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "Player.h"
|
||||
#include "WorldSession.h"
|
||||
#include "GameTime.h"
|
||||
#include "DatabaseEnv.h"
|
||||
#include <vector>
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user