mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
Fixed #1024
This commit is contained in:
@ -4524,8 +4524,8 @@ void CGSeerHut::newTurn() const
|
||||
{
|
||||
if (lastDay >= 0 && lastDay <= cb->getDate(0)) //time is up
|
||||
{
|
||||
cb->setObjProperty (id,11,0);
|
||||
cb->setObjProperty (id,10,0);
|
||||
cb->setObjProperty (id, 11, 0);
|
||||
cb->setObjProperty (id, 10, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user