mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[8137] Init player display id + native display id on login.
* Temporary reset of display id on save no longer needed. * Players always have the right model for their gender. Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
a295979484
commit
38197b539f
6 changed files with 43 additions and 59 deletions
|
|
@ -769,7 +769,7 @@ void WorldSession::HandleQueryNextMailTime(WorldPacket & /*recv_data*/ )
|
|||
{
|
||||
Mail *m = (*itr);
|
||||
// must be not checked yet
|
||||
if(m->checked & MAIL_CHECK_MASK_RED)
|
||||
if(m->checked & MAIL_CHECK_MASK_READ)
|
||||
continue;
|
||||
|
||||
// and already delivered
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue