Converted ClearRaid to QueryDatabase, added ClearAllRaids utility method

This commit is contained in:
Arthur Ice
2014-07-05 19:33:45 -07:00
committed by Arthur Ice
parent c80f803ba7
commit 34739b71b3
2 changed files with 31 additions and 9 deletions
+6
View File
@@ -270,6 +270,12 @@ private:
*/
void ClearAllGroupLeaders();
void ClearAllGroups();
/*
* Raid, utility methods.
*/
void ClearAllRaids();
};
bool FetchRowMap(MYSQL_RES *result, std::map<std::string,std::string> &rowmap);