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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h
index fd851a559b5..34f59a0095f 100644
--- a/src/game/Chat.h
+++ b/src/game/Chat.h
@@ -63,7 +63,7 @@ class TRINITY_DLL_SPEC ChatHandler
static char* LineFromMessage(char*& pos) { char* start = strtok(pos,"\n"); pos = NULL; return start; }
// function with different implementation for chat/console
- virtual const char *GetMangosString(int32 entry) const;
+ virtual const char *GetTrinityString(int32 entry) const;
virtual void SendSysMessage( const char *str);
void SendSysMessage( int32 entry);