@@ -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
@@ -14,8 +14,8 @@
VCMI_LIB_NAMESPACE_BEGIN
-const ui32 SERIALIZATION_VERSION = 810;
-const ui32 MINIMAL_SERIALIZATION_VERSION = 810;
+const ui32 SERIALIZATION_VERSION = 812;
+const ui32 MINIMAL_SERIALIZATION_VERSION = 812;
const std::string SAVEGAME_MAGIC = "VCMISVG";
class CHero;