Browse Source

Formatting

Ivan Savenko 2 years ago
parent
commit
c906b27859
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/CPlayerInterface.cpp

+ 1 - 1
client/CPlayerInterface.cpp

@@ -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;