mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 23:57:17 +00:00
Update base repositories to use int as a base to avoid atoi overflow
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
struct BlockedSpells {
|
||||
int id;
|
||||
int spellid;
|
||||
int8 type;
|
||||
int type;
|
||||
int zoneid;
|
||||
float x;
|
||||
float y;
|
||||
|
||||
Reference in New Issue
Block a user