Skip to content

Commit

Permalink
Update option files
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 10, 2024
1 parent 3aba6a8 commit 245f9f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Blackwing/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ BigWigs:AddColors("Nefarian", {
[79318] = {"blue","yellow"},
[79339] = {"blue","orange"},
[80734] = "orange",
[81007] = {"blue","red"},
[81007] = "blue",
[81031] = "red",
[81272] = "orange",
["stages"] = "cyan",
})
3 changes: 2 additions & 1 deletion Blackwing/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ BigWigs:AddSounds("Nefarian", {
[79318] = "warning",
[79339] = "warning",
[80734] = "alert",
[81007] = {"alarm","underyou"},
[81007] = "underyou",
[81031] = "alarm",
[81272] = "alert",
["stages"] = "long",
})
2 changes: 1 addition & 1 deletion Firelands/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BigWigs:AddSounds("Baleroc", {
BigWigs:AddSounds("Majordomo Staghelm", {
[98374] = "alert",
[98379] = "alert",
[98450] = "alarm",
[98450] = "warning",
[98476] = "long",
})

Expand Down

0 comments on commit 245f9f4

Please sign in to comment.