This reverts commit d9952495391f7ac77dd32dcf33f487e146b3655b.
@@ -72,7 +72,7 @@ bool Rewardable::Limiter::heroAllowed(const CGHeroInstance * hero) const
if(daysPassed != 0)
{
- if (IObjectInterface::cb->getDate(Date::DAY) <= daysPassed)
+ if (IObjectInterface::cb->getDate(Date::DAY) < daysPassed)
return false;
}