mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
[Logging] Improvements to GM Say Logging (#2765)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
class WorldBoot {
|
||||
public:
|
||||
static void GMSayHookCallBackProcessWorld(uint16 log_category, std::string message);
|
||||
static void GMSayHookCallBackProcessWorld(uint16 log_category, const char *func, std::string message);
|
||||
static bool HandleCommandInput(int argc, char **argv);
|
||||
static bool LoadServerConfig();
|
||||
static bool LoadDatabaseConnections();
|
||||
|
||||
Reference in New Issue
Block a user