@@ -788,7 +788,7 @@ public:
template <typename Handler> void serialize(Handler &h, const int version)
{
- h & static_cast<CGObjectInstance&>(*this) & static_cast<CQuest&>(*this);
+ h & static_cast<CArmedInstance&>(*this) & static_cast<CQuest&>(*this);
h & rewardType & rID & rVal & seerName;
}
};