Fixed pre-raid locales that can be confusing to players

This commit is contained in:
Chomp
2025-11-12 16:02:11 +00:00
parent ec7dbdf2bc
commit 969e10aa80
3 changed files with 30 additions and 1 deletions
@@ -244,6 +244,12 @@ public record GameFixes
/// </summary>
[JsonPropertyName("fixProfileBreakingInventoryItemIssues")]
public bool FixProfileBreakingInventoryItemIssues { get; set; }
/// <summary>
/// Should pre-raid english locales be renamed during raid start
/// </summary>
[JsonPropertyName("renamePreRaidLocales")]
public bool RenamePreRaidLocales { get; set; }
}
public record ServerFeatures