Is your feature request related to a problem? Please describe.
Barters do not show commas on large numbers, making it really hard to read
Describe the solution you'd like
I'd like a patch that enables comma number formatting on currency (zeny) cost for barter each item.
Additional context
Example of a barter without commas:

Changing the packet sent to no longer be an int does not seem feasible, so it seems the only option left is to patch the client to use number formatting on that type of display on barters like it does for some others, like the main zeny display.
Is your feature request related to a problem? Please describe.
Barters do not show commas on large numbers, making it really hard to read
Describe the solution you'd like
I'd like a patch that enables comma number formatting on currency (zeny) cost for barter each item.
Additional context

Example of a barter without commas:
Changing the packet sent to no longer be an int does not seem feasible, so it seems the only option left is to patch the client to use number formatting on that type of display on barters like it does for some others, like the main zeny display.