diff options
| author | megamage <none@none> | 2009-03-05 09:22:43 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-05 09:22:43 -0600 |
| commit | ae55745f2a10078d8361c452b2d97661cea73eb2 (patch) | |
| tree | d976661eb6f75f636fb96d2f8a2275b74274895d /src/game/AuctionHouseMgr.cpp | |
| parent | c1ea842cf77506236803b0524e930bcbaa6e1e8b (diff) | |
[7378]~[7381] achievement code update. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/AuctionHouseMgr.cpp')
| -rw-r--r-- | src/game/AuctionHouseMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/AuctionHouseMgr.cpp b/src/game/AuctionHouseMgr.cpp index 3c63b5f39ad..9e905d72564 100644 --- a/src/game/AuctionHouseMgr.cpp +++ b/src/game/AuctionHouseMgr.cpp @@ -223,6 +223,8 @@ void AuctionHouseMgr::SendAuctionSuccessfulMail( AuctionEntry * auction ) if (owner) { + //FIXME: what do if owner offline + owner->GetAchievementMgr().UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_AUCTION_SOLD, auction->bid); //send auction owner notification, bidder must be current! owner->GetSession()->SendAuctionOwnerNotification( auction ); } |
