mirror of
https://github.com/edubart/otclient.git
synced 2026-01-02 04:27:11 +01:00
Fix minimap tile update for item removal
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user