mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
fix build
This commit is contained in:
@@ -219,7 +219,7 @@ DLL_LINKAGE CArtifactInstance * ArtifactUtils::createArtifact(CMap * map, const
|
||||
return art;
|
||||
}
|
||||
|
||||
DLL_LINKAGE void ArtifactUtils::insertScrrollSpellName(std::string & description, SpellID & sid)
|
||||
DLL_LINKAGE void ArtifactUtils::insertScrrollSpellName(std::string & description, const SpellID & sid)
|
||||
{
|
||||
// We expect scroll description to be like this: This scroll contains the [spell name] spell which is added
|
||||
// into spell book for as long as hero carries the scroll. So we want to replace text in [...] with a spell name.
|
||||
|
||||
Reference in New Issue
Block a user