chore(Core/AH): Restore little comment (#2702)

This commit is contained in:
Stefano Borzì
2020-03-25 20:40:25 +01:00
committed by GitHub
parent 19144d8bff
commit 5ef98b95c9

View File

@@ -651,7 +651,7 @@ void WorldSession::HandleAuctionListOwnerItems(WorldPacket & recvData)
uint32 listfrom;
recvData >> guid;
recvData >> listfrom;
recvData >> listfrom; // not used in fact (this list does not have page control in client)
// pussywizard:
const uint32 delay = 4500;