Closed soarqin closed 3 months ago
the actually input data structure is:
struct { int count; struct { int item_id; int quantity; int durability; int gem; } items[count]; }
duribility and gem are missing in the original code
duribility
gem
I wanted to fix this for the longest time but couldn't figure out the correct struct layout. Thank you so much!
the actually input data structure is:
duribility
andgem
are missing in the original code