Browse Source

Another tweak for Seer Hut serialization.

DjWarmonger 13 years ago
parent
commit
10122f8153
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/CObjectHandler.h

+ 1 - 1
lib/CObjectHandler.h

@@ -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;
 	}
 };