Skip to content

Commit

Permalink
fix boss hp percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
foglio1024 committed Jan 7, 2024
1 parent 16806e8 commit 33e5619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TCC.Core/UI/Controls/NPCs/BossViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void OnPropertyChanged(object? sender, PropertyChangedEventArgs e)
{
switch (e.PropertyName)
{
case nameof(NPC.CurrentHP):
case nameof(NPC.HPFactor):
if (NPC.Enraged)
{
if (_addEnrageItem)
Expand Down

0 comments on commit 33e5619

Please sign in to comment.