Skip to content

Commit

Permalink
added missing reagent
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Mar 6, 2022
1 parent f24227e commit 98b3c6b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ db.Filters = {
[172097] = true, -- Heavy Callous Hide
[172438] = true, -- Enchanted Heavy Callous Hide
[177279] = true -- Gaunt Sinew

}
},
["Vendor_Reagents"] = {
Expand Down Expand Up @@ -65,8 +66,10 @@ db.Filters = {
[172331] = true, -- Sinful Leather
[172332] = true, -- Necrotic Leather
[172330] = true, -- Unseelie Leather
[172333] = true -- Purified Leather
}
[172333] = true, -- Purified Leather
[187701] = true -- Protogenic Pelt

}
}
}

Expand Down

0 comments on commit 98b3c6b

Please sign in to comment.