mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Intermediate commit
This commit is contained in:
@@ -735,7 +735,7 @@ void ApplyFirstClientNetPackVisitor::visitBattleUpdateGateState(BattleUpdateGate
|
||||
|
||||
void ApplyFirstClientNetPackVisitor::visitBattleResult(BattleResult & pack)
|
||||
{
|
||||
callBattleInterfaceIfPresentForBothSides(cl, &IBattleEventsReceiver::battleEnd, &pack);
|
||||
callBattleInterfaceIfPresentForBothSides(cl, &IBattleEventsReceiver::battleEnd, &pack, queryID);
|
||||
cl.battleFinished();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user