mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 17:48:20 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
class BaseRuleSetsRepository {
|
||||
public:
|
||||
struct RuleSets {
|
||||
int8 ruleset_id;
|
||||
int ruleset_id;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user