Skip to content

Commit 89799a1

Browse files
author
LocalIdentity
committed
Fix spelling
1 parent 5dc3bba commit 89799a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/TradeQueryGenerator.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ return %s
437437
self:GenerateModData(data.itemMods.Charm, { ["Charm"] = true })
438438

439439
-- add breach mods which lack proper weights. these mods spawn for either belts or rings, but
440-
-- have weights of zero for ones they DONT spawn on
440+
-- have weights of zero for ones they cannot spawn on
441441
for name, mod in pairs(data.itemMods.Item) do
442442
local treeMod = false
443443
local slots = {Ring = true, Belt = true}

0 commit comments

Comments
 (0)