From: Plogon Enjoyer Date: Thu, 26 Dec 2024 14:53:16 +0000 (+0800) Subject: Added new moogle mount and mount NPC X-Git-Tag: v4.11~24^2~2 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=d0f6db2fb826f03159a083c6445c90e43f3cf776;p=Questionable.git Added new moogle mount and mount NPC --- diff --git a/Questionable/Data/AlliedSocietyData.cs b/Questionable/Data/AlliedSocietyData.cs index 4d388539..11ea03a1 100644 --- a/Questionable/Data/AlliedSocietyData.cs +++ b/Questionable/Data/AlliedSocietyData.cs @@ -15,6 +15,7 @@ internal sealed class AlliedSocietyData { { 66, new(1016093, EAetheryteLocation.SeaOfCloudsOkZundu) }, { 79, new(1017031, EAetheryteLocation.DravanianForelandsAnyxTrine) }, + { 88, new(1017470, EAetheryteLocation.ChurningMistsZenith) }, { 89, new(1017322, EAetheryteLocation.ChurningMistsZenith) }, { 147, new(1024777, EAetheryteLocation.FringesPeeringStones) }, { 369, new(1051798, EAetheryteLocation.KozamaukaDockPoga) }, @@ -52,7 +53,7 @@ internal sealed class AlliedSocietyData else if (alliedSociety == EAlliedSociety.Moogles) { normalNpcs = []; - mountNpcs = [1017322]; + mountNpcs = [1017322, 1017470]; } else {