mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
missing bracket
This commit is contained in:
parent
9b2908d464
commit
7857673ca9
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user