1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

missing bracket

This commit is contained in:
Laserlicht 2024-01-22 20:22:15 +01:00 committed by GitHub
parent 9b2908d464
commit 7857673ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,6 +178,7 @@ bool HeroPoolProcessor::hireHero(const ObjectInstanceID & objectID, const HeroTy
if(!heroesPool->isHeroAvailableFor(nextHero, player) && gameHandler->complain("Cannot invite specified hero!"))
return false;
}
if(town) //tavern in town
{