mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +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)
|
if (owner || owner_accId)
|
||||||
{
|
{
|
||||||
std::ostringstream subject;
|
std::ostringstream subject;
|
||||||
subject << auction->itemGuidLow << ":0:" << AUCTION_EXPIRED << ":0:0";
|
subject << auction->itemTemplate << ":0:" << AUCTION_EXPIRED << ":0:0";
|
||||||
|
|
||||||
if (owner)
|
if (owner)
|
||||||
owner->GetSession()->SendAuctionOwnerNotification(auction);
|
owner->GetSession()->SendAuctionOwnerNotification(auction);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11413"
|
#define REVISION_NR "11414"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue