diff Modules/Scanner.lua @ 95:31493364b163

Fixed GetItemId usage to the proper capitals.
author Zerotorescue
date Sat, 08 Jan 2011 01:39:04 +0100
parents a12d22ef3f39
children 252292b703ce
line wrap: on
line diff
--- a/Modules/Scanner.lua	Fri Jan 07 23:16:17 2011 +0100
+++ b/Modules/Scanner.lua	Sat Jan 08 01:39:04 2011 +0100
@@ -70,7 +70,7 @@
 					-- A not equal-comparison should be quicker than a larger than-comparison
 					
 					local itemLink = GetGuildBankItemLink(tabId, slotId);
-					local itemId = itemLink and addon:GetItemID(itemLink);
+					local itemId = itemLink and addon:GetItemId(itemLink);
 					local itemCount = itemLink and select(2, GetGuildBankItemInfo(tabId, slotId));
 						
 					if itemLink and itemId and itemCount and itemCount > 0 then