Mercurial > wow > inventory
diff Modules/Mover.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/Mover.lua Fri Jan 07 23:16:17 2011 +0100 +++ b/Modules/Mover.lua Sat Jan 08 01:39:04 2011 +0100 @@ -281,7 +281,7 @@ local _GetContainerItemId = GetContainerItemID; if movesSource == addon.Locations.Guild then - _GetContainerItemId = function(tabId, slotId) return addon:GetItemID(GetGuildBankItemLink(tabId, slotId)); end; + _GetContainerItemId = function(tabId, slotId) return addon:GetItemId(GetGuildBankItemLink(tabId, slotId)); end; end local _GetContainerItemInfo = GetContainerItemInfo; if movesSource == addon.Locations.Guild then