@@ -63,7 +63,7 @@ public:
h & animation;
h & appearAnimation;
h & triggerAnimation;
- if (version > 805)
+ if (version > 806)
{
h & appearSound;
h & triggerSound;
@@ -14,7 +14,7 @@
VCMI_LIB_NAMESPACE_BEGIN
-const ui32 SERIALIZATION_VERSION = 806;
+const ui32 SERIALIZATION_VERSION = 807;
const ui32 MINIMAL_SERIALIZATION_VERSION = 805;
const std::string SAVEGAME_MAGIC = "VCMISVG";
@@ -85,7 +85,7 @@ public:
template <typename Handler> void serialize(Handler & h, const int version)
h & resourceName;
h & effectName;
h & verticalPosition;
h & pause;