AdiBags

AdiBags

8M Downloads

Adding Garrison Hearthstone to "default" Junk exclude list

ViddWizard opened this issue ยท 0 comments

commented

On the Junk LUA you might consider updating the excludes list from listing just the hearthstone to add in the Garrison Hearthstone

OLD (starts on line 52):
exclude = {
[6948] = true,
},

NEW:
exclude = {
[6948] = true,
[110560] = true,
},