Quantcast

Merge branch 'release/0.1.0'

Kevin Gilbert [08-25-16 - 17:16]
Merge branch 'release/0.1.0'
Filename
ArtifactMenu.lua
ArtifactMenu.toc
ArtifactMenu.xml
diff --git a/ArtifactMenu.lua b/ArtifactMenu.lua
new file mode 100644
index 0000000..bc34e9c
--- /dev/null
+++ b/ArtifactMenu.lua
@@ -0,0 +1,8 @@
+SLASH_ARTIFACTMENU, SLASH_ARTIFACTMENUSHORT = '/artifact', '/am';
+local function openWeaponSockets(msg, editbox)
+  /run SocketInventoryItem(16);
+end
+
+SlashCmdList[SLASH_ARTIFACTMENU] = openWeaponSockets;
+SlashCmdList[SLASH_ARTIFACTMENUSHORT] = openWeaponSockets;
+
diff --git a/ArtifactMenu.toc b/ArtifactMenu.toc
new file mode 100644
index 0000000..8e84436
--- /dev/null
+++ b/ArtifactMenu.toc
@@ -0,0 +1,6 @@
+## Interface: 70000
+## Title: ArtifactMenu
+## Author: Kevin Gilbert (kaygil)
+## Version: 0.1.0
+
+ArtifactMenu.lua
diff --git a/ArtifactMenu.xml b/ArtifactMenu.xml
new file mode 100644
index 0000000..e69de29