[Logging] Improvements to GM Say Logging (#2765)

This commit is contained in:
Chris Miles
2023-01-19 22:24:57 -06:00
committed by GitHub
parent d3e756287e
commit 900837f633
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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();