You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When placing a bid on an item, let's say 50 DKP, and then placing another bid of 40 DKP, people currently get this message whispered to them (in closed bidding mode):
"You already have a bid that is equal to or higher than that bid."
Since the bid is only rejected when you already have a big HIGHER or equal to the one you are trying to submit. I think this error is in all the translations as well!
The text was updated successfully, but these errors were encountered:
Describe the bug
When placing a bid on an item, let's say 50 DKP, and then placing another bid of 40 DKP, people currently get this message whispered to them (in closed bidding mode):
"You already have a bid that is equal to or less than that bid."
https://github.com/Vapok/CommunityDKP/blob/master/Localization/Localization.en.lua#L748
Should it not be
"You already have a bid that is equal to or higher than that bid."
Since the bid is only rejected when you already have a big HIGHER or equal to the one you are trying to submit. I think this error is in all the translations as well!
The text was updated successfully, but these errors were encountered: