aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/game/Chat/ChatLink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Chat/ChatLink.cpp b/src/server/game/Chat/ChatLink.cpp
index e669c796011..8cacfdcefac 100644
--- a/src/server/game/Chat/ChatLink.cpp
+++ b/src/server/game/Chat/ChatLink.cpp
@@ -584,7 +584,7 @@ bool LinkExtractor::IsValidMessage()
break;
char commandChar;
- _iss >> commandChar;
+ _iss.get(commandChar);
// | in normal messages is escaped by ||
if (commandChar != PIPE_CHAR)