Add playing sound files (that don't yet exist)
This commit is contained in:
@@ -92,6 +92,9 @@ function shared.MinimapTagger.Init()
|
||||
end
|
||||
return
|
||||
end
|
||||
if Heimdall_Data.config.minimapTagger.alertSound then
|
||||
PlaySoundFile("Interface\\AddOns\\Heimdall\\Sound\\Alert.mp3")
|
||||
end
|
||||
PlantFrame(x, y, frame, scale, Heimdall_Data.config.minimapTagger.alertTTL)
|
||||
end
|
||||
|
||||
@@ -124,6 +127,9 @@ function shared.MinimapTagger.Init()
|
||||
end
|
||||
return
|
||||
end
|
||||
if Heimdall_Data.config.minimapTagger.tagSound then
|
||||
PlaySoundFile("Interface\\AddOns\\Heimdall\\Sound\\Tag.mp3")
|
||||
end
|
||||
PlantFrame(x, y, frame, scale, Heimdall_Data.config.minimapTagger.tagTTL)
|
||||
end
|
||||
|
||||
@@ -156,6 +162,9 @@ function shared.MinimapTagger.Init()
|
||||
end
|
||||
return
|
||||
end
|
||||
if Heimdall_Data.config.minimapTagger.combatSound then
|
||||
PlaySoundFile("Interface\\AddOns\\Heimdall\\Sound\\Fight.mp3")
|
||||
end
|
||||
PlantFrame(x, y, frame, scale, Heimdall_Data.config.minimapTagger.combatTTL)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user