Skip to content

Commit

Permalink
TC ahbot restored by dmanbob
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanHUN committed Jun 14, 2016
1 parent e16e609 commit 8e364f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/server/game/World/World.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2125,8 +2125,8 @@ void World::Update(uint32 diff)
///- Handle expired auctions
sAuctionMgr->Update();

// ahbot mod
auctionbot.Update();
// ahbot mod (DMANBOB DISABLE ike3 AHbot)
//auctionbot.Update();
}

// playerbot mod
Expand All @@ -2139,13 +2139,13 @@ void World::Update(uint32 diff)

sAuctionMgr->UpdatePendingAuctions();
}

// DMANBOB Restore Trinity AHBOT use worldserver.conf to enable or diasble AHbot
/// <li> Handle AHBot operations
// if (m_timers[WUPDATE_AHBOT].Passed())
//{
// sAuctionBot->Update();
// m_timers[WUPDATE_AHBOT].Reset();
//}
if (m_timers[WUPDATE_AHBOT].Passed())
{
sAuctionBot->Update();
m_timers[WUPDATE_AHBOT].Reset();
}
// end of playerbot mod

/// <li> Handle file changes
Expand Down

0 comments on commit 8e364f4

Please sign in to comment.