1
0
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:
Frank Zago
2009-10-22 05:39:04 +00:00
parent 218194c36e
commit 20c4fbd25c

View File

@@ -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));