Skip to content

Commit c8bb4c4

Browse files
author
justjuangui
committed
Fix hardcoded ascendancy jewel socket in export script
1 parent aeea3ce commit c8bb4c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Export/Scripts/passivetree.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,7 @@ for i, group in ipairs(psg.groups) do
815815
if passiveRow.JewelSocket then
816816
node["containJewelSocket"] = true
817817

818-
local uioverride = dat("passiveskilltreenodeframeart"):GetRow("Id", "LichAscendancyJewel")
819-
818+
local uioverride = passiveRow.Ascendancy.UIArt.JewelFrame
820819
if uioverride then
821820
local uiSocketNormal = uiImages[string.lower(uioverride.Normal)]
822821
addToSheet(getSheet("group-background"), uiSocketNormal.path, "frame", commonMetadata(nil))

0 commit comments

Comments
 (0)