mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
commit
0642fb66cd
@ -244,12 +244,12 @@ void ThingType::unserialize(uint16 clientId, ThingCategory category, const FileS
|
|||||||
m_attribs.set(attr, market);
|
m_attribs.set(attr, market);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ThingAttrUsable:
|
|
||||||
case ThingAttrElevation: {
|
case ThingAttrElevation: {
|
||||||
m_elevation = fin->getU16();
|
m_elevation = fin->getU16();
|
||||||
m_attribs.set(attr, m_elevation);
|
m_attribs.set(attr, m_elevation);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case ThingAttrUsable:
|
||||||
case ThingAttrGround:
|
case ThingAttrGround:
|
||||||
case ThingAttrWritable:
|
case ThingAttrWritable:
|
||||||
case ThingAttrWritableOnce:
|
case ThingAttrWritableOnce:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user