Skip to content

Commit

Permalink
adding special item
Browse files Browse the repository at this point in the history
  • Loading branch information
shirsig committed Oct 4, 2022
1 parent 555d26d commit d6b5f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SortBags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ local function union(...)
return t
end

local SPECIAL = set(5462, 9173, 11511, 13347, 32542, 33219, 38233, 40110, 198647)
local SPECIAL = set(5462, 9173, 11511, 13347, 32542, 33219, 38233, 40110, 43499, 198647)

local KEYS = set(9240, 11511, 12324, 12384, 13544, 16309, 17191, 20402)

Expand Down

0 comments on commit d6b5f18

Please sign in to comment.