Updated versions

This commit is contained in:
Eddoursul 2024-04-23 21:17:14 +02:00
parent 15bab7d1d7
commit 715f290858
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1 +1 @@
version = 2.1 version = 2.1.1

View File

@ -116,7 +116,7 @@ inline void CheckScriptVersions()
scripts["_00E_Theriantrophist_PlayerAsWerewolf"] = 1; scripts["_00E_Theriantrophist_PlayerAsWerewolf"] = 1;
scripts["_00E_Theriantrophist_AlchemyControl"] = 1; scripts["_00E_Theriantrophist_AlchemyControl"] = 1;
scripts["_00E_PlayerhousingMaster"] = 1; scripts["_00E_PlayerhousingMaster"] = 1;
scripts["_00E_ContainerBonusControl"] = 1; scripts["_00E_ContainerBonusControl"] = 2;
scripts["_00E_AffinityControl"] = 1; scripts["_00E_AffinityControl"] = 1;
scripts["_00E_SympathyControl"] = 1; scripts["_00E_SympathyControl"] = 1;
scripts["_00E_EnderalMCM"] = 1; scripts["_00E_EnderalMCM"] = 1;

View File

@ -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 ; This script sets up the sleight of hand loot of a chest upon activating it
int function _GetScriptVersion() Global int function _GetScriptVersion() Global
return 1 return 2
endFunction endFunction
;===================================================================================== ;=====================================================================================