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:
parent
78afb07f52
commit
a923058b71
@ -152,7 +152,7 @@ struct PackageApplied : public CPackForClient //94
|
||||
|
||||
template <typename Handler> void serialize(Handler &h, const int version)
|
||||
{
|
||||
h & result;
|
||||
h & result & packType;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user