mirror of
https://github.com/edubart/otclient.git
synced 2025-12-31 11:37:12 +01:00
Protocol 10.93
This commit is contained in:
@@ -115,8 +115,8 @@ public:
|
||||
void sendSeekInContainer(int cid, int index);
|
||||
void sendBuyStoreOffer(int offerId, int productType, const std::string& name);
|
||||
void sendRequestTransactionHistory(int page, int entriesPerPage);
|
||||
void sendRequestStoreOffers(const std::string& categoryName);
|
||||
void sendOpenStore();
|
||||
void sendRequestStoreOffers(const std::string& categoryName, int serviceType);
|
||||
void sendOpenStore(int serviceType, const std::string &category);
|
||||
void sendTransferCoins(const std::string& recipient, int amount);
|
||||
void sendOpenTransactionHistory(int entiresPerPage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user