1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

Fixed invisible creatures from SUMMON_GUARDIANS bonus

This commit is contained in:
Ivan Savenko 2023-09-06 11:29:28 +03:00
parent 9d4d2e0bae
commit ad25bfb4bb

@ -6120,6 +6120,12 @@ void CGameHandler::runBattle()
sendAndApply(&pack);
}
}
// send empty event to client
// temporary(?) workaround to force animations to trigger
StacksInjured fakeEvent;
sendAndApply(&fakeEvent);
}
stackEnchantedTrigger(stack);