[11414] Fixed auction expire mail subject.

Just undo typo in recent auction changes.
This commit is contained in:
VladimirMangos 2011-05-01 22:58:37 +04:00
parent d8ea895a20
commit ea8821ae8d
2 changed files with 2 additions and 2 deletions

View file

@ -263,7 +263,7 @@ void AuctionHouseMgr::SendAuctionExpiredMail(AuctionEntry * auction)
if (owner || owner_accId)
{
std::ostringstream subject;
subject << auction->itemGuidLow << ":0:" << AUCTION_EXPIRED << ":0:0";
subject << auction->itemTemplate << ":0:" << AUCTION_EXPIRED << ":0:0";
if (owner)
owner->GetSession()->SendAuctionOwnerNotification(auction);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11413"
#define REVISION_NR "11414"
#endif // __REVISION_NR_H__