Core/Misc: Updated ChatMsg enum to 9.2.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/b409a37c800b9d572048ee409f1bb138e97b8d8c)
This commit is contained in:
hondacrx
2022-06-01 12:41:00 -04:00
parent a198e03a1d
commit 6d84850790
+15 -16
View File
@@ -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