diff Core.lua @ 200:6e8838b231d4 v97

Fixed issue with distinguishing different variants of the same item.
author Yellowfive
date Wed, 13 Jan 2021 13:11:54 -0600
parents e34c256739be
children
line wrap: on
line diff
--- a/Core.lua	Tue Dec 22 11:10:25 2020 -0600
+++ b/Core.lua	Wed Jan 13 13:11:54 2021 -0600
@@ -710,12 +710,5 @@
 
 function Amr:Test()
 	
-	--local item = Item:CreateFromItemID(171416)
-	--local blah = C_LegendaryCrafting.GetRuneforgePowers(item:GetItemLocation())
-
-	--local info = C_LegendaryCrafting.GetRuneforgePowerInfo(30)
-
-	--print(Amr:dump(info))
-	--print(Amr:dump(info))
-
+	
 end