mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 01:08:21 +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 BaseLfguildRepository {
|
||||
public:
|
||||
struct Lfguild {
|
||||
int8 type;
|
||||
int type;
|
||||
std::string name;
|
||||
std::string comment;
|
||||
int8 fromlevel;
|
||||
int8 tolevel;
|
||||
int fromlevel;
|
||||
int tolevel;
|
||||
int classes;
|
||||
int aacount;
|
||||
int timezone;
|
||||
|
||||
Reference in New Issue
Block a user