1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
This commit is contained in:
Tomasz Zieliński 2022-09-14 15:16:26 +02:00
parent 77e43cb36f
commit 931f4af2df

View File

@ -107,7 +107,7 @@ void ExecuteHeroChain::accept(AIGateway * ai)
|| targetNode->turns != 0)
{
logAi->error(
"Enable to complete chain. Expected hero %s to arive to %s in 0 turns but he can not do this",
"Unable to complete chain. Expected hero %s to arive to %s in 0 turns but he can not do this",
hero->name,
node.coord.toString());