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)
|
switch(artOrRes)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0: // first visit but empty
|
||||||
txtid++;
|
txtid+=2;
|
||||||
break;
|
break;
|
||||||
case 1: //art
|
case 1: //art
|
||||||
iw.components.push_back(Component(Component::ARTIFACT,bonusType,0,0));
|
iw.components.push_back(Component(Component::ARTIFACT,bonusType,0,0));
|
||||||
|
Reference in New Issue
Block a user