mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
Fixed double serialization, possible cause of #1051.
This commit is contained in:
@ -789,7 +789,7 @@ public:
|
||||
template <typename Handler> void serialize(Handler &h, const int version)
|
||||
{
|
||||
h & static_cast<CGObjectInstance&>(*this) & static_cast<CQuest&>(*this);
|
||||
h & rewardType & rID & rVal & textOption & seerName;
|
||||
h & rewardType & rID & rVal & seerName;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user