mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fixed bug 187.
This commit is contained in:
@@ -3846,8 +3846,8 @@ void CGOnceVisitable::onHeroVisit( const CGHeroInstance * h ) const
|
||||
{
|
||||
switch(artOrRes)
|
||||
{
|
||||
case 0:
|
||||
txtid++;
|
||||
case 0: // first visit but empty
|
||||
txtid+=2;
|
||||
break;
|
||||
case 1: //art
|
||||
iw.components.push_back(Component(Component::ARTIFACT,bonusType,0,0));
|
||||
|
Reference in New Issue
Block a user