1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +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.killed = elem.killed();
info.rebirth = elem.willRebirth(); info.rebirth = elem.willRebirth();
info.cloneKilled = elem.cloneKilled(); info.cloneKilled = elem.cloneKilled();
info.fireShield = elem.fireShield(); info.fireShield = elem.fireShield();
if (elem.isSpell()) if (elem.isSpell())
info.spellEffect = elem.spellID; info.spellEffect = elem.spellID;