mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 13:36:36 +00:00
Add a copy of load log settings to UCS because of how split Database classes are laid out
This commit is contained in:
+2
-1
@@ -57,7 +57,8 @@ public:
|
||||
void ExpireMail();
|
||||
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 GetFriendsAndIgnore(int CharID, std::vector<std::string> &Friends, std::vector<std::string> &Ignorees);
|
||||
void LoadLogSysSettings(EQEmuLogSys::LogSettings* log_settings);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user