1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

post-merge fixes

This commit is contained in:
AlexVinS
2015-12-05 13:56:38 +03:00
parent 947edc0693
commit f33bcee84c
7 changed files with 11 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ public:
h & static_cast<CBonusSystemNode&>(*this);
h & name & description & eventText & image & large & advMapDef & iconIndex &
price & possibleSlots & constituents & constituentOf & aClass & id;
if(version>=755)
if(version>=756)
{
h & identifier;
}