RayJayShark / IdleBot

A discord bot that allows users to play an idle game through chat commands.
0 stars 0 forks source link

Health overflows when leveling up too high #19

Closed RayJayShark closed 4 years ago

RayJayShark commented 4 years ago

Probably has to do with the database

RayJayShark commented 4 years ago

Database stat fields were unsigned tinyint, limiting max hp to 255. Updated all stat fields to unsigned smallints, limiting them to 65535.