mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 23:26:37 +01:00
Core: Warning fixes (Also some -pedantic under game folder)
This commit is contained in:
@@ -196,7 +196,7 @@ const AuthHandler table[] =
|
||||
Patcher PatchesCache;
|
||||
|
||||
// Constructor - set the N and g values for SRP6
|
||||
AuthSocket::AuthSocket(RealmSocket& socket) : socket_(socket), pPatch(NULL)
|
||||
AuthSocket::AuthSocket(RealmSocket& socket) : pPatch(NULL), socket_(socket)
|
||||
{
|
||||
N.SetHexStr("894B645E89E1535BBDAD5B8B290650530801B18EBFBF5E8FAB3C82872A3E9BB7");
|
||||
g.SetDword(7);
|
||||
|
||||
Reference in New Issue
Block a user