mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fixed invisible creatures from SUMMON_GUARDIANS bonus
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user