fix: fix dead state for hero

This commit is contained in:
Иванов Иван
2024-08-23 17:29:50 +02:00
parent e0ffa3a62e
commit ca86371137
5 changed files with 2 additions and 30 deletions

View File

@@ -83,7 +83,6 @@ namespace Interlude
{
Services::ServiceLocator::GetInstance().GetLogger()->App(L"{} died", m_Hero->GetFullName().GetNickname());
m_Hero->ClearAttackers();
m_Hero->MarkAsDead();
}
else
{