1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00
This commit is contained in:
AlexVinS 2016-10-02 01:07:13 +03:00
parent a92e820eb4
commit 8aa57f0cbc

View File

@ -1370,6 +1370,7 @@ struct StacksHealedOrResurrected : public CPackForClient //3013
template <typename Handler> void serialize(Handler &h, const int version) template <typename Handler> void serialize(Handler &h, const int version)
{ {
h & healedStacks & lifeDrain & tentHealing & drainedFrom; h & healedStacks & lifeDrain & tentHealing & drainedFrom;
h & cure;
} }
}; };