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 14, 2024
1 parent 53d8b28 commit 40c54c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MoltenCore/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BigWigs:AddColors("Garr", {
})

BigWigs:AddColors("Baron Geddon", {
[19659] = "yellow",
[19659] = {"green","yellow"},
[19695] = "red",
[20475] = {"blue","orange","red"},
[20478] = "orange",
Expand Down Expand Up @@ -60,6 +60,7 @@ BigWigs:AddColors("Majordomo Executus", {

BigWigs:AddColors("Ragnaros Classic", {
[20566] = "red",
[461062] = "blue",
["adds"] = "green",
["stages"] = "cyan",
})
Expand Down
1 change: 1 addition & 0 deletions MoltenCore/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ BigWigs:AddSounds("Majordomo Executus", {

BigWigs:AddSounds("Ragnaros Classic", {
[20566] = "info",
[461062] = "underyou",
["stages"] = "long",
})

Expand Down
2 changes: 1 addition & 1 deletion Onyxia_Classic/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

BigWigs:AddColors("Onyxia", {
[17086] = "red",
[18392] = "blue",
[18392] = {"blue","yellow"},
[18431] = "yellow",
[18435] = "orange",
[18958] = {"blue","purple"},
Expand Down

0 comments on commit 40c54c2

Please sign in to comment.