1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

Moved artifact-related text to CArtifact class.

This commit is contained in:
DjWarmonger
2012-12-06 19:03:47 +00:00
parent a6388652d3
commit cff758cfba
8 changed files with 38 additions and 30 deletions

View File

@ -3790,7 +3790,7 @@ void CGArtifact::onHeroVisit( const CGHeroInstance * h ) const
if(message.length())
iw.text << message;
else
iw.text << std::pair<ui8,ui32>(12,subID);
iw.text << std::pair<ui8, ui32> (MetaString::ART_EVNTS, subID);
}
break;
case Obj::SPELL_SCROLL: