chore: blockcountry, blockexception removed

This commit is contained in:
Berkay
2025-09-23 00:32:01 +03:00
parent 161ebd23f7
commit e4ac10025d
15 changed files with 0 additions and 580 deletions

View File

@@ -93,10 +93,6 @@ class DBManager : public singleton<DBManager>
DWORD CountQueryResult() { return m_sql.CountResult(); }
void ResetQueryResult() { m_sql.ResetQueryFinished(); }
// BLOCK EXCEPTION
void RequestBlockException(const char *login, int cmd);
// BLOCK EXCEPTION
void LoadDBString();
const std::string & GetDBString(const std::string& key);
const std::vector<std::string> & GetGreetMessage();