Updated versions
This commit is contained in:
parent
15bab7d1d7
commit
715f290858
Binary file not shown.
@ -1 +1 @@
|
||||
version = 2.1
|
||||
version = 2.1.1
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
||||
;=====================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user