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:
@@ -38,10 +38,10 @@ public:
|
||||
std::string type;
|
||||
int petpower;
|
||||
int npcID;
|
||||
int8 temp;
|
||||
int8 petcontrol;
|
||||
int8 petnaming;
|
||||
int8 monsterflag;
|
||||
int temp;
|
||||
int petcontrol;
|
||||
int petnaming;
|
||||
int monsterflag;
|
||||
int equipmentset;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user