Added version to _00E_A2_EyeOfTheStormSC

This commit is contained in:
Eddoursul 2025-03-08 02:18:54 +01:00
parent fce7026435
commit e81bee1105
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -106,6 +106,7 @@ inline void CheckScriptVersions()
};
std::map<std::string, short> scripts;
scripts["_00e_a2_eyeofthestormsc"] = 1;
scripts["EnderalFunctions"] = 1;
scripts["_00E_PlayerFunctions"] = 2;
scripts["_00E_PlayerSetUpScript"] = 1;

View File

@ -2,6 +2,10 @@ Scriptname _00E_A2_EyeOfTheStormSC extends activemagiceffect
Import _00E_TalentLibrary
int function _GetScriptVersion() Global
return 1
endFunction
;=====================================================================================
; EVENTS
;=====================================================================================