mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Added Query to track visit duration for Taverns and Markets
This commit is contained in:
@@ -283,7 +283,7 @@ void CGObjectInstance::onHeroVisit( const CGHeroInstance * h ) const
|
||||
break;
|
||||
case Obj::TAVERN:
|
||||
{
|
||||
openWindow(EOpenWindowMode::TAVERN_WINDOW,h->id.getNum(),id.getNum());
|
||||
cb->showObjectWindow(this, EOpenWindowMode::TAVERN_WINDOW, h, true);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user