This commit is contained in:
Tomasz Zieliński
2022-09-14 15:24:39 +02:00
parent 77e43cb36f
commit 931f4af2df
+1 -1
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());