Mercurial > wow > itemauditor
diff Modules/Crafting.lua @ 131:78c6d905c2e1
Ticket 41 - Fixed a bug that occured if you created items without ever opening /ia crafting.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Wed, 15 Sep 2010 20:45:26 -0700 |
parents | 451d8a19edea |
children | 5eefa40e2a29 |
line wrap: on
line diff
--- a/Modules/Crafting.lua Fri Sep 03 23:52:47 2010 -0700 +++ b/Modules/Crafting.lua Wed Sep 15 20:45:26 2010 -0700 @@ -723,6 +723,11 @@ end function ItemAuditor:RefreshCraftingTable() + -- If the crafting table hasn't been created/displayed, there is no + -- reason to try to update it. + if not craftingTable then + return + end tableData = {} nameMap = {} for key, data in pairs(realData) do