diff Modules/Crafting.lua @ 95:63823b6b5e28

API: Added a way for other addons to register with ItemAuditor once it loads if they were loaded first and updated the example at the end of Api.lua.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 12 Aug 2010 00:54:00 -0700
parents 4ec8611d9466
children e9b903cf9b33
line wrap: on
line diff
--- a/Modules/Crafting.lua	Wed Aug 11 23:48:23 2010 -0700
+++ b/Modules/Crafting.lua	Thu Aug 12 00:54:00 2010 -0700
@@ -396,6 +396,7 @@
 				end
 				local data = {
 					recipeLink = recipeLink,
+					recipeID = Utils.GetItemID(recipeLink),
 					link = itemLink,
 					name = itemName,
 					count = count,