mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
Minor changes in sql classes
This commit is contained in:
@@ -73,6 +73,7 @@ public:
|
||||
std::string getDataString(const std::string &s);
|
||||
|
||||
bool next();
|
||||
int getRowCount() { return mysql_num_rows(m_res); }
|
||||
|
||||
private:
|
||||
typedef std::map<const std::string, uint32_t> ListNames;
|
||||
|
||||
Reference in New Issue
Block a user