can someone help me with an error that i get my client keeps closing when i get drops.
#ifdef TEXTS_IMPROVEMENT
typedef struct SPacketGCChatNew {
BYTE header;
BYTE type;
DWORD idx;
WORD size;
} TPacketGCChatNew;
#endif
packet.h bin0514 20:35:29233 :: cannot recv TPacketGCChatNew size 21
0514 20:35:29233 :: Phase Game does not handle this header (header: 155, last: 25, 155)
0514 20:35:29489 :: Unprocessed packet header 32, state Game
0514 20:36:14480 :: cannot recv TPacketGCChatNew size 24
0514 20:36:14480 :: Phase Game does not handle this header (header: 155, last: 25, 155)
0514 20:36:14545 :: Unknown packet header: 227, last: 155 111
#ifdef TEXTS_IMPROVEMENT
typedef struct SPacketGCChatNew {
BYTE header;
BYTE type;
DWORD idx;
WORD size;
} TPacketGCChatNew;
#endif