Added new moogle mount and mount NPC
authorPlogon Enjoyer <plogon_enjoyer@no-reply.com>
Thu, 26 Dec 2024 14:53:16 +0000 (22:53 +0800)
committerPlogon Enjoyer <plogon_enjoyer@no-reply.com>
Thu, 26 Dec 2024 14:58:45 +0000 (22:58 +0800)
Questionable/Data/AlliedSocietyData.cs

index 4d38853958209fe5a91675cb93e42ab0b91da9aa..11ea03a127c4ab0682c059b53b92105ea5e7ae89 100644 (file)
@@ -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
         {