1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Fix error messages on bad morale

This commit is contained in:
Ivan Savenko 2023-08-24 19:10:53 +03:00
parent b057230d85
commit 66f555f1f7

View File

@ -499,6 +499,7 @@ bool BattleActionProcessor::dispatchBattleAction(const BattleAction & ba)
{
switch(ba.actionType)
{
case EActionType::BAD_MORALE:
case EActionType::NO_ACTION:
return doEmptyAction(ba);
case EActionType::END_TACTIC_PHASE: