diff Core.lua @ 69:69db1c3025ac v27

fixed some bugs with 6.2 item link format changes, added bib overwolf support
author yellowfive
date Mon, 06 Jul 2015 17:39:57 -0700
parents cf2b6b9a8337
children a892c863c86a
line wrap: on
line diff
--- a/Core.lua	Mon Jun 29 17:06:02 2015 -0700
+++ b/Core.lua	Mon Jul 06 17:39:57 2015 -0700
@@ -650,6 +650,14 @@
 ----------------------------------------------------------------------------------------
 -- Debugging
 ----------------------------------------------------------------------------------------
+function Amr:Test()
+
+	local s = "|cff0070dd|Hitem:127224:5337:0:0:0:0:0:0:100:105:512:22:2:615:656:100|h[Staff of Polarities]|h|r"
+	Amr.GetItemInfo(s, function(obj, name, link, quality, iLevel)
+		print(iLevel)
+	end)
+end
+
 --[[
 function Amr:Test(val1, val2, val3)