mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 20:58:21 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -45,10 +45,10 @@ public:
|
||||
int status;
|
||||
int type;
|
||||
int charges;
|
||||
int8 grant_only;
|
||||
int grant_only;
|
||||
int first_rank_id;
|
||||
int8 enabled;
|
||||
int8 reset_on_death;
|
||||
int enabled;
|
||||
int reset_on_death;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user