Changeset 171

Show
Ignore:
Timestamp:
11/19/08 13:42:50 (17 years ago)
Author:
yumileroy
Message:

[svn] * fixed compile

Original author: KingPin?
Date: 2008-11-05 16:13:04-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinityrealm/AuthSocket.cpp

    r170 r171  
    133133    uint16  unk3; 
    134134} sAuthLogonProof_S; 
     135 
     136typedef struct AUTH_RECONNECT_PROOF_C 
     137{ 
     138    uint8   cmd; 
     139    uint8   R1[16]; 
     140    uint8   R2[20]; 
     141    uint8   R3[20]; 
     142    uint8   number_of_keys; 
     143} sAuthReconnectProof_C; 
    135144 
    136145typedef struct XFER_INIT