diff --git a/DcConfig.cs b/DcConfig.cs index 781c196..b428933 100644 --- a/DcConfig.cs +++ b/DcConfig.cs @@ -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; } diff --git a/README.md b/README.md index 64c889c..bbef4a4 100644 --- a/README.md +++ b/README.md @@ -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 😱) ---