DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 550 forks source link

change amount values from uint8 to uint32 fixes issue #6282 #6382

Closed TeoTwawki closed 4 years ago

TeoTwawki commented 4 years ago

It was only using 1 byte so amounts greater than 255 weren't supported. This is a problem if the trade contained gil when confirmTrade was being used.