mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 06:18:21 +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 id;
|
||||
std::string name;
|
||||
int primaryfaction;
|
||||
int8 ignore_primary_assist;
|
||||
int ignore_primary_assist;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user