Browse Source

Reset battle bonuses on client side

nordsoft 2 years ago
parent
commit
39f4bc0072
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/Client.cpp

+ 1 - 0
client/Client.cpp

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