1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Formatting

This commit is contained in:
Ivan Savenko 2022-12-25 17:42:54 +02:00
parent a0ab760249
commit c906b27859

View File

@ -965,7 +965,7 @@ void CPlayerInterface::battleStacksAttacked(const std::vector<BattleStackAttacke
info.killed = elem.killed();
info.rebirth = elem.willRebirth();
info.cloneKilled = elem.cloneKilled();
info.fireShield = elem.fireShield();
info.fireShield = elem.fireShield();
if (elem.isSpell())
info.spellEffect = elem.spellID;