Roeshambo / MonolithDKP

DKP Interface for Monolith (WoW Classic Guild) (Development Repository)
28 stars 71 forks source link

Fixing the Anti-Snipe bid timer issues. #371

Closed Vapok closed 4 years ago

Vapok commented 4 years ago

There was a problem with the Anti-Snipe when activated, that it wasn't allowing bids after an undetermined amount of time. The problem was in the LUA didn't like the concatenation of the AntiSnipe number in a text string.

I added a local variable to track the value for seconds, and that immediately fixed the anti-snipe timer.

Issue #345

Vapok commented 4 years ago

didn't realize that it was bringing my other commits, will create a branch and redo it.