From a1869fe860d097c815798f9a75addb4fb5ebe11e Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Thu, 25 Aug 2016 15:03:11 -0700 Subject: [PATCH] define off-hands inventory slot #17 --- ArtifactMenu.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ArtifactMenu.lua b/ArtifactMenu.lua index e4ad3b6..2122b09 100644 --- a/ArtifactMenu.lua +++ b/ArtifactMenu.lua @@ -5,6 +5,10 @@ local function openWeaponSockets() SocketInventoryItem(16); end +local function openOffhandSockets() + SocketInventoryItem(17); +end + function SlashCmdList.ARTIFACTMENU(msg, editBox) openWeaponSockets(); print("Opening ArtifactMenu..."); -- 1.7.9.5