Guild bank money tooltip
rstudelska opened this issue ยท 0 comments
Couple of guild bank issues
- In the money log this weeks bonus money is not included.
This can easily be done by adding these lines to Bagnon_GuildBank\components\logFrame.lua
in the function LogFrame:UpdateMoney() after the loop is finished
amount = GetGuildBankBonusDepositMoney()
money = GetDenominationsFromCopper(amount)
self:AddLine("This week's bonus " .. money, 0, 0, 0, 0)
- I am unable to make changes to the structure of the guild bank. With bagnon off I can right click on the tabs to rename them, or change their iicons, I can also change the info on the info tab. With bagnon turned on I cannot do any of these things.