diff options
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index 1518cb6d45e..70a3c4149f9 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -92,7 +92,6 @@ class TRINITY_DLL_SPEC ChatHandler bool HasLowerSecurity(Player* target, uint64 guid, bool strong = false); bool HasLowerSecurityAccount(WorldSession* target, uint32 account, bool strong = false); - void SendGlobalGMSysMessage(const char *str); static bool SetDataForCommandInTable(ChatCommand *table, const char* text, uint32 security, std::string const& help, std::string const& fullcommand ); |