diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index eb88ec6e..9a516e9c 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/SKSE/Plugins/EnderalVersion.ini b/SKSE/Plugins/EnderalVersion.ini index ece8edc3..1bc9b518 100644 --- a/SKSE/Plugins/EnderalVersion.ini +++ b/SKSE/Plugins/EnderalVersion.ini @@ -1 +1 @@ -version = 2.1 +version = 2.1.1 diff --git a/source/Enderal DLL/src/Util.h b/source/Enderal DLL/src/Util.h index e2c0385a..30652f65 100644 --- a/source/Enderal DLL/src/Util.h +++ b/source/Enderal DLL/src/Util.h @@ -116,7 +116,7 @@ inline void CheckScriptVersions() scripts["_00E_Theriantrophist_PlayerAsWerewolf"] = 1; scripts["_00E_Theriantrophist_AlchemyControl"] = 1; scripts["_00E_PlayerhousingMaster"] = 1; - scripts["_00E_ContainerBonusControl"] = 1; + scripts["_00E_ContainerBonusControl"] = 2; scripts["_00E_AffinityControl"] = 1; scripts["_00E_SympathyControl"] = 1; scripts["_00E_EnderalMCM"] = 1; diff --git a/source/scripts/_00E_ContainerBonusControl.psc b/source/scripts/_00E_ContainerBonusControl.psc index 8e1b91b5..539d3809 100644 --- a/source/scripts/_00E_ContainerBonusControl.psc +++ b/source/scripts/_00E_ContainerBonusControl.psc @@ -2,7 +2,7 @@ Scriptname _00E_ContainerBonusControl extends Quest Hidden ; This script sets up the sleight of hand loot of a chest upon activating it int function _GetScriptVersion() Global - return 1 + return 2 endFunction ;=====================================================================================