mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
typo
This commit is contained in:
parent
77e43cb36f
commit
931f4af2df
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user