mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Rename LoadLogSysSettings to LoadLogSettings
This commit is contained in:
+1
-1
@@ -578,7 +578,7 @@ void Database::GetFriendsAndIgnore(int charID, std::vector<std::string> &friends
|
||||
|
||||
}
|
||||
|
||||
void Database::LoadLogSysSettings(EQEmuLogSys::LogSettings* log_settings){
|
||||
void Database::LoadLogSettings(EQEmuLogSys::LogSettings* log_settings){
|
||||
std::string query =
|
||||
"SELECT "
|
||||
"log_category_id, "
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@ public:
|
||||
void AddFriendOrIgnore(int CharID, int Type, std::string Name);
|
||||
void RemoveFriendOrIgnore(int CharID, int Type, std::string Name);
|
||||
void GetFriendsAndIgnore(int CharID, std::vector<std::string> &Friends, std::vector<std::string> &Ignorees);
|
||||
void LoadLogSysSettings(EQEmuLogSys::LogSettings* log_settings);
|
||||
void LoadLogSettings(EQEmuLogSys::LogSettings* log_settings);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
+1
-1
@@ -98,7 +98,7 @@ int main() {
|
||||
}
|
||||
|
||||
/* Register Log System and Settings */
|
||||
database.LoadLogSysSettings(Log.log_settings);
|
||||
database.LoadLogSettings(Log.log_settings);
|
||||
Log.StartFileLogs();
|
||||
|
||||
char tmp[64];
|
||||
|
||||
Reference in New Issue
Block a user