mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 11:27:17 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
class BaseCharacterSpellsRepository {
|
||||
public:
|
||||
struct CharacterSpells {
|
||||
int id;
|
||||
int16 slot_id;
|
||||
int16 spell_id;
|
||||
int id;
|
||||
int slot_id;
|
||||
int spell_id;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user