Skip to content

Commit

Permalink
Update option files
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Aug 9, 2024
1 parent 48c4fa6 commit e038081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions MoltenCore/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ BigWigs:AddColors("Shazzrah", {

BigWigs:AddColors("Sulfuron Harbinger", {
[19775] = "red",
[19778] = "orange",
[19779] = "yellow",
})

Expand Down
4 changes: 4 additions & 0 deletions MoltenCore/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ BigWigs:AddSounds("Gehennas", {
})

BigWigs:AddSounds("Garr", {
[19492] = "info",
})

BigWigs:AddSounds("Baron Geddon", {
Expand All @@ -35,6 +36,9 @@ BigWigs:AddSounds("Shazzrah", {
})

BigWigs:AddSounds("Sulfuron Harbinger", {
[19775] = "alert",
[19778] = "alarm",
[19779] = "info",
})

BigWigs:AddSounds("Golemagg the Incinerator", {
Expand Down

0 comments on commit e038081

Please sign in to comment.