Hi GMs/ admin, IGN: ehhi Problem: Total sales / Total received mesos does not correspond to my item selling price in my fm store. Details: I set up an fm store in ch 1 fm 12. I priced 200 lioner etc. at 200 for 24,999,999 mesos. But on the Total sales/ Total received it only indicated 3,525,162 mesos (before taxes) when IGN Svirs bought it. See screenshot attached. Please help to check if this is a bug as this is the first time I'm experiencing this irregularity. Thanks
I've tested this scenario and can see it is a visual glitch in the sales record, you do actually still receive the full amount from the sale. Will look into seeing if the visual glitch can be fixed. Edit: this is a visual bug in the client caused by an overflow issue, somewhere in the client code for calculating this sale, it does 200 x 24,999,999 (even though that isn't exactly necessary for working out the sale), which is 4,999,999,800, and is more than max unsigned int 32 of 4,294,967,295.