From dfae29e1086e7a56ef2d072386e5c64a29b4f062 Mon Sep 17 00:00:00 2001 From: Darth Predator Date: Thu, 24 Aug 2017 22:38:53 +0300 Subject: [PATCH] causes errors till patch actually arrives --- ElvUI_SLE/modules/minimap/locationbar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/minimap/locationbar.lua b/ElvUI_SLE/modules/minimap/locationbar.lua index 609de26..7131708 100644 --- a/ElvUI_SLE/modules/minimap/locationbar.lua +++ b/ElvUI_SLE/modules/minimap/locationbar.lua @@ -372,7 +372,7 @@ function LP:PopulateItems() local noItem = false for index, data in T.pairs(LP.PortItems) do - if T.select(2, T.GetItemInfo(data[1])) == nil then noItem = true end + if T.select(2, T.GetItemInfo(data[1])) == nil and (data[1] ~= 152964 and E.wowbuild < 24896) then noItem = true end end if noItem then -- 1.7.9.5