4
Fork 0

Updated versions

development
Eddoursul 2 weeks ago
parent 15bab7d1d7
commit 715f290858
  1. BIN
      Enderal - Forgotten Stories.esm
  2. 2
      SKSE/Plugins/EnderalVersion.ini
  3. 2
      source/Enderal DLL/src/Util.h
  4. 2
      source/scripts/_00E_ContainerBonusControl.psc

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…
Cancel
Save