From ecb67f29f8f23e05b9c9b3547b735acf3a286a9c Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 19 Aug 2016 19:47:07 +0300 Subject: [PATCH] Mera's code is shit --- 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 dceecdf..ee9cece 100644 --- a/ElvUI_SLE/modules/minimap/locationbar.lua +++ b/ElvUI_SLE/modules/minimap/locationbar.lua @@ -317,7 +317,7 @@ function LP:ItemList(check) local tmp = {} local cd = DD:GetCooldown("Item", data.secure.ID) local HSplace = "" - if LP.db.portals.HSplace and data.secure.ID == 6948 then + if LP.db.portals.HSplace and (data.secure.ID == 6948 or data.secure.ID == 64488) then HSplace = " - "..GetBindLocation() end E:CopyTable(tmp, data) -- 1.7.9.5