mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -35,11 +35,11 @@
|
||||
class BaseCharacterTasksRepository {
|
||||
public:
|
||||
struct CharacterTasks {
|
||||
int charid;
|
||||
int taskid;
|
||||
int slot;
|
||||
int8 type;
|
||||
int acceptedtime;
|
||||
int charid;
|
||||
int taskid;
|
||||
int slot;
|
||||
int type;
|
||||
int acceptedtime;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user