Skip to content

Commit dad83c3

Browse files
chore(Core/Misc): code cleanup
1 parent 44ab5fc commit dad83c3

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/AuctionHouseBot.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ void AuctionHouseBot::AddNewAuctionBuyerBotBidCallback(std::shared_ptr<Player> p
382382
if ((currentprice + auction->GetAuctionOutBid()) > bidprice)
383383
bidprice = currentprice + auction->GetAuctionOutBid();
384384

385-
386385
LOG_DEBUG("module.ahbot", "-------------------------------------------------");
387386
LOG_DEBUG("module.ahbot", "AHBuyer: Info for Auction #{}:", auction->Id);
388387
LOG_DEBUG("module.ahbot", "AHBuyer: AuctionHouse: {}", auction->GetHouseId());

src/AuctionHouseBot.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* with this program. If not, see <http://www.gnu.org/licenses/>.
1818
*/
1919

20-
2120
#ifndef AUCTION_HOUSE_BOT_H
2221
#define AUCTION_HOUSE_BOT_H
2322

src/AuctionHouseBotConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class AHBConfig
4141
~AHBConfig() = default;
4242

4343
AHBConfig(uint32 ahid);
44-
44+
4545
inline uint32 GetAuctionHouseID()
4646
{
4747
return _auctionHouseID;

0 commit comments

Comments
 (0)