Skip to content

Commit

Permalink
trying to fix ring war wave 3 timer
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog committed Dec 30, 2024
1 parent 01e3725 commit 9bda10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EQTool/Services/Parsing/RingWarParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public bool Handle(string line, DateTime timestamp, int lineCounter)
logEvents.Handle(new RingWarEvent { RoundNumber = 2, TimeStamp = timestamp, Line = line, LineCounter = lineCounter });
return true;
}
else if (line == "Narandi the Wretched shouts, 'Veterans! Be sure that this time we allow none of the stumpymen to escape to create yet another city. This shall be our final war with these unworthy beings.'")
else if (line == "Narandi the Wretched shouts, 'Enough chatter. Our veterans approach now to finish you. You have been tested and your weaknesses have been assessed. Bid farewell to your dear Thurgadin, those of you who are fortunate enough to survive the slaughter shall make a new home in the Kromrif slave pens!'")
{
logEvents.Handle(new RingWarEvent { RoundNumber = 3, TimeStamp = timestamp, Line = line, LineCounter = lineCounter });
return true;
Expand Down

0 comments on commit 9bda10b

Please sign in to comment.