From 0018ab7e687266a7cabe82ff10e0cec9f7459681 Mon Sep 17 00:00:00 2001 From: M4 Date: Fri, 10 Nov 2023 19:04:08 +0000 Subject: [PATCH] Added Nameless to Emblems --- TPP.Common/Emblems.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TPP.Common/Emblems.cs b/TPP.Common/Emblems.cs index a2e574ac..2a760ffa 100644 --- a/TPP.Common/Emblems.cs +++ b/TPP.Common/Emblems.cs @@ -82,7 +82,8 @@ public static class Emblems [73] = "Resolute", [74] = "Black and White 3: Genesis", [75] = "Mega Power", - [76] = "Snakewood DX" + [76] = "Snakewood DX", + [77] = "Nameless" }; public static string FormatEmblem(int emblemNum)