mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -36,8 +36,8 @@ class BaseCharacterBandolierRepository {
|
||||
public:
|
||||
struct CharacterBandolier {
|
||||
int id;
|
||||
int8 bandolier_id;
|
||||
int8 bandolier_slot;
|
||||
int bandolier_id;
|
||||
int bandolier_slot;
|
||||
int item_id;
|
||||
int icon;
|
||||
std::string bandolier_name;
|
||||
|
||||
Reference in New Issue
Block a user