Release 1.0.27
- More uniques updated - Fixed range on Leo ES Recharge on rings - Added combobox to skill gem name - Added percent inc/dec to some stat comparisons
This commit is contained in:
@@ -47,6 +47,7 @@ local classList = {
|
||||
"SkillsTab",
|
||||
"SkillListControl",
|
||||
"SlotSelectControl",
|
||||
"GemSelectControl",
|
||||
"ItemsTab",
|
||||
"ItemSlotControl",
|
||||
"ItemListControl",
|
||||
@@ -99,7 +100,7 @@ function main:Init()
|
||||
|
||||
self.anchorUpdate = common.New("Control", nil, 2, 0, 0, 0)
|
||||
self.anchorUpdate.y = function()
|
||||
return self.screenH - 2
|
||||
return self.screenH - 4
|
||||
end
|
||||
self.controls.applyUpdate = common.New("ButtonControl", {"BOTTOMLEFT",self.anchorUpdate,"BOTTOMLEFT"}, 0, 0, 110, 20, "^x50E050Update Ready", function()
|
||||
local changeList = { }
|
||||
|
||||
Reference in New Issue
Block a user