From 20c4fbd25cf25e54533e420502de2995f3fff9cd Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Thu, 22 Oct 2009 05:39:04 +0000 Subject: [PATCH] Fixed bug 187. --- hch/CObjectHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hch/CObjectHandler.cpp b/hch/CObjectHandler.cpp index 781ccdbdf..7fea8e787 100644 --- a/hch/CObjectHandler.cpp +++ b/hch/CObjectHandler.cpp @@ -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));