1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Possible fix for #923

This commit is contained in:
AlexVinS
2015-04-11 07:18:40 +03:00
parent b55ab61605
commit 6cf82ceab5
2 changed files with 2 additions and 2 deletions

View File

@@ -1175,7 +1175,7 @@ void BattleResult::applyGs( CGameState *gs )
{
if(auto h = gs->curB->battleGetFightingHero(i))
{
h->getBonusList().remove_if(Bonus::OneBattle); //remove any "until next battle" bonuses
h->popBonuses(Bonus::OneBattle); //remove any "until next battle" bonuses
if (h->commander && h->commander->alive)
{
for (auto art : h->commander->artifactsWorn) //increment bonuses for commander artifacts