mirror of
https://github.com/edubart/otclient.git
synced 2026-01-02 04:27:11 +01:00
Fix typo & bind ItemType::isWritable
This commit is contained in:
@@ -148,8 +148,7 @@ public:
|
||||
std::string getDesc() { return m_attribs.get<std::string>(ItemTypeAttrDesc); }
|
||||
|
||||
bool isNull() { return m_null; }
|
||||
|
||||
bool isWriteable() { return m_attribs.get<bool>(ItemTypeAttrWritable); }
|
||||
bool isWritable() { return m_attribs.get<bool>(ItemTypeAttrWritable); }
|
||||
|
||||
private:
|
||||
ItemCategory m_category;
|
||||
|
||||
Reference in New Issue
Block a user