From aa0c18cff9abb2f530fcb417b64a92fa7f9f7d9b Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Mon, 20 Jul 2015 17:05:53 +0200 Subject: [PATCH] Missin building from follower required cost information Signed-off-by: Alar of Daggerspine --- MissionCache.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MissionCache.lua b/MissionCache.lua index a8cda73..c2c7a13 100644 --- a/MissionCache.lua +++ b/MissionCache.lua @@ -109,6 +109,8 @@ local keys={ 'numFollowers', 'missionID', 'numRewards', +'costCurrencyTypesID', +'cost' } function module:GetMission(id) if time() - (tonumber(cache[id]._filled) or 0) > 3600 then @@ -426,7 +428,7 @@ function addon:AddExtraData(mission) end function addon:OnAllGarrisonMissions(func,inProgress) - print("Mission Prefill") + print("Mission Prefill",debugstack()) return module:OnAllGarrisonMissions(func,inProgress) end local sorters={} -- 1.7.9.5