diff Core.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/Core.lua	Fri Jan 07 23:16:17 2011 +0100
+++ b/Core.lua	Sat Jan 08 01:39:04 2011 +0100
@@ -438,7 +438,7 @@
 	DEFAULT_CHAT_FRAME:AddMessage(text or "", red, green, blue, nil, 5);
 end
 
-function addon:GetItemID(itemLink)
+function addon:GetItemId(itemLink)
 	itemLink = itemLink and itemLink:match("|Hitem:([-0-9]+):"); -- if itemLink is nil, it won't execute the second part
 	itemLink = itemLink and tonumber(itemLink);