From 4a6ffce4c878b610d2dcb300ba2bf603e0556ade Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Wed, 7 Jul 2010 05:02:22 -0400 Subject: [PATCH] Reputation acquisitions need waypoint types set too... --- Waypoint.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Waypoint.lua b/Waypoint.lua index b187c48..9b84c6d 100644 --- a/Waypoint.lua +++ b/Waypoint.lua @@ -408,6 +408,7 @@ function addon:AddWaypoint(recipe_id, acquire_id, location_id, npc_id) local waypoint = GetWaypoint(acquire_type, vendor_id, recipe) if waypoint and (not location_id or waypoint.location == location_id) then + waypoint.waypoint_type = acquire_type maplist[waypoint] = recipe_id end end @@ -448,6 +449,7 @@ function addon:AddWaypoint(recipe_id, acquire_id, location_id, npc_id) local waypoint = GetWaypoint(acquire_type, vendor_id, recipe) if waypoint then + waypoint.waypoint_type = acquire_type maplist[waypoint] = sorted_recipes[i] end end -- 1.7.9.5