From 9167e72a849a76fcd94d6d9cb7bb08a48382c2eb Mon Sep 17 00:00:00 2001 From: KingPin Date: Wed, 5 Nov 2008 16:13:04 -0600 Subject: [PATCH] [svn] * fixed compile --HG-- branch : trunk --- src/trinityrealm/AuthSocket.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/trinityrealm/AuthSocket.cpp b/src/trinityrealm/AuthSocket.cpp index d937100b170..dce10fe4562 100644 --- a/src/trinityrealm/AuthSocket.cpp +++ b/src/trinityrealm/AuthSocket.cpp @@ -133,6 +133,15 @@ typedef struct AUTH_LOGON_PROOF_S uint16 unk3; } sAuthLogonProof_S; +typedef struct AUTH_RECONNECT_PROOF_C +{ + uint8 cmd; + uint8 R1[16]; + uint8 R2[20]; + uint8 R3[20]; + uint8 number_of_keys; +} sAuthReconnectProof_C; + typedef struct XFER_INIT { uint8 cmd; // XFER_INITIATE