diff --git a/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Dailies/3712_Pride-and-Seek.json b/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Dailies/3712_Pride-and-Seek.json index 0ff5d02a..f82f04b3 100644 --- a/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Dailies/3712_Pride-and-Seek.json +++ b/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Dailies/3712_Pride-and-Seek.json @@ -28,7 +28,7 @@ }, "TerritoryId": 816, "InteractionType": "WalkTo", - "AetheryteShortcut": "Il Mheg - Pia Enni", + "AetheryteShortcut": "Il Mheg - Pla Enni", "Fly": true }, { diff --git a/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Dailies/3716_The Chaser.json b/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Dailies/3716_The Chaser.json index 750ac0b7..177e155a 100644 --- a/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Dailies/3716_The Chaser.json +++ b/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Dailies/3716_The Chaser.json @@ -30,7 +30,7 @@ "TerritoryId": 816, "InteractionType": "UseItem", "ItemId": 2002943, - "AetheryteShortcut": "Il Mheg - Pia Enni", + "AetheryteShortcut": "Il Mheg - Pla Enni", "Fly": true, "RequiredQuestVariables": [ null, diff --git a/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Story/3684_Sustenance for the Soul.json b/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Story/3684_Sustenance for the Soul.json index 5f359813..a60a9eb8 100644 --- a/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Story/3684_Sustenance for the Soul.json +++ b/QuestPaths/5.x - Shadowbringers/Allied Societies/Pixies/Story/3684_Sustenance for the Soul.json @@ -70,7 +70,7 @@ }, "TerritoryId": 816, "InteractionType": "Interact", - "AetheryteShortcut": "Il Mheg - Pia Enni", + "AetheryteShortcut": "Il Mheg - Pla Enni", "Fly": true } ] diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3314_A Fitting Payment.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3314_A Fitting Payment.json index 501be5ec..8d1bdd7c 100644 --- a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3314_A Fitting Payment.json +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3314_A Fitting Payment.json @@ -24,7 +24,7 @@ { "TerritoryId": 816, "InteractionType": "AttuneAetheryte", - "Aetheryte": "Il Mheg - Pia Enni" + "Aetheryte": "Il Mheg - Pla Enni" }, { "DataId": 1029572, diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3316_The Lawless Ones.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3316_The Lawless Ones.json index 07967866..8fb2a769 100644 --- a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3316_The Lawless Ones.json +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3316_The Lawless Ones.json @@ -394,7 +394,7 @@ }, "TerritoryId": 816, "InteractionType": "CompleteQuest", - "AetheryteShortcut": "Il Mheg - Pia Enni" + "AetheryteShortcut": "Il Mheg - Pla Enni" } ] } diff --git a/Questionable.Model/Common/Converter/AetheryteConverter.cs b/Questionable.Model/Common/Converter/AetheryteConverter.cs index 3887305e..0cecd3ea 100644 --- a/Questionable.Model/Common/Converter/AetheryteConverter.cs +++ b/Questionable.Model/Common/Converter/AetheryteConverter.cs @@ -79,7 +79,7 @@ public sealed class AetheryteConverter() : EnumConverter(Val { EAetheryteLocation.RaktikaSlitherbough, "Rak'tika - Slitherbough" }, { EAetheryteLocation.RaktikaFanow, "Rak'tika - Fanow" }, { EAetheryteLocation.IlMhegLydhaLran, "Il Mheg - Lydha Lran" }, - { EAetheryteLocation.IlMhegPiaEnni, "Il Mheg - Pia Enni" }, + { EAetheryteLocation.IlMhegPlaEnni, "Il Mheg - Pla Enni" }, { EAetheryteLocation.IlMhegWolekdorf, "Il Mheg - Wolekdorf" }, { EAetheryteLocation.TempestOndoCups, "Tempest - Ondo Cups" }, { EAetheryteLocation.TempestMacarensesAngle, "Tempest - Macarenses Angle" }, diff --git a/Questionable.Model/Common/EAetheryteLocation.cs b/Questionable.Model/Common/EAetheryteLocation.cs index 875e1a5f..a2dc3e2d 100644 --- a/Questionable.Model/Common/EAetheryteLocation.cs +++ b/Questionable.Model/Common/EAetheryteLocation.cs @@ -176,7 +176,7 @@ public enum EAetheryteLocation RaktikaSlitherbough = 142, RaktikaFanow = 143, IlMhegLydhaLran = 144, - IlMhegPiaEnni = 145, + IlMhegPlaEnni = 145, IlMhegWolekdorf = 146, TempestOndoCups = 147, TempestMacarensesAngle = 148, diff --git a/Questionable.Model/common-schema.json b/Questionable.Model/common-schema.json index 112085be..3849ec2e 100644 --- a/Questionable.Model/common-schema.json +++ b/Questionable.Model/common-schema.json @@ -91,7 +91,7 @@ "Rak'tika - Slitherbough", "Rak'tika - Fanow", "Il Mheg - Lydha Lran", - "Il Mheg - Pia Enni", + "Il Mheg - Pla Enni", "Il Mheg - Wolekdorf", "Tempest - Ondo Cups", "Tempest - Macarenses Angle", diff --git a/Questionable/Data/AetheryteData.cs b/Questionable/Data/AetheryteData.cs index b843c70d..002f186e 100644 --- a/Questionable/Data/AetheryteData.cs +++ b/Questionable/Data/AetheryteData.cs @@ -210,7 +210,7 @@ internal sealed class AetheryteData { EAetheryteLocation.RaktikaSlitherbough, new(-103.4104f, -19.333252f, 297.23047f) }, { EAetheryteLocation.RaktikaFanow, new(382.77246f, 21.042175f, -194.11005f) }, { EAetheryteLocation.IlMhegLydhaLran, new(-344.71655f, 48.722046f, 512.2606f) }, - { EAetheryteLocation.IlMhegPiaEnni, new(-72.55664f, 103.95972f, -857.35864f) }, + { EAetheryteLocation.IlMhegPlaEnni, new(-72.55664f, 103.95972f, -857.35864f) }, { EAetheryteLocation.IlMhegWolekdorf, new(380.51416f, 87.20532f, -687.2511f) }, { EAetheryteLocation.TempestOndoCups, new(561.76074f, 352.62073f, -199.17603f) }, { EAetheryteLocation.TempestMacarensesAngle, new(-141.74109f, -280.5371f, 218.00562f) },