From 42d1c73def8aab6766488ff2c8791f97435a9a6f Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Mon, 29 Aug 2016 11:30:44 -0700 Subject: [PATCH] use inner API call only, should not have xmog issue --- ArtifactMenu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArtifactMenu.lua b/ArtifactMenu.lua index b418bb5..1c18b83 100644 --- a/ArtifactMenu.lua +++ b/ArtifactMenu.lua @@ -21,7 +21,7 @@ function SlashCmdList.ARTIFACTMENU(msg, editBox) QUALITY.LEGENDARY = 5; QUALITY.ARTIFACT = 6; QUALITY.HEIRLOOM = 7; - local equippedWeapon = GetInventoryItemID("player", GetInventorySlotInfo("MainHandSlot")); + local equippedWeapon = GetInventorySlotInfo("MainHandSlot"); if equippedWeapon == nil then print("You do not have any weapons equipped."); return -- 1.7.9.5