diff options
| author | megamage <none@none> | 2008-12-29 17:27:50 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-29 17:27:50 -0600 |
| commit | f70d5a22c7efdef6caab5d9ddf433d689e5f0dbc (patch) | |
| tree | 1d600a20630e92f7fe848abdc87b9f48c6dd15b6 /src/game/Chat.h | |
| parent | 35ce5ca6ba2ac8f0a70049cca652a541f2e10bec (diff) | |
*Update to Mangos 6982.
--HG--
branch : trunk
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); |
