mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 13:38:21 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
std::string subject;
|
||||
std::string body;
|
||||
std::string to;
|
||||
int8 status;
|
||||
int status;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user