version: 1.6.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
## Title: Guda
|
||||
## Notes: All-in-one bag and bank addon for World of Warcraft 1.12.1 (Turtle WoW)
|
||||
## Author: Vati
|
||||
## Version: 1.5.8
|
||||
## Version: 1.6.0
|
||||
## SavedVariables: Guda_DB
|
||||
## SavedVariablesPerCharacter: Guda_CharDB
|
||||
|
||||
|
||||
@@ -78,6 +78,9 @@ end
|
||||
|
||||
-- OnShow
|
||||
function Guda_BagFrame_OnShow(self)
|
||||
-- Play bag open sound
|
||||
PlaySound("igBackPackOpen")
|
||||
|
||||
-- Save bag data when opening bags
|
||||
addon.Modules.BagScanner:SaveToDatabase()
|
||||
addon.Modules.MoneyTracker:Update()
|
||||
@@ -121,6 +124,9 @@ end
|
||||
|
||||
-- OnHide
|
||||
function Guda_BagFrame_OnHide(self)
|
||||
-- Play bag close sound
|
||||
PlaySound("igBackPackClose")
|
||||
|
||||
-- Close any open dropdown menus when the bag frame is hidden
|
||||
CloseDropDownMenus()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user