nickbock / ElvUI_Enhanced_Again

https://www.curseforge.com/wow/addons/elvui-enhanced-again
MIT License
11 stars 13 forks source link

Sanctum of Domination tooltip progression #130

Closed Nujitsu closed 3 years ago

Nujitsu commented 3 years ago

Good Morning! I recently updated my local copy of this addon to include SoD progression on the tooltip. Figured I'd share the IDs to help save you the time (don't have access to Push on my own).

    { -- Sanctum of Domination
        ["option"] = "sanctum",
        ["statIDs"] = {
            { -- Mythic
                15139, 15143, 15147, 15151, 15155, 15159, 15163, 15167, 15172, 15176
            },
            { -- Heroic
                15138, 15142, 15146, 15150, 15154, 15158, 15162, 15166, 15171, 15175
            },
            { -- Normal
                15137, 15141, 15145, 15149, 15153, 15157, 15161, 15165, 15170, 15174
            },
            { -- LFR
                15136, 15140, 15144, 15148, 15152, 15156, 15160, 15164, 15169, 15173
            },
        },
    },
nickbock commented 3 years ago

Thanks, I'll update this asap!