diff --git a/CHANGELOG.md b/CHANGELOG.md index 11704e3a3..858e22026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.4.73 - 2017/12/25 + * Fixed error that occured when changing some items to Shaper or Elder + ### 1.4.72 - 2017/12/25 * Added 2 Abyssal Socket variants to the Abyss league uniques * Cremation now correctly benefits from modifiers to Area Damage diff --git a/Classes/ItemsTab.lua b/Classes/ItemsTab.lua index d6f34ab91..453fa812c 100644 --- a/Classes/ItemsTab.lua +++ b/Classes/ItemsTab.lua @@ -327,10 +327,12 @@ If there's 2 slots an item can go in, holding Shift will put it in the second.]] self.controls.displayItemShaperElder = common.New("DropDownControl", {"TOPLEFT",self.controls.displayItemSectionImplicit,"TOPLEFT"}, 0, 0, 100, 20, {"Normal","Shaper","Elder"}, function(index, value) self.displayItem.shaper = (index == 2) self.displayItem.elder = (index == 3) - for i = 1, 6 do - -- Force affix selectors to update - local drop = self.controls["displayItemAffix"..i] - drop.selFunc(drop.selIndex, drop.list[drop.selIndex]) + if self.displayItem.crafted then + for i = 1, 6 do + -- Force affix selectors to update + local drop = self.controls["displayItemAffix"..i] + drop.selFunc(drop.selIndex, drop.list[drop.selIndex]) + end end end) self.controls.displayItemShaperElder.shown = function() diff --git a/changelog.txt b/changelog.txt index a75f84b5f..4b45526fd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +VERSION[1.4.73][2017/12/25] + * Fixed error that occured when changing some items to Shaper or Elder VERSION[1.4.72][2017/12/25] * Added 2 Abyssal Socket variants to the Abyss league uniques * Cremation now correctly benefits from modifiers to Area Damage diff --git a/manifest.xml b/manifest.xml index dce430287..ca27bd202 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,13 +1,13 @@ - + - + @@ -26,7 +26,7 @@ - +