Packet miss match

fixed: Packet miss match for command_safebox_money

fixed: Py_BuildException

log: Detailed TraceError for CreateMemoryFile
This commit is contained in:
rtw1x1
2026-02-13 00:00:23 +00:00
parent eea43e504c
commit c34b46a9a4
3 changed files with 13 additions and 13 deletions

View File

@@ -392,6 +392,7 @@ namespace MessengerSub {
ADD_BY_VID,
ADD_BY_NAME,
REMOVE,
INVITE_ANSWER, // Added to match server packet_headers.h
}; }
namespace GC { enum : uint8_t {
LIST,
@@ -917,7 +918,7 @@ typedef struct command_safebox_money
uint16_t header;
uint16_t length;
uint8_t bState;
uint32_t dwMoney;
int32_t lMoney; // Changed from uint32_t to int32_t to match server packet_structs.h
} TPacketCGSafeboxMoney;
typedef struct command_safebox_checkout