Skip to content

Commit

Permalink
[9762] Init client build at reconnect (logout back to char list)
Browse files Browse the repository at this point in the history
This fix bug with show all realms as offline at view relam list after logout.
  • Loading branch information
VladimirMangos committed Apr 18, 2010
1 parent bad7d3c commit 85fb7bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/realmd/AuthSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9761"
#define REVISION_NR "9762"
#endif // __REVISION_NR_H__

0 comments on commit 85fb7bb

Please sign in to comment.