Doesnt show any content in the bags
Zesenzes opened this issue ยท 4 comments
I have the same issue. Please let me know if you need logs, screenshots or whatever.
The problem seems to be caused by a change in how the PlaySound function works in the WoW addon API. That function is called in lines 409 and 421 of ContainerFrame.lua (inside the widgets folder). I'm not sure if that function is called somewhere else but commenting out those lines seems to suppress the issue for now.
Line 297 can use it on a right click
Line 351 uses it if you have not unlocked the reagent bank -- I commented 351 as well
Duplicate of closed #217