diff --git a/scripts/_00e_a2_eyeofthestormsc.pex b/scripts/_00e_a2_eyeofthestormsc.pex index 187693eda..7e753a9d9 100644 Binary files a/scripts/_00e_a2_eyeofthestormsc.pex and b/scripts/_00e_a2_eyeofthestormsc.pex differ diff --git a/source/Enderal DLL/src/Util.h b/source/Enderal DLL/src/Util.h index 7429db033..9c7d55665 100644 --- a/source/Enderal DLL/src/Util.h +++ b/source/Enderal DLL/src/Util.h @@ -106,6 +106,7 @@ inline void CheckScriptVersions() }; std::map scripts; + scripts["_00e_a2_eyeofthestormsc"] = 1; scripts["EnderalFunctions"] = 1; scripts["_00E_PlayerFunctions"] = 2; scripts["_00E_PlayerSetUpScript"] = 1; diff --git a/source/scripts/_00e_a2_eyeofthestormsc.psc b/source/scripts/_00e_a2_eyeofthestormsc.psc index f1b545eb2..8292cb80e 100644 --- a/source/scripts/_00e_a2_eyeofthestormsc.psc +++ b/source/scripts/_00e_a2_eyeofthestormsc.psc @@ -2,6 +2,10 @@ Scriptname _00E_A2_EyeOfTheStormSC extends activemagiceffect Import _00E_TalentLibrary +int function _GetScriptVersion() Global + return 1 +endFunction + ;===================================================================================== ; EVENTS ;=====================================================================================