From: Censored Date: Tue, 17 Jun 2025 17:32:12 +0000 (+0000) Subject: Fixed wrong MountId X-Git-Tag: v5.18~8^2 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=805789fabcda558034738aa7695ee1e953e45a7c;p=Questionable.git Fixed wrong MountId --- 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)