1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Fix 1916 water wheel reward

This commit is contained in:
Vadim Markovtsev
2016-01-30 19:11:22 +03:00
parent b0d9b8bf63
commit eb4331baf6
2 changed files with 22 additions and 6 deletions

View File

@@ -306,6 +306,8 @@ public:
CGVisitableOPW();
void setPropertyDer(ui8 what, ui32 val) override;
template <typename Handler> void serialize(Handler &h, const int version)
{
h & static_cast<CRewardableObject&>(*this);