mirror of
https://github.com/edubart/otclient.git
synced 2026-01-12 17:11:29 +01:00
Introduce Item::getName()
This commit is contained in:
@@ -95,6 +95,7 @@ public:
|
||||
uint32 getId() { return m_clientId; }
|
||||
uint16 getClientId() { return m_clientId; }
|
||||
uint16 getServerId() { return m_serverId; }
|
||||
std::string getName();
|
||||
bool isValid();
|
||||
|
||||
void unserializeItem(const BinaryTreePtr& in);
|
||||
|
||||
Reference in New Issue
Block a user