Commit 93db96c
authored
fix: correct fee validation logic in market offer creation (#3250)
This fixes an issue with the market offer creation process where the player was incorrectly prevented from posting items for sale due to a faulty calculation of the required funds. The validation now ensures the player has enough money to pay only the market fee, rather than the total price of the items plus the fee.1 parent 8e1fd02 commit 93db96c
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9069 | 9069 | | |
9070 | 9070 | | |
9071 | 9071 | | |
9072 | | - | |
9073 | | - | |
| 9072 | + | |
9074 | 9073 | | |
9075 | 9074 | | |
9076 | 9075 | | |
| |||
0 commit comments