Closed RayJayShark closed 4 years ago
Probably has to do with the database
Database stat fields were unsigned tinyint, limiting max hp to 255. Updated all stat fields to unsigned smallints, limiting them to 65535.
Probably has to do with the database