mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +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!"))
|
if(!heroesPool->isHeroAvailableFor(nextHero, player) && gameHandler->complain("Cannot invite specified hero!"))
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if(town) //tavern in town
|
if(town) //tavern in town
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user