From ecf92ed8b9ff44aedc28bb2404166f5c6e752709 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Mon, 15 Nov 2021 20:41:18 -0500 Subject: [PATCH] Core/PacketIO: Rename new 9.1.5 opcodes Port From (https://github.com/TrinityCore/TrinityCore/commit/bd2d8875a1e5728074edfd9ad9776d46064cacf4) --- Source/Framework/Constants/Network/Opcodes.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Source/Framework/Constants/Network/Opcodes.cs b/Source/Framework/Constants/Network/Opcodes.cs index 816f5a5c0..3cc6306d1 100644 --- a/Source/Framework/Constants/Network/Opcodes.cs +++ b/Source/Framework/Constants/Network/Opcodes.cs @@ -27,11 +27,11 @@ namespace Framework.Constants ActivateSoulbind = 0x33df, ActivateTaxi = 0x34b1, AddonList = 0x35d8, + AddAccountCosmetic = 0x32aa, AddBattlenetFriend = 0x365a, AddFriend = 0x36cd, AddIgnore = 0x36d1, AddToy = 0x32a9, - AddTransmogCosmeticCollectionSource = 0x32aa, AdventureJournalOpenQuest = 0x3206, AdventureJournalUpdateSuggestions = 0x33e2, AdventureMapStartQuest = 0x335f, @@ -809,12 +809,12 @@ namespace Framework.Constants public enum ServerOpcodes : uint { AbortNewWorld = 0x259a, + AccountCosmeticAdded = 0x2884, AccountCriteriaUpdate = 0x286a, AccountDataTimes = 0x26fb, AccountMountUpdate = 0x25ac, - AccountNotifications = 0x2883, + AccountNotificationsResponse = 0x2883, AccountToyUpdate = 0x25ad, - AccountTransmogCosmeticCollectionSourceAdded = 0x2884, AccountTransmogSetFavoritesUpdate = 0x25b0, AccountTransmogUpdate = 0x25af, AchievementDeleted = 0x26da, @@ -984,6 +984,7 @@ namespace Framework.Constants CapturePointRemoved = 0x292a, CastFailed = 0x2c57, CategoryCooldown = 0x2c16, + ChainMissileBounce = 0x25c3, ChallengeModeComplete = 0x2602, ChallengeModeRequestLeadersResult = 0x2606, ChallengeModeReset = 0x2601, @@ -1355,7 +1356,7 @@ namespace Framework.Constants ItemPushResult = 0x2619, ItemTimeUpdate = 0x2744, KickReason = 0x267e, - LatencyReport = 0x2885, + LatencyReportPing = 0x2885, LearnedSpells = 0x2c4d, LearnPvpTalentFailed = 0x25cd, LearnTalentFailed = 0x25cc, @@ -1625,7 +1626,7 @@ namespace Framework.Constants PvpMatchStart = 0x294d, PvpMatchStatistics = 0x2931, PvpOptionsEnabled = 0x2933, - PvpTierUpdate = 0x2886, + PvpTierRecord = 0x2886, QueryBattlePetNameResponse = 0x291a, QueryCreatureResponse = 0x2914, QueryGameObjectResponse = 0x2915, @@ -1866,7 +1867,7 @@ namespace Framework.Constants UndeleteCooldownStatusResponse = 0x27ba, UnlearnedSpells = 0x2c4e, UnloadChildMap = 0x257a, - UpdateAadcStatus = 0x2887, + UpdateAadcStatusResponse = 0x2887, UpdateAccountData = 0x26fa, UpdateActionButtons = 0x25d8, UpdateBnetSessionKey = 0x2811,