Skip to content

Commit e77fb00

Browse files
committed
Remove misleading comment
1 parent 5ca4b7d commit e77fb00

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Classes/TradeQueryGenerator.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,6 @@ function TradeQueryGeneratorClass:GenerateModWeights(modsToTest)
539539
modLine = entry.tradeMod.text
540540
end
541541

542-
-- swap lines here to avoid leading to modLine's that the Item parser can't handle,
543-
-- this assume swapping will always tend to make values greater than 1 i.e.
544-
-- there are no mods where it naturally will occur for e.g. -10% reduced attack speed
545542
if entry.invertOnNegative and modValue < 0 then
546543
modLine = swapInverse(modLine)
547544
modValue = -1 * modValue

0 commit comments

Comments
 (0)