Shadow & Light (ElvUI Plugin)

Shadow & Light (ElvUI Plugin)

14M Downloads

[feature request] missing ids for location bar

swallowsoul opened this issue ยท 0 comments

commented

The addon is missing some newer hearthstone IDs in the ElvUI_SLE\modules\minimap\locationbar.lua:

LP.Hearthstones = {
...
	{200630, nil, true}, -- Ohn'ir Windsage's Hearthstone
	{208704, nil, true}, -- Deepdweller's Earthen Hearthstone
	{209035, nil, true}, -- Hearthstone of the Flame
	{228940, nil, true}, -- Notorious Thread's Hearthstone
	{236687, nil, true}, -- Explosive Hearthstone
	{245970, nil, true}, -- P.O.S.T. Master's Express Hearthstone
	{246565, nil, true}, -- Cosmic Hearthstone
}

And some other toys, too:

LP.PortItems = {
...
	{230850, nil, true}, -- Delve-O-Bot 7001
}
LP.EngineerItems = {
...
	{221966, nil, true}, -- Wormhole Generator: Khaz Algar
}