mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Serialization version bump
This commit is contained in:
@@ -35,7 +35,7 @@ int32_t CCreature::getIconIndex() const
|
||||
|
||||
std::string CCreature::getJsonKey() const
|
||||
{
|
||||
return modScope + ':' + identifier;;
|
||||
return modScope + ':' + identifier;
|
||||
}
|
||||
|
||||
void CCreature::registerIcons(const IconRegistar & cb) const
|
||||
|
||||
Reference in New Issue
Block a user