mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Merge commit 'origin/master' into 320
Conflicts: src/game/MovementHandler.cpp src/game/Player.cpp
This commit is contained in:
commit
f07363e9e0
218 changed files with 708 additions and 860 deletions
|
|
@ -692,7 +692,7 @@ void WorldSession::HandleGetMailList(WorldPacket & recv_data )
|
|||
realCount += 1;
|
||||
}
|
||||
|
||||
data.put<uint32>(0, realCount); // this will display warning about undelivered mail to player if realCount > mails_count
|
||||
data.put<uint32>(0, realCount); // this will display warning about undelivered mail to player if realCount > mailsCount
|
||||
data.put<uint8>(4, mailsCount); // set real send mails to client
|
||||
SendPacket(&data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue