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,7 +35,7 @@
|
||||
class BaseRuleValuesRepository {
|
||||
public:
|
||||
struct RuleValues {
|
||||
int8 ruleset_id;
|
||||
int ruleset_id;
|
||||
std::string rule_name;
|
||||
std::string rule_value;
|
||||
std::string notes;
|
||||
|
||||
Reference in New Issue
Block a user