Skip to content

Commit 02e2537

Browse files
committed
Update options
1 parent f68a829 commit 02e2537

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

MoP/!Options.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BigWigs:AddSounds("Essence of Order", {
1212

1313
BigWigs:AddColors("Kanrethad Ebonlocke", {
1414
[1098] = "cyan",
15+
[138558] = {"orange","red"},
1516
[138559] = "orange",
1617
[138560] = {"blue","green"},
1718
[138561] = "blue",
@@ -24,6 +25,7 @@ BigWigs:AddColors("Kanrethad Ebonlocke", {
2425
})
2526

2627
BigWigs:AddSounds("Kanrethad Ebonlocke", {
28+
[138558] = "alarm",
2729
[138559] = "long",
2830
[138560] = "alarm",
2931
[138561] = "alert",

TBC/!Options.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,11 @@ BigWigs:AddSounds("Talon King Ikiss", {
223223
})
224224

225225
BigWigs:AddColors("Ambassador Hellmaw", {
226+
["berserk"] = {"orange","red","yellow"},
226227
})
227228

228229
BigWigs:AddSounds("Ambassador Hellmaw", {
230+
["berserk"] = "alarm",
229231
})
230232

231233
BigWigs:AddColors("Blackheart the Inciter", {
@@ -415,10 +417,12 @@ BigWigs:AddColors("Mechano-Lord Capacitus", {
415417
[35158] = {"green","orange"},
416418
[35159] = {"green","orange"},
417419
[39096] = {"blue","orange"},
420+
["berserk"] = {"orange","red","yellow"},
418421
})
419422

420423
BigWigs:AddSounds("Mechano-Lord Capacitus", {
421424
[39096] = "info",
425+
["berserk"] = "alarm",
422426
})
423427

424428
BigWigs:AddColors("Gatewatcher Iron-Hand", {

0 commit comments

Comments
 (0)