Someday I will learn to program in Lua.
pschifferer [10-21-09 - 03:06]
Someday I will learn to program in Lua.
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];