aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDDuarte <dnpd.dd@gmail.com>2015-05-25 01:28:39 +0100
committerDDuarte <dnpd.dd@gmail.com>2015-05-25 01:28:54 +0100
commita66cbab73b138672c0db8d9b3865812f17cbd002 (patch)
tree768ccee6327b0f3d4da5019f89dbe60289a6b46d
parentacd4b6fb50c7feb2546a1da7a5adda65aac39897 (diff)
Core/Channel: Update enum ChatNotify
-rw-r--r--src/server/game/Chat/Channels/Channel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/game/Chat/Channels/Channel.h b/src/server/game/Chat/Channels/Channel.h
index 2cfe0797bce..bc6522a753a 100644
--- a/src/server/game/Chat/Channels/Channel.h
+++ b/src/server/game/Chat/Channels/Channel.h
@@ -72,7 +72,9 @@ enum ChatNotify
CHAT_NOT_IN_AREA_NOTICE = 0x20, //+ "[%s] You are not in the correct area for this channel."; -- The user is trying to send a chat to a zone specific channel, and they're not physically in that zone.
CHAT_NOT_IN_LFG_NOTICE = 0x21, //+ "[%s] You must be queued in looking for group before joining this channel."; -- The user must be in the looking for group system to join LFG chat channels.
CHAT_VOICE_ON_NOTICE = 0x22, //+ "[%s] Channel voice enabled by %s.";
- CHAT_VOICE_OFF_NOTICE = 0x23 //+ "[%s] Channel voice disabled by %s.";
+ CHAT_VOICE_OFF_NOTICE = 0x23, //+ "[%s] Channel voice disabled by %s.";
+ CHAT_TRIAL_RESTRICTED = 0x24,
+ CHAT_NOT_ALLOWED_IN_CHANNEL = 0x25
};
enum ChannelFlags