mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
Core: Fix build
This commit is contained in:
@@ -53,7 +53,6 @@ class Log
|
||||
void outWarn(LogFilterType f, char const* str, ...) ATTR_PRINTF(3,4);
|
||||
void outError(LogFilterType f, char const* str, ...) ATTR_PRINTF(3,4);
|
||||
void outFatal(LogFilterType f, char const* str, ...) ATTR_PRINTF(3,4);
|
||||
void outOpCode(uint32 op, const char* name, bool smsg);
|
||||
|
||||
void EnableDBAppenders();
|
||||
void outCommand(uint32 account, const char * str, ...) ATTR_PRINTF(3, 4);
|
||||
|
||||
Reference in New Issue
Block a user