diff location_cache.lua @ 20:bdd440ac55be v1.02

(none)
author Aaron@Aaron-PC
date Thu, 19 Aug 2010 17:34:18 -0500
parents 6cdb9377585b
children 1da3cd643786
line wrap: on
line diff
--- a/location_cache.lua	Thu Aug 19 17:25:08 2010 -0500
+++ b/location_cache.lua	Thu Aug 19 17:34:18 2010 -0500
@@ -68,10 +68,10 @@
 --[[
     Overwrites RECIPEPROFIT_alliance and RECIPEPROFIT_horde dbs.
 ]]
-for _, note in pairs(RECIPEPROFIT_alliance, RECIPEPROFIT_location_cache) do
-    fix_coords(note)
+for _, note in pairs(RECIPEPROFIT_alliance) do
+    fix_coords(note, RECIPEPROFIT_location_cache)
 end
 
-for _, note in pairs(RECIPEPROFIT_horde, RECIPEPROFIT_location_cache) do
-    fix_coords(note)
+for _, note in pairs(RECIPEPROFIT_horde) do
+    fix_coords(note, RECIPEPROFIT_location_cache)
 end