mirror of
https://github.com/edubart/otclient.git
synced 2025-10-22 23:35:54 +02:00
Implemented a function to save .dat file
This commit is contained in:
@@ -41,6 +41,8 @@ public:
|
||||
void loadXml(const std::string& file);
|
||||
void parseItemType(uint16 id, TiXmlElement *elem);
|
||||
|
||||
void saveDat(std::string fileName);
|
||||
|
||||
void addItemType(const ItemTypePtr& itemType);
|
||||
const ItemTypePtr& findItemTypeByClientId(uint16 id);
|
||||
const ItemTypePtr& findItemTypeByName(std::string name);
|
||||
|
Reference in New Issue
Block a user