aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r--src/game/Chat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h
index 796c0acaa70..252c198300b 100644
--- a/src/game/Chat.h
+++ b/src/game/Chat.h
@@ -76,6 +76,7 @@ class TRINITY_DLL_SPEC ChatHandler
static ChatCommand* getCommandTable();
bool isValidChatMessage(const char* msg);
+ void SendGlobalSysMessage(const char *str);
protected:
explicit ChatHandler() : m_session(NULL) {} // for CLI subclass
@@ -91,7 +92,7 @@ class TRINITY_DLL_SPEC ChatHandler
bool HasLowerSecurity(Player* target, uint64 guid, bool strong = false);
bool HasLowerSecurityAccount(WorldSession* target, uint32 account, bool strong = false);
- void SendGlobalSysMessage(const char *str);
+
void SendGlobalGMSysMessage(const char *str);
static bool SetDataForCommandInTable(ChatCommand *table, const char* text, uint32 security, std::string const& help, std::string const& fullcommand );