mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 13:27:15 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
class BaseRespawnTimesRepository {
|
||||
public:
|
||||
struct RespawnTimes {
|
||||
int id;
|
||||
int start;
|
||||
int duration;
|
||||
int16 instance_id;
|
||||
int id;
|
||||
int start;
|
||||
int duration;
|
||||
int instance_id;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user