Mercurial > wow > recipeprofit
changeset 20:bdd440ac55be v1.02
(none)
| author | Aaron@Aaron-PC |
|---|---|
| date | Thu, 19 Aug 2010 17:34:18 -0500 |
| parents | 9cf83b54cb2d |
| children | 6043ea5ea1d0 |
| files | location_cache.lua |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
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
