Release 1.1.2

- Added check mark in gem dropdown to indicate valid supports
- Fixed bug with Clear Mind's spell damage modifier
This commit is contained in:
Openarl
2016-09-21 03:45:43 +10:00
parent d1efae9878
commit 815347457c
13 changed files with 122 additions and 35 deletions

View File

@@ -366,7 +366,7 @@ function buildMode:OnFrame(inputEvents)
self.controls.mainSocketGroup.list[i] = { val = i, label = socketGroup.displayLabel }
end
if #self.controls.mainSocketGroup.list == 0 then
self.controls.mainSocketGroup.list[1] = { val = 1, label = "No skills added yet." }
self.controls.mainSocketGroup.list[1] = { val = 1, label = "<No skills added yet>" }
self.controls.mainSkill.shown = false
self.controls.mainSkillPart.shown = false
else