1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Reset battle bonuses on client side

This commit is contained in:
nordsoft 2023-04-11 17:25:19 +04:00
parent 8e77b833d9
commit 39f4bc0072

View File

@ -630,6 +630,7 @@ void CClient::battleFinished()
battleCallbacks[PlayerColor::SPECTATOR]->setBattle(nullptr);
setBattle(nullptr);
gs->curB.dellNull();
}
void CClient::startPlayerBattleAction(PlayerColor color)