From 9edfbff9f1145482395f2ff3ce9d25a4b7e914e9 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Tue, 21 Jul 2015 16:26:52 +0200 Subject: [PATCH] MissionID no stored inside party Signed-off-by: Alar of Daggerspine --- MissionCache.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/MissionCache.lua b/MissionCache.lua index 3b561f6..c2067ec 100644 --- a/MissionCache.lua +++ b/MissionCache.lua @@ -184,10 +184,6 @@ function module:AddExtraData(mission) mission.rush=mission.rush+v.quantity elseif itemName and (not v.quantity or v.quantity==1) and not v.followerXP then itemLevel=addon:GetTrueLevel(v.itemID,itemLevel) - if mission.missionID==364 then ---@debug@ -print(4,itemLevel) end ---@end-debug@ if (addon:IsFollowerUpgrade(v.itemID)) then mission.followerUpgrade=itemRarity elseif itemLevel > 500 and itemMinLevel >=90 then @@ -394,10 +390,6 @@ function addon:AddExtraData(mission) mission.rush=mission.rush+v.quantity elseif itemName and (not v.quantity or v.quantity==1) and not v.followerXP then itemLevel=addon:GetTrueLevel(v.itemID,itemLevel) - if mission.missionID==364 then ---@debug@ -print(4,itemLevel) end ---@end-debug@ if (addon:IsFollowerUpgrade(v.itemID)) then mission.followerUpgrade=itemRarity elseif itemLevel > 500 and itemMinLevel >=90 then -- 1.7.9.5