diff --git a/scripts/_00e_mqp02_functions.pex b/scripts/_00e_mqp02_functions.pex index 7848b60ef..30adbc20d 100644 Binary files a/scripts/_00e_mqp02_functions.pex and b/scripts/_00e_mqp02_functions.pex differ diff --git a/source/scripts/_00e_mqp02_functions.psc b/source/scripts/_00e_mqp02_functions.psc index 8cdb393c4..e7c251e08 100644 --- a/source/scripts/_00e_mqp02_functions.psc +++ b/source/scripts/_00e_mqp02_functions.psc @@ -84,10 +84,10 @@ EndFunction Function AddRacialAbilites() - Spell racialAb_Aeterna = Game.GetFormFromFile(0x0101EC69, "Enderal - Forgotten Stories.esm") as Spell - Spell racialAb_Arazalean = Game.GetFormFromFile(0x0101EC68, "Enderal - Forgotten Stories.esm") as Spell - Spell racialAb_Kilean = Game.GetFormFromFile(0x0101EC67, "Enderal - Forgotten Stories.esm") as Spell - Spell racialAb_Qyranian = Game.GetFormFromFile(0x0101EC66, "Enderal - Forgotten Stories.esm") as Spell + Spell racialAb_Aeterna = Game.GetFormFromFile(0x1EC69, "Enderal - Forgotten Stories.esm") as Spell + Spell racialAb_Arazalean = Game.GetFormFromFile(0x1EC68, "Enderal - Forgotten Stories.esm") as Spell + Spell racialAb_Kilean = Game.GetFormFromFile(0x1EC67, "Enderal - Forgotten Stories.esm") as Spell + Spell racialAb_Qyranian = Game.GetFormFromFile(0x1EC66, "Enderal - Forgotten Stories.esm") as Spell If Player.GetRace() == HighElfRace