[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:
hunuza 2009-07-06 18:16:07 +02:00
parent a295979484
commit 38197b539f
6 changed files with 43 additions and 59 deletions

View file

@ -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