Updated vithrax bot config to version 1.2, fixed market bug and battle button bug

This commit is contained in:
OTCv8
2020-11-19 21:39:21 +01:00
parent bc1574f2e7
commit 407553647d
91 changed files with 467 additions and 523 deletions

View File

@@ -283,7 +283,7 @@ function checkCreatures()
for i=#creatures + 1,maxCreatures do
if battleButtons[i]:isHidden() then break end
battleButtons[i]:hide()
battleButton:setOn(false)
battleButtons[i]:setOn(false)
end
battlePanel:getLayout():enableUpdates()