Merge pull request #65 from MisatoTremor/patch-1
Xruptor [07-23-18 - 20:30]
Merge pull request #65 from MisatoTremor/patch-1
Fix PlaySound for 7.3.0
diff --git a/modules/minimap.lua b/modules/minimap.lua
index 8fa21c6..9c49326 100644
--- a/modules/minimap.lua
+++ b/modules/minimap.lua
@@ -38,7 +38,7 @@ end
bgsMinimapDD.initialize = function(self, level)
if level == 1 then
- PlaySound('gsTitleOptionExit')
+ PlaySound(SOUNDKIT.GS_TITLE_OPTION_EXIT)
addButton(level, 'BagSync ', 1, 1)
addButton(level, L.Search, nil, 1, nil, 'search', function(frame, ...)
BSYC:GetModule("Search").frame:Show()