Fixed Epic Spell research

Fixed Epic Spell research.  Cleaned up events.  Full compile.  Updated release.
This commit is contained in:
Jaysyn904
2023-11-14 21:52:21 -05:00
parent f69e979e53
commit a513a8c6d0
22 changed files with 591 additions and 208 deletions

View File

@@ -11,7 +11,7 @@
void main()
{
ExecuteScript("prc_onmodload", OBJECT_SELF);
ExecuteScript("x2_mod_def_load", OBJECT_SELF);
ExecuteScript("onmoduleload", OBJECT_SELF);
}