Core/PacketIO: Rename new 9.1.5 opcodes
Port From (https://github.com/TrinityCore/TrinityCore/commit/bd2d8875a1e5728074edfd9ad9776d46064cacf4)
This commit is contained in:
@@ -27,11 +27,11 @@ namespace Framework.Constants
|
|||||||
ActivateSoulbind = 0x33df,
|
ActivateSoulbind = 0x33df,
|
||||||
ActivateTaxi = 0x34b1,
|
ActivateTaxi = 0x34b1,
|
||||||
AddonList = 0x35d8,
|
AddonList = 0x35d8,
|
||||||
|
AddAccountCosmetic = 0x32aa,
|
||||||
AddBattlenetFriend = 0x365a,
|
AddBattlenetFriend = 0x365a,
|
||||||
AddFriend = 0x36cd,
|
AddFriend = 0x36cd,
|
||||||
AddIgnore = 0x36d1,
|
AddIgnore = 0x36d1,
|
||||||
AddToy = 0x32a9,
|
AddToy = 0x32a9,
|
||||||
AddTransmogCosmeticCollectionSource = 0x32aa,
|
|
||||||
AdventureJournalOpenQuest = 0x3206,
|
AdventureJournalOpenQuest = 0x3206,
|
||||||
AdventureJournalUpdateSuggestions = 0x33e2,
|
AdventureJournalUpdateSuggestions = 0x33e2,
|
||||||
AdventureMapStartQuest = 0x335f,
|
AdventureMapStartQuest = 0x335f,
|
||||||
@@ -809,12 +809,12 @@ namespace Framework.Constants
|
|||||||
public enum ServerOpcodes : uint
|
public enum ServerOpcodes : uint
|
||||||
{
|
{
|
||||||
AbortNewWorld = 0x259a,
|
AbortNewWorld = 0x259a,
|
||||||
|
AccountCosmeticAdded = 0x2884,
|
||||||
AccountCriteriaUpdate = 0x286a,
|
AccountCriteriaUpdate = 0x286a,
|
||||||
AccountDataTimes = 0x26fb,
|
AccountDataTimes = 0x26fb,
|
||||||
AccountMountUpdate = 0x25ac,
|
AccountMountUpdate = 0x25ac,
|
||||||
AccountNotifications = 0x2883,
|
AccountNotificationsResponse = 0x2883,
|
||||||
AccountToyUpdate = 0x25ad,
|
AccountToyUpdate = 0x25ad,
|
||||||
AccountTransmogCosmeticCollectionSourceAdded = 0x2884,
|
|
||||||
AccountTransmogSetFavoritesUpdate = 0x25b0,
|
AccountTransmogSetFavoritesUpdate = 0x25b0,
|
||||||
AccountTransmogUpdate = 0x25af,
|
AccountTransmogUpdate = 0x25af,
|
||||||
AchievementDeleted = 0x26da,
|
AchievementDeleted = 0x26da,
|
||||||
@@ -984,6 +984,7 @@ namespace Framework.Constants
|
|||||||
CapturePointRemoved = 0x292a,
|
CapturePointRemoved = 0x292a,
|
||||||
CastFailed = 0x2c57,
|
CastFailed = 0x2c57,
|
||||||
CategoryCooldown = 0x2c16,
|
CategoryCooldown = 0x2c16,
|
||||||
|
ChainMissileBounce = 0x25c3,
|
||||||
ChallengeModeComplete = 0x2602,
|
ChallengeModeComplete = 0x2602,
|
||||||
ChallengeModeRequestLeadersResult = 0x2606,
|
ChallengeModeRequestLeadersResult = 0x2606,
|
||||||
ChallengeModeReset = 0x2601,
|
ChallengeModeReset = 0x2601,
|
||||||
@@ -1355,7 +1356,7 @@ namespace Framework.Constants
|
|||||||
ItemPushResult = 0x2619,
|
ItemPushResult = 0x2619,
|
||||||
ItemTimeUpdate = 0x2744,
|
ItemTimeUpdate = 0x2744,
|
||||||
KickReason = 0x267e,
|
KickReason = 0x267e,
|
||||||
LatencyReport = 0x2885,
|
LatencyReportPing = 0x2885,
|
||||||
LearnedSpells = 0x2c4d,
|
LearnedSpells = 0x2c4d,
|
||||||
LearnPvpTalentFailed = 0x25cd,
|
LearnPvpTalentFailed = 0x25cd,
|
||||||
LearnTalentFailed = 0x25cc,
|
LearnTalentFailed = 0x25cc,
|
||||||
@@ -1625,7 +1626,7 @@ namespace Framework.Constants
|
|||||||
PvpMatchStart = 0x294d,
|
PvpMatchStart = 0x294d,
|
||||||
PvpMatchStatistics = 0x2931,
|
PvpMatchStatistics = 0x2931,
|
||||||
PvpOptionsEnabled = 0x2933,
|
PvpOptionsEnabled = 0x2933,
|
||||||
PvpTierUpdate = 0x2886,
|
PvpTierRecord = 0x2886,
|
||||||
QueryBattlePetNameResponse = 0x291a,
|
QueryBattlePetNameResponse = 0x291a,
|
||||||
QueryCreatureResponse = 0x2914,
|
QueryCreatureResponse = 0x2914,
|
||||||
QueryGameObjectResponse = 0x2915,
|
QueryGameObjectResponse = 0x2915,
|
||||||
@@ -1866,7 +1867,7 @@ namespace Framework.Constants
|
|||||||
UndeleteCooldownStatusResponse = 0x27ba,
|
UndeleteCooldownStatusResponse = 0x27ba,
|
||||||
UnlearnedSpells = 0x2c4e,
|
UnlearnedSpells = 0x2c4e,
|
||||||
UnloadChildMap = 0x257a,
|
UnloadChildMap = 0x257a,
|
||||||
UpdateAadcStatus = 0x2887,
|
UpdateAadcStatusResponse = 0x2887,
|
||||||
UpdateAccountData = 0x26fa,
|
UpdateAccountData = 0x26fa,
|
||||||
UpdateActionButtons = 0x25d8,
|
UpdateActionButtons = 0x25d8,
|
||||||
UpdateBnetSessionKey = 0x2811,
|
UpdateBnetSessionKey = 0x2811,
|
||||||
|
|||||||
Reference in New Issue
Block a user