
Interacting with a vendor prints all purchaseable item IDs in chat
Lunaeria opened this issue ยท 2 comments
The same issue happens in version 9.0. The only print line i found is in:
Krowi_ExtendedVendorUI\Gui\FilterButton\FilterButtonMixin.lua
line 129. I comment it and the chat spam stops.
127 for _, id in pairs(C_TradeSkillUI.GetAllRecipeIDs()) do
128 local recipeInfo = C_TradeSkillUI.GetRecipeInfo(id)
129 -- print(recipeInfo.recipeID, recipeInfo.name)
130 end