1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00
This commit is contained in:
DJWarmonger 2018-08-04 13:18:05 +02:00
parent 9e34ef5534
commit aa9c6d3716

View File

@ -1106,8 +1106,6 @@ TSubgoal Goals::CollectRes::whatToDoToTrade()
}
}
return sptr(Goals::Invalid()); //cannot trade
//TODO: separate goal to execute trade?
//return sptr(setisElementar(true)); //not sure why we are here
}
bool CollectRes::fulfillsMe(TSubgoal goal)