mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
vcmi: use entilites when possible part 1
This commit is contained in:
@@ -204,7 +204,7 @@ std::string CSpell::getDescriptionTranslated(int32_t level) const
|
||||
|
||||
std::string CSpell::getJsonKey() const
|
||||
{
|
||||
return modScope + ':' + identifier;;
|
||||
return modScope + ':' + identifier;
|
||||
}
|
||||
|
||||
int32_t CSpell::getIndex() const
|
||||
|
||||
Reference in New Issue
Block a user