Fix minimap tile update for item removal

This commit is contained in:
Ahmed Samy
2013-12-18 04:38:18 +02:00
parent 863bece70b
commit ad7cda534d
2 changed files with 9 additions and 7 deletions

View File

@@ -149,6 +149,8 @@ public:
bool isNull() { return m_null; }
bool isWriteable() { return m_attribs.get<bool>(ItemTypeAttrWritable); }
private:
ItemCategory m_category;
stdext::boolean<true> m_null;