forked from liza/Questionable
Added new moogle mount and mount NPC
This commit is contained in:
parent
31e7b610e1
commit
d0f6db2fb8
@ -15,6 +15,7 @@ internal sealed class AlliedSocietyData
|
|||||||
{
|
{
|
||||||
{ 66, new(1016093, EAetheryteLocation.SeaOfCloudsOkZundu) },
|
{ 66, new(1016093, EAetheryteLocation.SeaOfCloudsOkZundu) },
|
||||||
{ 79, new(1017031, EAetheryteLocation.DravanianForelandsAnyxTrine) },
|
{ 79, new(1017031, EAetheryteLocation.DravanianForelandsAnyxTrine) },
|
||||||
|
{ 88, new(1017470, EAetheryteLocation.ChurningMistsZenith) },
|
||||||
{ 89, new(1017322, EAetheryteLocation.ChurningMistsZenith) },
|
{ 89, new(1017322, EAetheryteLocation.ChurningMistsZenith) },
|
||||||
{ 147, new(1024777, EAetheryteLocation.FringesPeeringStones) },
|
{ 147, new(1024777, EAetheryteLocation.FringesPeeringStones) },
|
||||||
{ 369, new(1051798, EAetheryteLocation.KozamaukaDockPoga) },
|
{ 369, new(1051798, EAetheryteLocation.KozamaukaDockPoga) },
|
||||||
@ -52,7 +53,7 @@ internal sealed class AlliedSocietyData
|
|||||||
else if (alliedSociety == EAlliedSociety.Moogles)
|
else if (alliedSociety == EAlliedSociety.Moogles)
|
||||||
{
|
{
|
||||||
normalNpcs = [];
|
normalNpcs = [];
|
||||||
mountNpcs = [1017322];
|
mountNpcs = [1017322, 1017470];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user