mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-01 21:58:22 +00:00
chore: remove non cstdint integer types in client ORM (#1405)
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
#include "CDTable.h"
|
||||
|
||||
struct CDMissionEmail {
|
||||
unsigned int ID;
|
||||
unsigned int messageType;
|
||||
unsigned int notificationGroup;
|
||||
unsigned int missionID;
|
||||
unsigned int attachmentLOT;
|
||||
uint32_t ID;
|
||||
uint32_t messageType;
|
||||
uint32_t notificationGroup;
|
||||
uint32_t missionID;
|
||||
uint32_t attachmentLOT;
|
||||
bool localize;
|
||||
unsigned int locStatus;
|
||||
uint32_t locStatus;
|
||||
std::string gate_version;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user