Fixes for creatures name

fixes on save houses (Now open most generate some error)
First 10.22 commit (open dat to edit)
Add server id for new versions
This commit is contained in:
BrunoDCC
2013-11-09 20:04:48 -02:00
parent 6f9436dd60
commit c81a623c43
7 changed files with 51 additions and 17 deletions

View File

@@ -103,6 +103,7 @@ 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);