From 622ad7802920f42476db8967251e66b7413b9650 Mon Sep 17 00:00:00 2001 From: pschifferer Date: Wed, 21 Oct 2009 03:06:27 +0000 Subject: [PATCH] Someday I will learn to program in Lua. --- CauldronShoppingListUI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CauldronShoppingListUI.lua b/CauldronShoppingListUI.lua index 90ebead..c7b5152 100644 --- a/CauldronShoppingListUI.lua +++ b/CauldronShoppingListUI.lua @@ -109,7 +109,7 @@ function Cauldron:UpdateShoppingList() frameAbove = shoppingListRequestor; -- add items for the requestor - for item in pairs(Cauldron:SortTableIndices(items)) do + for item in Cauldron:SortTableIndices(items) do -- for item, amount in pairs(items) do local amount = items[item]; -- 1.7.9.5