From c828ccf5f4f50c76c354db7b3fe456c3a634e0f0 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Fri, 5 Jan 2024 19:39:38 +0200 Subject: [PATCH] Fix transmutation bonus activation --- server/battles/BattleActionProcessor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/battles/BattleActionProcessor.cpp b/server/battles/BattleActionProcessor.cpp index a55e42db3..598aa9192 100644 --- a/server/battles/BattleActionProcessor.cpp +++ b/server/battles/BattleActionProcessor.cpp @@ -1301,6 +1301,7 @@ void BattleActionProcessor::handleAfterAttackCasting(const CBattleInfoCallback & // send empty event to client // temporary(?) workaround to force animations to trigger StacksInjured fakeEvent; + fakeEvent.battleID = battle.getBattle()->getBattleID(); gameHandler->sendAndApply(&fakeEvent); }