CommunityDKP

CommunityDKP

194k Downloads

Weird warning message when bidding twice?

f90 opened this issue ยท 0 comments

commented

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!