Skip to content

Commit

Permalink
紧急修复一个api变动导致的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealKamisama committed Jan 9, 2024
1 parent e47adf7 commit dc1c31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WFBot/Features/Utils/WFObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public partial class WMAAttribute

public enum Group { Default, Melee, Top };

public enum Units { Percent, Seconds };
public enum Units { Percent, Seconds, Multiply };
public class WFContentApi
{
public ExportRelicArcane[] ExportRelicArcanes => RExportRelicArcanes.Value;
Expand Down

0 comments on commit dc1c31d

Please sign in to comment.