mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 23:57:17 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -36,7 +36,7 @@ class BaseFriendsRepository {
|
||||
public:
|
||||
struct Friends {
|
||||
int charid;
|
||||
int8 type;
|
||||
int type;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user