mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11414] Fixed auction expire mail subject.
Just undo typo in recent auction changes.
This commit is contained in:
parent
d8ea895a20
commit
ea8821ae8d
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue