Bump to 21 (#59)

This commit is contained in:
ksh 2021-12-12 12:17:05 +09:00 committed by GitHub
parent 22e13854e7
commit d5009243cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@ namespace DutyContent
{
class DcConfig
{
public static int PluginTag => 20;
public static int PluginTag => 21;
public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
public static bool PluginEnable { get; set; }

View file

@ -3,9 +3,10 @@
* Duty finding codes from https://github.com/purutu/ACT.DFAssist
* Network analyzer codes from https://github.com/Noisyfox/ACT.FFXIVPing
## 6.0
* FATE/Duty/Match/Instance/Zone **working**
* Critical Engagement ***not** working*
## For 6.0(EndWalker) update
* Critical Engament alert is not working correctly
* Progress visible in new area's FATEs is not shown correctly
* Most of instace dungeons are added. but, need more time to add FATEs (Actually I don't know how to gather FATEs information 😱)
---