mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 14:38:20 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -37,8 +37,8 @@ public:
|
||||
struct NpcEmotes {
|
||||
int id;
|
||||
int emoteid;
|
||||
int8 event_;
|
||||
int8 type;
|
||||
int event_;
|
||||
int type;
|
||||
std::string text;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user