Added version to _00E_A2_EyeOfTheStormSC
This commit is contained in:
parent
fce7026435
commit
e81bee1105
Binary file not shown.
@ -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;
|
||||
|
||||
@ -2,6 +2,10 @@ Scriptname _00E_A2_EyeOfTheStormSC extends activemagiceffect
|
||||
|
||||
Import _00E_TalentLibrary
|
||||
|
||||
int function _GetScriptVersion() Global
|
||||
return 1
|
||||
endFunction
|
||||
|
||||
;=====================================================================================
|
||||
; EVENTS
|
||||
;=====================================================================================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user