mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-09 01:06:07 +02:00
Remove duplicate semicolons
This commit is contained in:
@ -44,7 +44,7 @@ int32_t CHero::getIconIndex() const
|
||||
|
||||
std::string CHero::getJsonKey() const
|
||||
{
|
||||
return modScope + ':' + identifier;;
|
||||
return modScope + ':' + identifier;
|
||||
}
|
||||
|
||||
HeroTypeID CHero::getId() const
|
||||
@ -172,7 +172,7 @@ int32_t CHeroClass::getIconIndex() const
|
||||
|
||||
std::string CHeroClass::getJsonKey() const
|
||||
{
|
||||
return modScope + ':' + identifier;;
|
||||
return modScope + ':' + identifier;
|
||||
}
|
||||
|
||||
HeroClassID CHeroClass::getId() const
|
||||
|
Reference in New Issue
Block a user