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 5, 2024
1 parent aa16f40 commit 2be09b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MoltenCore/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ BigWigs:AddColors("Majordomo Executus", {
BigWigs:AddColors("Ragnaros Classic", {
[20566] = "red",
["adds"] = "green",
["emerge"] = {"orange","yellow"},
["submerge"] = {"cyan","orange","yellow"},
["stages"] = "cyan",
})

BigWigs:AddColors("The Molten Core", {
[460885] = "red",
[460887] = "orange",
[460895] = {"blue","yellow"},
[460898] = {"blue","yellow"},
["adds"] = "cyan",
})
4 changes: 2 additions & 2 deletions MoltenCore/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ BigWigs:AddSounds("Majordomo Executus", {

BigWigs:AddSounds("Ragnaros Classic", {
[20566] = "info",
["emerge"] = {"alarm","long"},
["submerge"] = {"alarm","long"},
["stages"] = "long",
})

BigWigs:AddSounds("The Molten Core", {
[460885] = "long",
[460887] = "alarm",
[460895] = "warning",
[460898] = "warning",
["adds"] = "info",
})

0 comments on commit 2be09b7

Please sign in to comment.