We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ce9d3 commit bbb2626Copy full SHA for bbb2626
1 file changed
src/Classes/TradeQueryGenerator.lua
@@ -858,6 +858,9 @@ function TradeQueryGeneratorClass:ExecuteQuery()
858
end
859
if self.calcContext.special.watchersEye then
860
self:GenerateModWeights(self.modData.WatchersEye)
861
+ if self.calcContext.options.includeCorrupted then
862
+ self:GenerateModWeights(self.modData["Corrupted"])
863
+ end
864
return
865
866
self:GenerateModWeights(self.modData["Explicit"])
0 commit comments