mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 14:38:20 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
class BaseCharacterLanguagesRepository {
|
||||
public:
|
||||
struct CharacterLanguages {
|
||||
int id;
|
||||
int16 lang_id;
|
||||
int16 value;
|
||||
int id;
|
||||
int lang_id;
|
||||
int value;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user