1
0
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:
Konstantin
2023-03-27 14:56:39 +03:00
parent 4259d116e1
commit 22dd97ad18
7 changed files with 9 additions and 9 deletions

View File

@@ -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