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:
parent
8e77b833d9
commit
39f4bc0072
@ -630,6 +630,7 @@ void CClient::battleFinished()
|
||||
battleCallbacks[PlayerColor::SPECTATOR]->setBattle(nullptr);
|
||||
|
||||
setBattle(nullptr);
|
||||
gs->curB.dellNull();
|
||||
}
|
||||
|
||||
void CClient::startPlayerBattleAction(PlayerColor color)
|
||||
|
Loading…
Reference in New Issue
Block a user