mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Remove duplicate semicolons
This commit is contained in:
@@ -59,7 +59,7 @@ std::string CSkill::getNameTranslated() const
|
||||
|
||||
std::string CSkill::getJsonKey() const
|
||||
{
|
||||
return modScope + ':' + identifier;;
|
||||
return modScope + ':' + identifier;
|
||||
}
|
||||
|
||||
std::string CSkill::getDescriptionTextID(int level) const
|
||||
|
||||
Reference in New Issue
Block a user