mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fixed bug 43.
This commit is contained in:
@@ -274,7 +274,7 @@ void CHeroGSlot::clickLeft(tribool down, bool previousState)
|
||||
else if(other->hero && other->highlight)
|
||||
{
|
||||
bool allow = true;
|
||||
if(!upg) //moving hero out of town - check if it is allowed
|
||||
if(upg) //moving hero out of town - check if it is allowed
|
||||
{
|
||||
if(!hero && LOCPLINT->cb->howManyHeroes(false) >= 8)
|
||||
{
|
||||
|
Reference in New Issue
Block a user