PDA

View Full Version : Item colors being changed even if value isn't modified


irongut_av
10-17-2018, 08:15 PM
I'm running a local version of the latest code from GitHub.

When I edit an item in the ItemEditor (in this case a Rubicite Breastplate), I can add & remove stats just fine. Everything else works well.

The issue is that the item color field is saving into MYSQL as 2147483647 instead of the actual rubicite color (4288352015). I'm guessing the integer is getting flagged as signed, where the DB table is unsigned.


So any wearable items with a color over 2147483647 will get clamped when using this tool.