mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Update AI/Nullkiller/Goals/ExecuteHeroChain.cpp
Co-authored-by: Andrey Filipenkov <decapitator@ukr.net>
This commit is contained in:
parent
931f4af2df
commit
5e2d87abd7
@ -107,7 +107,7 @@ void ExecuteHeroChain::accept(AIGateway * ai)
|
||||
|| targetNode->turns != 0)
|
||||
{
|
||||
logAi->error(
|
||||
"Unable 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 arrive to %s in 0 turns but he cannot do this",
|
||||
hero->name,
|
||||
node.coord.toString());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user