Skip to content

Commit

Permalink
BlackwingLair: Update option files
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Oct 11, 2024
1 parent bdb4c3d commit 82cc7b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions BlackwingLair/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ BigWigs:AddColors("Nefarian Classic", {
})

BigWigs:AddColors("Blackwing Lair Trash", {
[466357] = {"blue","yellow"},
[466435] = {"blue","yellow"},
[19717] = "blue",
[22291] = {"blue","orange"},
[369330] = "blue",
[466357] = {"blue","orange"},
[466435] = {"blue","orange"},
["target_vulnerability"] = {"red","yellow"},
})
3 changes: 3 additions & 0 deletions BlackwingLair/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ BigWigs:AddSounds("Nefarian Classic", {
})

BigWigs:AddSounds("Blackwing Lair Trash", {
[19717] = "underyou",
[22291] = "warning",
[369330] = "underyou",
[466357] = "warning",
[466435] = "warning",
})

0 comments on commit 82cc7b2

Please sign in to comment.