AvyAddons / BetterBags_Dragonflight

Filter for common Dragonflight items in BetterBags.
MIT License
0 stars 0 forks source link

[BUG] Attempted to add item 199343 to category Treasure Sacks, but the item does not exist. #2

Closed GrumpyWolf92 closed 9 months ago

GrumpyWolf92 commented 9 months ago

Description

Attempted to add item 199343 to category Treasure Sacks, but the item does not exist. This error occurs on each log in and I've narrowed it down to this plugin. Not sure if it's something on my end or what :)

Addon Version

v1.0.3

World of Warcraft Flavor

Retail (Dragonflight)

Tested with only BetterBags_Dragonflight

Lua Error

14x BetterBags/data/categories.lua:54: Attempted to add item 199343 to category Treasure Sacks, but the item does not exist. [string "=[C]"]: in function assert' [string "@BetterBags/data/categories.lua"]:54: in functionAddItemToCategory' [string "@BetterBags_Dragonflight/main.lua"]:12: in main chunk

Locals: (temporary) = nil (temporary) = "Attempted to add item 199343 to category Treasure Sacks, but the item does not exist."

Reproduction Steps

  1. Enable BetterBags and BetterBags Dragonflight
  2. Log in or reload

Screenshots

No response

lucasvienna commented 9 months ago

Thanks for the report! I've noticed a similar message, but the item ID was 202104. It seems some items were removed in the recent patch and are no longer in the game. I'll do a proper pass and hopefully deal with all such cases.

lucasvienna commented 9 months ago

Fixed in v1.0.4