This commit is contained in:
Nailson 2015-07-05 13:05:12 -03:00
parent b9848f360c
commit 5ef55307f5
1 changed files with 1 additions and 1 deletions

View File

@ -244,12 +244,12 @@ void ThingType::unserialize(uint16 clientId, ThingCategory category, const FileS
m_attribs.set(attr, market);
break;
}
case ThingAttrUsable:
case ThingAttrElevation: {
m_elevation = fin->getU16();
m_attribs.set(attr, m_elevation);
break;
}
case ThingAttrUsable:
case ThingAttrGround:
case ThingAttrWritable:
case ThingAttrWritableOnce: