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, Targeticons = 0x32,
BnWhisper = 0x33, BnWhisper = 0x33,
BnWhisperInform = 0x34, BnWhisperInform = 0x34,
BnConversation = 0x35, BnInlineToastAlert = 0x35,
BnConversationNotice = 0x36, BnInlineToastBroadcast = 0x36,
BnConversationList = 0x37, BnInlineToastBroadcastInform = 0x37,
BnInlineToastAlert = 0x38, BnInlineToastConversation = 0x38,
BnInlineToastBroadcast = 0x39, BnWhisperPlayerOffline = 0x39,
BnInlineToastBroadcastInform = 0x3a, Currency = 0x3a,
BnInlineToastConversation = 0x3b, QuestBossEmote = 0x3b,
BnWhisperPlayerOffline = 0x3c, PetBattleCombatLog = 0x3c,
CombatGuildXpGain = 0x3d, PetBattleInfo = 0x3d,
Currency = 0x3e, InstanceChat = 0x3e,
QuestBossEmote = 0x3f, InstanceChatLeader = 0x3f,
PetBattleCombatLog = 0x40, GuildItemLooted = 0x40,
PetBattleInfo = 0x41, CommunitiesChannel = 0x41,
InstanceChat = 0x42, VoiceText = 0x42,
InstanceChatLeader = 0x43, Max
Max = 0x44,
} }
public enum ChatRestrictionType public enum ChatRestrictionType