mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
int unknown;
|
||||
std::string name;
|
||||
std::string descr;
|
||||
int8 isguild;
|
||||
int isguild;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user