MissionID no stored inside party
Alar of Daggerspine [07-21-15 - 14:26]
MissionID no stored inside party
Signed-off-by: Alar of Daggerspine <alar@aspide.it>
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