1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix for PackageApplied.

This commit is contained in:
Michał W. Urbańczyk 2009-07-31 20:27:44 +00:00
parent 78afb07f52
commit a923058b71

View File

@ -152,7 +152,7 @@ struct PackageApplied : public CPackForClient //94
template <typename Handler> void serialize(Handler &h, const int version)
{
h & result;
h & result & packType;
}
};