version: 1.6.0

This commit is contained in:
Salikh Gurgenidze
2026-01-05 15:53:47 +04:00
parent 2703abfc33
commit 85389255cc
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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
+6
View File
@@ -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()