Bagnon bags not opening: temporary fix

Hey there
I’ve found that on the US forum, and I guess most of you using Bagnon have that bug since today’s update: Bagnon causes your bags to not open properly.
It seems to be related to resources displaying at the bottom of the bag.

Here is a small temporary update until they fix the problem:
go into [WoW folder] /Interface/AddOns/BagBrother/core/classes/playerMoney.lua

Search for:

f.info = MoneyTypeInfo[f.Type]

and comment at line 48 (add ‘–’ in front of the line)
In order to have:

– f.info = MoneyTypeInfo[f.Type]

It should fix it :slight_smile:

10 Likes
--f.info = MoneyTypeInfo[f.Type]
18 Likes

Just got another addon, this one has always had all sorts of problems, im finally done with it for good.

this worked for me , preciated <3

People still using Bagnon? The addon frequently doesn’t get updated or fixed for AGES…

Using Baganator atm, very similar but more versatile.

replace the line

f.info = MoneyTypeInfo[f.Type]

with this

f.info = (MoneyTypeInfo and MoneyTypeInfo[f.Type]) or { UpdateFunc = function(self) return self:GetMoney() end }

8 Likes

Show me the money

No money for u,only cookies :cookie:

Gief :pleading_face:

Ty for that hero

And u are a hero too, just modify the comment <3 thanks man

This worked for me. Thank you

Many thanks bro ^^

If you are not familiar with changing the lua code. I’ve made a quick fix through WeakAura, you can search for ‘Bagnon quick fix’ on wago or import the below WA string

!WA:2!1rztVTTnyC844dDqyjlXliaBThm6aA6ElPPaRDDaffw(L1m4yNkR00IHbjkrkjMijsqsfBNHDOg7qpN77IVnGDYFeYNabJ9jiFeYHDEp0YUnRyrhKiP4d))W)8hFk9YkjvWvKEF327(KTFCf8BFMyy3Gajr98NT2sZEeSmvmnLi6EOD7960CmMirQmbsrIMqtdyIeKIYsn4vXujpgn0Mmq5umUd3rrtiZ7vIFVBEkXKqK)qNGygteDfk1pIjAjqje7HCIxV6wnB25CukTqThzMGOPTmvWpntzPKPyDkb)XrpKqs8zPy5icsoBbYx9cDZEkbjnufDllPcjuTYxjF18pjFT81HVvULxanLkJ(WHV6ecHxtYj(klTgrNljXbhWOPkpZU22D3xG81AlFKjSaQ755NjvSe(HjdJz(OyfjHx9Pv)1FZ4Ad8ZBDq7AVUP1w)sXVatpmM5HIV)w7dBOH60EpWF36BUwqFPHHX5yMtHaU5FQr(ggx4ZyXyw)0M4qseFTmjPg(yygembVpnnAuFMaFKaXhD08gw9Pyv0BMkJqqGVU4m)oljofSoyJuEmf8VESmHp5olXRaRy95ASpddMaXvmybOC5)uak0uD0KOhMjI53osP4YFyND6JczBtz7e(c6X(hpiS2o7(WmkEI)9Fs321cow(JpM)13mwGhMIsO(oQibrgbPWWPOmfWgD5ZCCJrkbnmeeE17DEw68ogI5nEBfGx9Ycc0UP45nBFqRdBZxh2poHeaQP(9Iy97M66roLKQKxuRrJUDCA3TwJMnSaPjsJXzWzkvQF7PZsIyQoEGhIJ7aZW9sD33pj3rl67oP4CYjIIjw69d(szwHuhiib0bw9oOz72JMTw7HLglcqdXwZM30)tEEPC2Nfhg5M8noeeQA9iKMbHjkvuFz(kMA9FNy9ahGoyIt9A9SD6zxZYoVv(3FUopvqCN4YxxtWNsSlSn4qM8xlnAbx5owX8NJgF0FmDmSSwKqT9)5BMVYuORhSiHqPIuSxeHggPEJhaqb0qJjO5OiaIl7PPH9AC(7GH5a4RkyPYw(SyM4NkdpFigJgeDjxWcbmqwaMF1DwAz(glYrn70GkrEXeC0vWvtIiff)YIK(p9KKeydyT72py7hmwml51iHPccZmMHWT8uOyWQ20kjlwrnS8Jrs5M5UgMs6zKIgqjaDJjfLNkQauVzh7MwcDIsdgA2Uzl7jf7Q6Z2mLkvQ8DP4XMOqOqv1w0bMNXyjLMCnOF5jb6sDq5jKcv2uF5Z1cfZJqLhRlKrlyD(Af4HoKd5y4AyU50fgqV(uoX1ekp7ZxVfvqsq9R(Tv7qoHLqz87EZ3XsyyhD9C3lHRwmDbw)J0LhmRbD53()nWIg5p99hVOblZ)IBweUG4tlQTaOibptHF)JndyPk(ATe0ZQ(ImewBavTThPhUh47FwLt)7xLBL37F)d

Importing this WA will fix the addon.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.