1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00
This commit is contained in:
AlexVinS 2017-01-26 10:52:19 +03:00
parent 0b3c1c7185
commit c86304ac3b

View File

@ -242,7 +242,7 @@ void CQuest::getRolloverText(MetaString &ms, bool onHover) const
switch(missionType)
{
case MISSION_LEVEL:
ms.addReplacement(boost::lexical_cast<std::string>(m13489val));
ms.addReplacement(m13489val);
break;
case MISSION_PRIMARY_STAT:
{