mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
- spellbook fix (#1110)
- possible fix for kingdom overview (#1109) - tweaks for recruit window (part of #1113)
This commit is contained in:
@@ -6643,7 +6643,7 @@ void CGShipyard::onHeroVisit( const CGHeroInstance * h ) const
|
||||
cb->setOwner(id, h->tempOwner);
|
||||
|
||||
auto s = state();
|
||||
if(s == IBoatGenerator::GOOD)
|
||||
if(s != IBoatGenerator::GOOD)
|
||||
{
|
||||
InfoWindow iw;
|
||||
iw.player = tempOwner;
|
||||
|
||||
Reference in New Issue
Block a user