[9762] Init client build at reconnect (logout back to char list)

This fix bug with show all realms as offline at view relam list after logout.
This commit is contained in:
VladimirMangos 2010-04-18 19:18:33 +04:00
parent d7acc13d09
commit c5974b8a7e
2 changed files with 3 additions and 1 deletions

View file

@ -811,6 +811,8 @@ bool AuthSocket::_HandleReconnectChallenge()
DEBUG_LOG("[ReconnectChallenge] name(%d): '%s'", ch->I_len, ch->I);
_login = (const char*)ch->I;
_build = ch->build;
_safelogin = _login;
loginDatabase.escape_string(_safelogin);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9761"
#define REVISION_NR "9762"
#endif // __REVISION_NR_H__