diff options
author | raczman <none@none> | 2009-04-12 10:53:44 +0200 |
---|---|---|
committer | raczman <none@none> | 2009-04-12 10:53:44 +0200 |
commit | 49ee13d556f84f65fc154a1e8ff160716f3f4780 (patch) | |
tree | d330f694b70728e73aa7cf629a87384fd83a8e46 /src | |
parent | 66f60f4c6e8e0354fb1a5f93e00b96ef34de11b2 (diff) |
Removed unneeded function from Chat.h.
--HG--
branch : trunk
Diffstat (limited to 'src')
-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 34125fc15c1..8a1d11b4886 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -504,7 +504,6 @@ class ChatHandler GameObject* GetObjectGlobalyWithGuidOrNearWithDbGuid(uint32 lowguid,uint32 entry); // Utility methods for commands - void ShowTicket(uint64 guid, char const* text, char const* time); bool LookupPlayerSearchCommand(QueryResult* result, int32 limit); bool HandleBanListHelper(QueryResult* result); bool HandleBanHelper(BanMode mode,char const* args); |