Skip to content

Commit

Permalink
Merge pull request #2 from jadeacode/master
Browse files Browse the repository at this point in the history
Fixed "Repair All" bug in LilVendor.lua
  • Loading branch information
Leosky committed Jul 7, 2014
2 parents 85c3aba + 2fa9346 commit 30a8721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LilVendor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,8 @@ end
function LilVendor:RepairAllHelper()
RepairAllItemsVendor()
local monRepairAllCost = GameLib.GetRepairAllCost()
self.wndVendor:FindChild("AlertCost"):SetMoneySystem(Money.CodeEnumCurrencyType.Credits)
self.wndVendor:FindChild("AlertCost"):SetAmount(monRepairAllCost)
self.wndLilVendor:FindChild("AlertCost"):SetMoneySystem(Money.CodeEnumCurrencyType.Credits)
self.wndLilVendor:FindChild("AlertCost"):SetAmount(monRepairAllCost)
end

function LilVendor:OnTabBtn(wndHandler, wndControl)
Expand Down

0 comments on commit 30a8721

Please sign in to comment.