From 10f31cfc7977a28b9ffcb371c7b2b4ad5598faff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Sejkora?= Date: Thu, 21 Mar 2024 16:49:30 +0100 Subject: [PATCH] Analytics: Update Icebrood Construct name to be a bit less legendary It's just not. Also, the name is annoyingly long compared to other names. --- EVTCAnalytics/GameData/Encounters/EncounterNames.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EVTCAnalytics/GameData/Encounters/EncounterNames.cs b/EVTCAnalytics/GameData/Encounters/EncounterNames.cs index c924b3bb..7750763b 100644 --- a/EVTCAnalytics/GameData/Encounters/EncounterNames.cs +++ b/EVTCAnalytics/GameData/Encounters/EncounterNames.cs @@ -55,7 +55,7 @@ public static class EncounterNames {Encounter.LargeKittyGolem, "Large Kitty Golem"}, {Encounter.MassiveKittyGolem, "Massive Kitty Golem"}, {Encounter.WorldVersusWorld, "World versus World"}, - {Encounter.ShiverpeaksPass, "Legendary Icebrood Construct"}, + {Encounter.ShiverpeaksPass, "Icebrood Construct"}, {Encounter.VoiceAndClawOfTheFallen, "The Voice and the Claw"}, {Encounter.FraenirOfJormag, "Fraenir of Jormag"}, {Encounter.Boneskinner, "Boneskinner"},