Skip to content

Commit

Permalink
Update Modules/Bidding.lua
Browse files Browse the repository at this point in the history
Co-Authored-By: Lantis <[email protected]>
  • Loading branch information
Marcel Radischat and lantisnt authored Feb 7, 2020
1 parent 0ace795 commit cbc9d02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Modules/Bidding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@ local function StartBidding()
MonDKP:BroadcastBidTimer(core.BiddingWindow.bidTimer:GetText(), core.BiddingWindow.item:GetText().." Cost: "..core.BiddingWindow.cost:GetNumber()..perc, CurrItemIcon)
MonDKP.Sync:SendData("MonDKPCommand", "BidInfo,"..core.BiddingWindow.item:GetText()..","..core.BiddingWindow.cost:GetText()..perc..",0,"..CurrItemIcon)
MonDKP:BidInterface_Toggle()
MonDKP:CurrItem_Set(core.BiddingWindow.item:GetText(), core.BiddingWindow.cost:GetText()..perc, core.BiddingWindow.maxBid:GetText()..perc, CurrItemIcon)
MonDKP:CurrItem_Set(core.BiddingWindow.item:GetText(), core.BiddingWindow.cost:GetText()..perc, 0, CurrItemIcon)

end

if mode == "Roll Based Bidding" then
Expand Down Expand Up @@ -1776,4 +1777,4 @@ function MonDKP:CreateBidWindow()
end

return f;
end
end

0 comments on commit cbc9d02

Please sign in to comment.