mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
This commit is contained in:
parent
0b3c1c7185
commit
c86304ac3b
@ -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:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user