aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-07-25 12:09:54 +0200
committerShauren <shauren.trinity@gmail.com>2024-07-25 12:09:54 +0200
commit653abefd24642fe9ba042c09f4f133a3264b4917 (patch)
treeb773a7a3531fb27265402675c57e91e2291ca5b9 /src/server/game/Server
parentcf75b99378466fe2d92467047d65c4038bcf0ff7 (diff)
Core/AuctionHouse: Ported WorldSession::SendAuctionHello argument type change from a3aecbdd92000c3338aa14ecfcd3aaca91d99391
Diffstat (limited to 'src/server/game/Server')
-rw-r--r--src/server/game/Server/WorldSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/WorldSession.h b/src/server/game/Server/WorldSession.h
index bacbac65468..fb344305d75 100644
--- a/src/server/game/Server/WorldSession.h
+++ b/src/server/game/Server/WorldSession.h
@@ -1110,7 +1110,7 @@ class TC_GAME_API WorldSession
}
}
// Auction
- void SendAuctionHello(ObjectGuid guid, Creature* unit);
+ void SendAuctionHello(ObjectGuid guid, Unit const* unit);
/**
* @fn void WorldSession::SendAuctionCommandResult(uint32 auctionId, uint32 action, uint32 errorCode, uint32 bagError = 0);