diff --git a/Source/Framework/Constants/SharedConst.cs b/Source/Framework/Constants/SharedConst.cs index 2052d43e7..6701b83cd 100644 --- a/Source/Framework/Constants/SharedConst.cs +++ b/Source/Framework/Constants/SharedConst.cs @@ -796,22 +796,21 @@ namespace Framework.Constants Targeticons = 0x32, BnWhisper = 0x33, BnWhisperInform = 0x34, - BnConversation = 0x35, - BnConversationNotice = 0x36, - BnConversationList = 0x37, - BnInlineToastAlert = 0x38, - BnInlineToastBroadcast = 0x39, - BnInlineToastBroadcastInform = 0x3a, - BnInlineToastConversation = 0x3b, - BnWhisperPlayerOffline = 0x3c, - CombatGuildXpGain = 0x3d, - Currency = 0x3e, - QuestBossEmote = 0x3f, - PetBattleCombatLog = 0x40, - PetBattleInfo = 0x41, - InstanceChat = 0x42, - InstanceChatLeader = 0x43, - Max = 0x44, + BnInlineToastAlert = 0x35, + BnInlineToastBroadcast = 0x36, + BnInlineToastBroadcastInform = 0x37, + BnInlineToastConversation = 0x38, + BnWhisperPlayerOffline = 0x39, + Currency = 0x3a, + QuestBossEmote = 0x3b, + PetBattleCombatLog = 0x3c, + PetBattleInfo = 0x3d, + InstanceChat = 0x3e, + InstanceChatLeader = 0x3f, + GuildItemLooted = 0x40, + CommunitiesChannel = 0x41, + VoiceText = 0x42, + Max } public enum ChatRestrictionType