mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 18:47:35 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
int groupid;
|
||||
int charid;
|
||||
std::string name;
|
||||
int8 ismerc;
|
||||
int ismerc;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user