diff options
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index b5d9de4faf7..6ecbe9ac186 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -79,6 +79,7 @@ class ChatHandler virtual bool isAvailable(ChatCommand const& cmd) const; virtual bool needReportToTarget(Player* chr) const; + bool HasLowerSecurity(Player* target, uint64 guid); void SendGlobalSysMessage(const char *str); void SendGlobalGMSysMessage(const char *str); |