Skip to content

Commit f293ae5

Browse files
committed
Fixed Protector of Sky for Siran Timers
1 parent 24c2b80 commit f293ae5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EQTool/Services/Handlers/SlainHandler.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class SlainHandler : BaseHandler
1818
private readonly List<string> POSBoss = new List<string>()
1919
{
2020
"a Thunder Spirit Princess",
21+
"Protector of Sky",
2122
"Gorgalosk",
2223
"Keeper of Souls",
2324
"The Spiroc Lord",
@@ -236,7 +237,7 @@ public void DoEvent(ConfirmedDeathEvent e, bool guess)
236237
Rect = spell.Rect,
237238
PercentLeft = 100,
238239
GroupName = CustomTimer.CustomerTime,
239-
ProgressBarColor = Brushes.Coral
240+
ProgressBarColor = Brushes.LightSkyBlue
240241
};
241242
spellWindowViewModel.TryAdd(add, true);
242243
}

0 commit comments

Comments
 (0)