Mercurial > wow > inventory
diff Modules/Queue.lua @ 95:31493364b163
Fixed GetItemId usage to the proper capitals.
author | Zerotorescue |
---|---|
date | Sat, 08 Jan 2011 01:39:04 +0100 |
parents | 88898c1e9e61 |
children | 252292b703ce |
line wrap: on
line diff
--- a/Modules/Queue.lua Fri Jan 07 23:16:17 2011 +0100 +++ b/Modules/Queue.lua Sat Jan 08 01:39:04 2011 +0100 @@ -69,7 +69,7 @@ local itemLink = GetTradeSkillItemLink(i); if itemLink then - local itemId = addon:GetItemID(itemLink); + local itemId = addon:GetItemId(itemLink); if not itemId then -- If this isn't an item, it can only be an enchant instead itemId = tonumber(itemLink:match("|Henchant:([-0-9]+)|h"));