From 805789fabcda558034738aa7695ee1e953e45a7c Mon Sep 17 00:00:00 2001 From: Censored Date: Tue, 17 Jun 2025 17:32:12 +0000 Subject: [PATCH] Fixed wrong MountId --- Questionable/Data/AlliedSocietyData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Questionable/Data/AlliedSocietyData.cs b/Questionable/Data/AlliedSocietyData.cs index 4abeeede..ff09ffec 100644 --- a/Questionable/Data/AlliedSocietyData.cs +++ b/Questionable/Data/AlliedSocietyData.cs @@ -20,7 +20,7 @@ internal sealed class AlliedSocietyData { 147, new([1024777,1024912], EAetheryteLocation.FringesPeeringStones) }, { 369, new([1051798], EAetheryteLocation.KozamaukaDockPoga) }, { 391, new([1052562], EAetheryteLocation.YakTelMamook) }, - { 18, new([1052562], EAetheryteLocation.EastShroudHawthorneHut) } + { 24, new([1052562], EAetheryteLocation.EastShroudHawthorneHut) } }.AsReadOnly(); public EAlliedSociety GetCommonAlliedSocietyTurnIn(ElementId elementId) -- 2.20.1