From 18732a53809cc0d34454333e9e807983a402f9c0 Mon Sep 17 00:00:00 2001 From: CensoredFFXIV Date: Sat, 3 Jan 2026 11:54:02 +0100 Subject: [PATCH] Added Sylphs to parallel allied societies --- Questionable/Data/AlliedSocietyData.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Questionable/Data/AlliedSocietyData.cs b/Questionable/Data/AlliedSocietyData.cs index d17eca1d9..9ce7678c9 100644 --- a/Questionable/Data/AlliedSocietyData.cs +++ b/Questionable/Data/AlliedSocietyData.cs @@ -29,6 +29,7 @@ public EAlliedSociety GetCommonAlliedSocietyTurnIn(ElementId elementId) { return questId.Value switch { + >= 1257 and <= 1286 => EAlliedSociety.Sylphs, >= 2171 and <= 2200 => EAlliedSociety.VanuVanu, >= 2261 and <= 2280 => EAlliedSociety.Vath, >= 2290 and <= 2319 => EAlliedSociety.Moogles,