mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
Fix for PackageApplied.
This commit is contained in:
@ -152,7 +152,7 @@ struct PackageApplied : public CPackForClient //94
|
||||
|
||||
template <typename Handler> void serialize(Handler &h, const int version)
|
||||
{
|
||||
h & result;
|
||||
h & result & packType;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user