diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index f4c56317..5fd023b5 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/SKSE/Plugins/EnderalSE.dll b/SKSE/Plugins/EnderalSE.dll index e058109f..db60213e 100644 --- a/SKSE/Plugins/EnderalSE.dll +++ b/SKSE/Plugins/EnderalSE.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8798ceb4c614655e3d3314acb2206d9efadaf383a00f2619c422967e9b4163dd +oid sha256:2672a34820e8f3cac71ba28296fbafb5a92142f00e847e398e4319627cc81a8b size 737280 diff --git a/scripts/_fs_phasmalist_affinitycontrolquest.pex b/scripts/_fs_phasmalist_affinitycontrolquest.pex deleted file mode 100644 index f381ccb9..00000000 Binary files a/scripts/_fs_phasmalist_affinitycontrolquest.pex and /dev/null differ diff --git a/source/Enderal DLL/src/Util.h b/source/Enderal DLL/src/Util.h index 9e7aaaf3..e54a0452 100644 --- a/source/Enderal DLL/src/Util.h +++ b/source/Enderal DLL/src/Util.h @@ -110,9 +110,6 @@ inline void CheckScriptVersions() RE::BSTSmartPointer{ new ScriptVersionCallback("_00E_QuestFunctions", 1) }; - RE::BSTSmartPointer{ - new ScriptVersionCallback("_00E_Game_SkillmenuSC", 1) - }; RE::BSTSmartPointer{ new ScriptVersionCallback("_00E_Theriantrophist_AlchemyControl", 1) }; diff --git a/source/scripts/_fs_phasmalist_affinitycontrolquest.psc b/source/scripts/_fs_phasmalist_affinitycontrolquest.psc deleted file mode 100644 index 3a9cd650..00000000 --- a/source/scripts/_fs_phasmalist_affinitycontrolquest.psc +++ /dev/null @@ -1,17 +0,0 @@ -Scriptname _FS_Phasmalist_AffinityControlQuest extends Quest -{ OBSOLETE. Left for backward save compatibility. -The functions of the old code have been moved to magic effects of the apparition ability. } - -_00E_FS_Affinity_SpectralWarriorSC spectralWarriorEventsListener -_00E_FS_Affinity_RitualistSC ritualistEventsListener - -Function OnGameLoad() - If spectralWarriorEventsListener - spectralWarriorEventsListener.OnLoadGame() - spectralWarriorEventsListener = None - EndIf - If ritualistEventsListener - ritualistEventsListener.OnLoadGame() - ritualistEventsListener = None - EndIf -EndFunction