From 5ef55307f50d7a7541296a5b8989733832d7164c Mon Sep 17 00:00:00 2001 From: Nailson Date: Sun, 5 Jul 2015 13:05:12 -0300 Subject: [PATCH] Fix #664 --- src/client/thingtype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/thingtype.cpp b/src/client/thingtype.cpp index fad20257..41fbf9d7 100644 --- a/src/client/thingtype.cpp +++ b/src/client/thingtype.cpp @@ -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: