Skip to content

Commit bbb2626

Browse files
Actually include corrupted mods
1 parent c2ce9d3 commit bbb2626

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Classes/TradeQueryGenerator.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,9 @@ function TradeQueryGeneratorClass:ExecuteQuery()
858858
end
859859
if self.calcContext.special.watchersEye then
860860
self:GenerateModWeights(self.modData.WatchersEye)
861+
if self.calcContext.options.includeCorrupted then
862+
self:GenerateModWeights(self.modData["Corrupted"])
863+
end
861864
return
862865
end
863866
self:GenerateModWeights(self.modData["Explicit"])

0 commit comments

Comments
 (0)