1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

Revert "Auxiliary commit to revert individual files from 2bf8cdc9f525099348439c700af0466955f01b30"

This reverts commit d9952495391f7ac77dd32dcf33f487e146b3655b.
This commit is contained in:
nordsoft 2023-10-13 23:35:37 +02:00
parent 2bf8cdc9f5
commit 5f52e6b35e

View File

@ -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;
}