Skip to content

Commit

Permalink
Update option files
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Nov 29, 2023
1 parent e6f9c92 commit 1e4b92b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AQ20/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

BigWigs:AddColors("Kurinnaxx", {
[25646] = {"blue","yellow"},
[25656] = "orange",
[25646] = {"blue","purple"},
[25656] = {"blue","orange"},
[26527] = {"green","red"},
})

Expand Down
1 change: 1 addition & 0 deletions AQ20/Options/Sounds.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

BigWigs:AddSounds("Kurinnaxx", {
[25646] = "warning",
[25656] = "alert",
})

Expand Down
5 changes: 3 additions & 2 deletions AhnQirajRuins_Classic/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

BigWigs:AddColors("Kurinnaxx", {
[25646] = {"blue","purple"},
[25656] = "orange",
[25656] = {"blue","orange"},
[26527] = {"green","red"},
})

BigWigs:AddColors("General Rajaxx", {
[25471] = {"blue","red","yellow"},
[8269] = "red",
[25471] = {"blue","yellow"},
["wave"] = "yellow",
})

Expand Down
3 changes: 2 additions & 1 deletion AhnQirajTemple_Classic/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ BigWigs:AddColors("Ahn'Qiraj Trash", {
[24573] = "purple",
[25051] = {"blue","yellow"},
[25698] = "orange",
[25778] = {"blue","orange"},
[25778] = "orange",
[25779] = "blue",
[26554] = "cyan",
[26555] = "yellow",
[26556] = {"blue","yellow"},
Expand Down
3 changes: 2 additions & 1 deletion ZulGurub_Classic/Options/Colors.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

BigWigs:AddColors("High Priestess Jeklik", {
[23954] = {"green","red","yellow"},
[23954] = {"green","red"},
[26044] = "yellow",
["bomb"] = "orange",
["swarm"] = "orange",
})
Expand Down
3 changes: 2 additions & 1 deletion ZulGurub_Classic/Options/Sounds.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

BigWigs:AddSounds("High Priestess Jeklik", {
[23954] = {"info","long"},
[23954] = "long",
[26044] = "info",
["bomb"] = "alarm",
["swarm"] = "alarm",
})
Expand Down

0 comments on commit 1e4b92b

Please sign in to comment.