1
0
forked from akanyan/mu3-mods

feat(UnlockGameEvents): mission event cycling

* Makes the game use the first available non-cleared mission.
  * Rather than the first available mission period.
* No longer unlocks missions marked as expired by the server.
This commit is contained in:
2025-01-23 02:17:28 +00:00
parent d61fc96056
commit 40484bc94a
3 changed files with 44 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<Company>7EVENDAYS⇔HOLIDAYS</Company>
<Version>3.2.0.0</Version>
<Version>3.3.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Platforms>x64</Platforms>