Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: update ECommons.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jul 26, 2023
1 parent 5146627 commit 20fbc5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ActionTimelineEx/Timeline/TimelineManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ private void ActionFromSelf(ActionEffectSet set)
{
switch (x.type)
{
case (ActionEffectType)14 when recordTarget: // ApplyStatusEffectTarget
case (ActionEffectType)15: // ApplyStatusEffectSource
case ActionEffectType.ApplyStatusEffectTarget when recordTarget:
case ActionEffectType.ApplyStatusEffectSource:
var icon = GetStatusIcon(x.value, true);
if (icon != 0) statusGain.Add(icon);
break;
Expand Down

0 comments on commit 20fbc5c

Please sign in to comment.