mirror of
https://github.com/edubart/otclient.git
synced 2025-10-22 23:35:54 +02:00
Support for Protocols up to 10.71, Adventurer Blessing
This commit is contained in:
@@ -66,6 +66,7 @@ public:
|
||||
uint32 getDatSignature() { return m_datSignature; }
|
||||
uint32 getOtbMajorVersion() { return m_otbMajorVersion; }
|
||||
uint32 getOtbMinorVersion() { return m_otbMinorVersion; }
|
||||
uint16 getContentRevision() { return m_contentRevision; }
|
||||
|
||||
bool isDatLoaded() { return m_datLoaded; }
|
||||
bool isXmlLoaded() { return m_xmlLoaded; }
|
||||
@@ -89,6 +90,7 @@ private:
|
||||
uint32 m_otbMinorVersion;
|
||||
uint32 m_otbMajorVersion;
|
||||
uint32 m_datSignature;
|
||||
uint16 m_contentRevision;
|
||||
};
|
||||
|
||||
extern ThingTypeManager g_things;
|
||||
|
Reference in New Issue
Block a user