From f307f175a331687f7706c94c0443d992d880c331 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Sun, 7 Nov 2021 20:38:35 -0500 Subject: [PATCH] Core/Misc: 9.1.5 enum updates Port From (https://github.com/TrinityCore/TrinityCore/commit/82c2365782f3d8f3d896160a1df6b5fa47058986) --- .../Constants/Authentication/AuthConst.cs | 38 +- Source/Framework/Constants/ConnectConst.cs | 5 +- Source/Framework/Constants/ItemConst.cs | 1 + Source/Framework/Constants/SharedConst.cs | 2022 +++++++++-------- .../Framework/Constants/Spells/SpellConst.cs | 42 +- 5 files changed, 1092 insertions(+), 1016 deletions(-) diff --git a/Source/Framework/Constants/Authentication/AuthConst.cs b/Source/Framework/Constants/Authentication/AuthConst.cs index 06f4b2e6a..0c8f49268 100644 --- a/Source/Framework/Constants/Authentication/AuthConst.cs +++ b/Source/Framework/Constants/Authentication/AuthConst.cs @@ -105,24 +105,26 @@ namespace Framework.Constants CharLoginLockedByRevokedVasTransaction = 76, CharLoginLockedByRestriction = 77, - CharNameSuccess = 78, - CharNameFailure = 79, - CharNameNoName = 80, - CharNameTooShort = 81, - CharNameTooLong = 82, - CharNameInvalidCharacter = 83, - CharNameMixedLanguages = 84, - CharNameProfane = 85, - CharNameReserved = 86, - CharNameInvalidApostrophe = 87, - CharNameMultipleApostrophes = 88, - CharNameThreeConsecutive = 89, - CharNameInvalidSpace = 90, - CharNameConsecutiveSpaces = 91, - CharNameRussianConsecutiveSilentCharacters = 92, - CharNameRussianSilentCharacterAtBeginningOrEnd = 93, - CharNameDeclensionDoesntMatchBaseName = 94, - CharNameSpacesDisallowed = 95 + CharLoginLockedForRealmPlaytype = 78, + + CharNameSuccess = 79, + CharNameFailure = 80, + CharNameNoName = 81, + CharNameTooShort = 82, + CharNameTooLong = 83, + CharNameInvalidCharacter = 84, + CharNameMixedLanguages = 85, + CharNameProfane = 86, + CharNameReserved = 87, + CharNameInvalidApostrophe = 88, + CharNameMultipleApostrophes = 89, + CharNameThreeConsecutive = 90, + CharNameInvalidSpace = 91, + CharNameConsecutiveSpaces = 92, + CharNameRussianConsecutiveSilentCharacters = 93, + CharNameRussianSilentCharacterAtBeginningOrEnd = 94, + CharNameDeclensionDoesntMatchBaseName = 95, + CharNameSpacesDisallowed = 96, } public enum CharacterUndeleteResult diff --git a/Source/Framework/Constants/ConnectConst.cs b/Source/Framework/Constants/ConnectConst.cs index 2af6056e5..6af59f61d 100644 --- a/Source/Framework/Constants/ConnectConst.cs +++ b/Source/Framework/Constants/ConnectConst.cs @@ -48,6 +48,9 @@ namespace Framework.Constants LockedByMobileAH = 8, TemporaryGMLock = 9, LockedByCharacterUpgrade = 10, - LockedByRevokedCharacterUpgrade = 11 + LockedByRevokedCharacterUpgrade = 11, + LockedByRevokedVASTransaction = 17, + LockedByRestriction = 19, + LockedForRealmPlaytype = 23 } } diff --git a/Source/Framework/Constants/ItemConst.cs b/Source/Framework/Constants/ItemConst.cs index 86844e01c..1681d0381 100644 --- a/Source/Framework/Constants/ItemConst.cs +++ b/Source/Framework/Constants/ItemConst.cs @@ -1136,6 +1136,7 @@ namespace Framework.Constants CantDoThatRightNow2 = 108,// You Can'T Do That Right Now. NotInNpe = 109,// Not Available During The Tutorial ItemCooldown = 110,// Item Is Not Ready Yet. + NotInRatedBattleground = 111,// You can't do that in a rated battleground. } public enum BuyResult diff --git a/Source/Framework/Constants/SharedConst.cs b/Source/Framework/Constants/SharedConst.cs index 3303aaf5e..e0e966bbb 100644 --- a/Source/Framework/Constants/SharedConst.cs +++ b/Source/Framework/Constants/SharedConst.cs @@ -1816,1002 +1816,1032 @@ namespace Framework.Constants LearnToyS = 68, LearnHeirloomS = 69, LearnTransmogS = 70, - CompletedTransmogSetS = 71, - RevokeTransmogS = 72, - InvitePlayerS = 73, - InviteSelf = 74, - InvitedToGroupSs = 75, - InvitedAlreadyInGroupSs = 76, - AlreadyInGroupS = 77, - CrossRealmRaidInvite = 78, - PlayerBusyS = 79, - NewLeaderS = 80, - NewLeaderYou = 81, - NewGuideS = 82, - NewGuideYou = 83, - LeftGroupS = 84, - LeftGroupYou = 85, - GroupDisbanded = 86, - DeclineGroupS = 87, - JoinedGroupS = 88, - UninviteYou = 89, - BadPlayerNameS = 90, - NotInGroup = 91, - TargetNotInGroupS = 92, - TargetNotInInstanceS = 93, - NotInInstanceGroup = 94, - GroupFull = 95, - NotLeader = 96, - PlayerDiedS = 97, - GuildCreateS = 98, - GuildInviteS = 99, - InvitedToGuildSss = 100, - AlreadyInGuildS = 101, - AlreadyInvitedToGuildS = 102, - InvitedToGuild = 103, - AlreadyInGuild = 104, - GuildAccept = 105, - GuildDeclineS = 106, - GuildDeclineAutoS = 107, - GuildPermissions = 108, - GuildJoinS = 109, - GuildFounderS = 110, - GuildPromoteSss = 111, - GuildDemoteSs = 112, - GuildDemoteSss = 113, - GuildInviteSelf = 114, - GuildQuitS = 115, - GuildLeaveS = 116, - GuildRemoveSs = 117, - GuildRemoveSelf = 118, - GuildDisbandS = 119, - GuildDisbandSelf = 120, - GuildLeaderS = 121, - GuildLeaderSelf = 122, - GuildPlayerNotFoundS = 123, - GuildPlayerNotInGuildS = 124, - GuildPlayerNotInGuild = 125, - GuildCantPromoteS = 126, - GuildCantDemoteS = 127, - GuildNotInAGuild = 128, - GuildInternal = 129, - GuildLeaderIsS = 130, - GuildLeaderChangedSs = 131, - GuildDisbanded = 132, - GuildNotAllied = 133, - GuildLeaderLeave = 134, - GuildRanksLocked = 135, - GuildRankInUse = 136, - GuildRankTooHighS = 137, - GuildRankTooLowS = 138, - GuildNameExistsS = 139, - GuildWithdrawLimit = 140, - GuildNotEnoughMoney = 141, - GuildTooMuchMoney = 142, - GuildBankConjuredItem = 143, - GuildBankEquippedItem = 144, - GuildBankBoundItem = 145, - GuildBankQuestItem = 146, - GuildBankWrappedItem = 147, - GuildBankFull = 148, - GuildBankWrongTab = 149, - NoGuildCharter = 150, - OutOfRange = 151, - PlayerDead = 152, - ClientLockedOut = 153, - ClientOnTransport = 154, - KilledByS = 155, - LootLocked = 156, - LootTooFar = 157, - LootDidntKill = 158, - LootBadFacing = 159, - LootNotstanding = 160, - LootStunned = 161, - LootNoUi = 162, - LootWhileInvulnerable = 163, - NoLoot = 164, - QuestAcceptedS = 165, - QuestCompleteS = 166, - QuestFailedS = 167, - QuestFailedBagFullS = 168, - QuestFailedMaxCountS = 169, - QuestFailedLowLevel = 170, - QuestFailedMissingItems = 171, - QuestFailedWrongRace = 172, - QuestFailedNotEnoughMoney = 173, - QuestFailedExpansion = 174, - QuestOnlyOneTimed = 175, - QuestNeedPrereqs = 176, - QuestNeedPrereqsCustom = 177, - QuestAlreadyOn = 178, - QuestAlreadyDone = 179, - QuestAlreadyDoneDaily = 180, - QuestHasInProgress = 181, - QuestRewardExpI = 182, - QuestRewardMoneyS = 183, - QuestMustChoose = 184, - QuestLogFull = 185, - CombatDamageSsi = 186, - InspectS = 187, - CantUseItem = 188, - CantUseItemInArena = 189, - CantUseItemInRatedBattleground = 190, - MustEquipItem = 191, - PassiveAbility = 192, - SkillNotFound2h = 193, - NoAttackTarget = 194, - InvalidAttackTarget = 195, - AttackPvpTargetWhileUnflagged = 196, - AttackStunned = 197, - AttackPacified = 198, - AttackMounted = 199, - AttackFleeing = 200, - AttackConfused = 201, - AttackCharmed = 202, - AttackDead = 203, - AttackPreventedByMechanicS = 204, - AttackChannel = 205, - Taxisamenode = 206, - Taxinosuchpath = 207, - Taxiunspecifiedservererror = 208, - Taxinotenoughmoney = 209, - Taxitoofaraway = 210, - Taxinovendornearby = 211, - Taxinotvisited = 212, - Taxiplayerbusy = 213, - Taxiplayeralreadymounted = 214, - Taxiplayershapeshifted = 215, - Taxiplayermoving = 216, - Taxinopaths = 217, - Taxinoteligible = 218, - Taxinotstanding = 219, - NoReplyTarget = 220, - GenericNoTarget = 221, - InitiateTradeS = 222, - TradeRequestS = 223, - TradeBlockedS = 224, - TradeTargetDead = 225, - TradeTooFar = 226, - TradeCancelled = 227, - TradeComplete = 228, - TradeBagFull = 229, - TradeTargetBagFull = 230, - TradeMaxCountExceeded = 231, - TradeTargetMaxCountExceeded = 232, - InventoryTradeTooManyUniqueItem = 233, - AlreadyTrading = 234, - MountInvalidmountee = 235, - MountToofaraway = 236, - MountAlreadymounted = 237, - MountNotmountable = 238, - MountNotyourpet = 239, - MountOther = 240, - MountLooting = 241, - MountRacecantmount = 242, - MountShapeshifted = 243, - MountNoFavorites = 244, - DismountNopet = 245, - DismountNotmounted = 246, - DismountNotyourpet = 247, - SpellFailedTotems = 248, - SpellFailedReagents = 249, - SpellFailedReagentsGeneric = 250, - SpellFailedOptionalReagents = 251, - CantTradeGold = 252, - SpellFailedEquippedItem = 253, - SpellFailedEquippedItemClassS = 254, - SpellFailedShapeshiftFormS = 255, - SpellFailedAnotherInProgress = 256, - Badattackfacing = 257, - Badattackpos = 258, - ChestInUse = 259, - UseCantOpen = 260, - UseLocked = 261, - DoorLocked = 262, - ButtonLocked = 263, - UseLockedWithItemS = 264, - UseLockedWithSpellS = 265, - UseLockedWithSpellKnownSi = 266, - UseTooFar = 267, - UseBadAngle = 268, - UseObjectMoving = 269, - UseSpellFocus = 270, - UseDestroyed = 271, - SetLootFreeforall = 272, - SetLootRoundrobin = 273, - SetLootMaster = 274, - SetLootGroup = 275, - SetLootThresholdS = 276, - NewLootMasterS = 277, - SpecifyMasterLooter = 278, - LootSpecChangedS = 279, - TameFailed = 280, - ChatWhileDead = 281, - ChatPlayerNotFoundS = 282, - Newtaxipath = 283, - NoPet = 284, - Notyourpet = 285, - PetNotRenameable = 286, - QuestObjectiveCompleteS = 287, - QuestUnknownComplete = 288, - QuestAddKillSii = 289, - QuestAddFoundSii = 290, - QuestAddItemSii = 291, - QuestAddPlayerKillSii = 292, - Cannotcreatedirectory = 293, - Cannotcreatefile = 294, - PlayerWrongFaction = 295, - PlayerIsNeutral = 296, - BankslotFailedTooMany = 297, - BankslotInsufficientFunds = 298, - BankslotNotbanker = 299, - FriendDbError = 300, - FriendListFull = 301, - FriendAddedS = 302, - BattletagFriendAddedS = 303, - FriendOnlineSs = 304, - FriendOfflineS = 305, - FriendNotFound = 306, - FriendWrongFaction = 307, - FriendRemovedS = 308, - BattletagFriendRemovedS = 309, - FriendError = 310, - FriendAlreadyS = 311, - FriendSelf = 312, - FriendDeleted = 313, - IgnoreFull = 314, - IgnoreSelf = 315, - IgnoreNotFound = 316, - IgnoreAlreadyS = 317, - IgnoreAddedS = 318, - IgnoreRemovedS = 319, - IgnoreAmbiguous = 320, - IgnoreDeleted = 321, - OnlyOneBolt = 322, - OnlyOneAmmo = 323, - SpellFailedEquippedSpecificItem = 324, - WrongBagTypeSubclass = 325, - CantWrapStackable = 326, - CantWrapEquipped = 327, - CantWrapWrapped = 328, - CantWrapBound = 329, - CantWrapUnique = 330, - CantWrapBags = 331, - OutOfMana = 332, - OutOfRage = 333, - OutOfFocus = 334, - OutOfEnergy = 335, - OutOfChi = 336, - OutOfHealth = 337, - OutOfRunes = 338, - OutOfRunicPower = 339, - OutOfSoulShards = 340, - OutOfLunarPower = 341, - OutOfHolyPower = 342, - OutOfMaelstrom = 343, - OutOfComboPoints = 344, - OutOfInsanity = 345, - OutOfArcaneCharges = 346, - OutOfFury = 347, - OutOfPain = 348, - OutOfPowerDisplay = 349, - LootGone = 350, - MountForceddismount = 351, - AutofollowTooFar = 352, - UnitNotFound = 353, - InvalidFollowTarget = 354, - InvalidFollowPvpCombat = 355, - InvalidFollowTargetPvpCombat = 356, - InvalidInspectTarget = 357, - GuildemblemSuccess = 358, - GuildemblemInvalidTabardColors = 359, - GuildemblemNoguild = 360, - GuildemblemNotguildmaster = 361, - GuildemblemNotenoughmoney = 362, - GuildemblemInvalidvendor = 363, - EmblemerrorNotabardgeoset = 364, - SpellOutOfRange = 365, - CommandNeedsTarget = 366, - NoammoS = 367, - Toobusytofollow = 368, - DuelRequested = 369, - DuelCancelled = 370, - Deathbindalreadybound = 371, - DeathbindSuccessS = 372, - Noemotewhilerunning = 373, - ZoneExplored = 374, - ZoneExploredXp = 375, - InvalidItemTarget = 376, - InvalidQuestTarget = 377, - IgnoringYouS = 378, - FishNotHooked = 379, - FishEscaped = 380, - SpellFailedNotunsheathed = 381, - PetitionOfferedS = 382, - PetitionSigned = 383, - PetitionSignedS = 384, - PetitionDeclinedS = 385, - PetitionAlreadySigned = 386, - PetitionRestrictedAccountTrial = 387, - PetitionAlreadySignedOther = 388, - PetitionInGuild = 389, - PetitionCreator = 390, - PetitionNotEnoughSignatures = 391, - PetitionNotSameServer = 392, - PetitionFull = 393, - PetitionAlreadySignedByS = 394, - GuildNameInvalid = 395, - SpellUnlearnedS = 396, - PetSpellRooted = 397, - PetSpellAffectingCombat = 398, - PetSpellOutOfRange = 399, - PetSpellNotBehind = 400, - PetSpellTargetsDead = 401, - PetSpellDead = 402, - PetSpellNopath = 403, - ItemCantBeDestroyed = 404, - TicketAlreadyExists = 405, - TicketCreateError = 406, - TicketUpdateError = 407, - TicketDbError = 408, - TicketNoText = 409, - TicketTextTooLong = 410, - ObjectIsBusy = 411, - ExhaustionWellrested = 412, - ExhaustionRested = 413, - ExhaustionNormal = 414, - ExhaustionTired = 415, - ExhaustionExhausted = 416, - NoItemsWhileShapeshifted = 417, - CantInteractShapeshifted = 418, - RealmNotFound = 419, - MailQuestItem = 420, - MailBoundItem = 421, - MailConjuredItem = 422, - MailBag = 423, - MailToSelf = 424, - MailTargetNotFound = 425, - MailDatabaseError = 426, - MailDeleteItemError = 427, - MailWrappedCod = 428, - MailCantSendRealm = 429, - MailTempReturnOutage = 430, - MailSent = 431, - NotHappyEnough = 432, - UseCantImmune = 433, - CantBeDisenchanted = 434, - CantUseDisarmed = 435, - AuctionQuestItem = 436, - AuctionBoundItem = 437, - AuctionConjuredItem = 438, - AuctionLimitedDurationItem = 439, - AuctionWrappedItem = 440, - AuctionLootItem = 441, - AuctionBag = 442, - AuctionEquippedBag = 443, - AuctionDatabaseError = 444, - AuctionBidOwn = 445, - AuctionBidIncrement = 446, - AuctionHigherBid = 447, - AuctionMinBid = 448, - AuctionRepairItem = 449, - AuctionUsedCharges = 450, - AuctionAlreadyBid = 451, - AuctionHouseUnavailable = 452, - AuctionItemHasQuote = 453, - AuctionHouseBusy = 454, - AuctionStarted = 455, - AuctionRemoved = 456, - AuctionOutbidS = 457, - AuctionWonS = 458, - AuctionCommodityWonS = 459, - AuctionSoldS = 460, - AuctionExpiredS = 461, - AuctionRemovedS = 462, - AuctionBidPlaced = 463, - LogoutFailed = 464, - QuestPushSuccessS = 465, - QuestPushInvalidS = 466, - QuestPushAcceptedS = 467, - QuestPushDeclinedS = 468, - QuestPushBusyS = 469, - QuestPushDeadS = 470, - QuestPushLogFullS = 471, - QuestPushOnquestS = 472, - QuestPushAlreadyDoneS = 473, - QuestPushNotDailyS = 474, - QuestPushTimerExpiredS = 475, - QuestPushNotInPartyS = 476, - QuestPushDifferentServerDailyS = 477, - QuestPushNotAllowedS = 478, - RaidGroupLowlevel = 479, - RaidGroupOnly = 480, - RaidGroupFull = 481, - RaidGroupRequirementsUnmatch = 482, - CorpseIsNotInInstance = 483, - PvpKillHonorable = 484, - PvpKillDishonorable = 485, - SpellFailedAlreadyAtFullHealth = 486, - SpellFailedAlreadyAtFullMana = 487, - SpellFailedAlreadyAtFullPowerS = 488, - AutolootMoneyS = 489, - GenericStunned = 490, - GenericThrottle = 491, - ClubFinderSearchingTooFast = 492, - TargetStunned = 493, - MustRepairDurability = 494, - RaidYouJoined = 495, - RaidYouLeft = 496, - InstanceGroupJoinedWithParty = 497, - InstanceGroupJoinedWithRaid = 498, - RaidMemberAddedS = 499, - RaidMemberRemovedS = 500, - InstanceGroupAddedS = 501, - InstanceGroupRemovedS = 502, - ClickOnItemToFeed = 503, - TooManyChatChannels = 504, - LootRollPending = 505, - LootPlayerNotFound = 506, - NotInRaid = 507, - LoggingOut = 508, - TargetLoggingOut = 509, - NotWhileMounted = 510, - NotWhileShapeshifted = 511, - NotInCombat = 512, - NotWhileDisarmed = 513, - PetBroken = 514, - TalentWipeError = 515, - SpecWipeError = 516, - GlyphWipeError = 517, - PetSpecWipeError = 518, - FeignDeathResisted = 519, - MeetingStoneInQueueS = 520, - MeetingStoneLeftQueueS = 521, - MeetingStoneOtherMemberLeft = 522, - MeetingStonePartyKickedFromQueue = 523, - MeetingStoneMemberStillInQueue = 524, - MeetingStoneSuccess = 525, - MeetingStoneInProgress = 526, - MeetingStoneMemberAddedS = 527, - MeetingStoneGroupFull = 528, - MeetingStoneNotLeader = 529, - MeetingStoneInvalidLevel = 530, - MeetingStoneTargetNotInParty = 531, - MeetingStoneTargetInvalidLevel = 532, - MeetingStoneMustBeLeader = 533, - MeetingStoneNoRaidGroup = 534, - MeetingStoneNeedParty = 535, - MeetingStoneNotFound = 536, - MeetingStoneTargetInVehicle = 537, - GuildemblemSame = 538, - EquipTradeItem = 539, - PvpToggleOn = 540, - PvpToggleOff = 541, - GroupJoinBattlegroundDeserters = 542, - GroupJoinBattlegroundDead = 543, - GroupJoinBattlegroundS = 544, - GroupJoinBattlegroundFail = 545, - GroupJoinBattlegroundTooMany = 546, - SoloJoinBattlegroundS = 547, - JoinSingleScenarioS = 548, - BattlegroundTooManyQueues = 549, - BattlegroundCannotQueueForRated = 550, - BattledgroundQueuedForRated = 551, - BattlegroundTeamLeftQueue = 552, - BattlegroundNotInBattleground = 553, - AlreadyInArenaTeamS = 554, - InvalidPromotionCode = 555, - BgPlayerJoinedSs = 556, - BgPlayerLeftS = 557, - RestrictedAccount = 558, - RestrictedAccountTrial = 559, - PlayTimeExceeded = 560, - ApproachingPartialPlayTime = 561, - ApproachingPartialPlayTime2 = 562, - ApproachingNoPlayTime = 563, - ApproachingNoPlayTime2 = 564, - UnhealthyTime = 565, - ChatRestrictedTrial = 566, - ChatThrottled = 567, - MailReachedCap = 568, - InvalidRaidTarget = 569, - RaidLeaderReadyCheckStartS = 570, - ReadyCheckInProgress = 571, - ReadyCheckThrottled = 572, - DungeonDifficultyFailed = 573, - DungeonDifficultyChangedS = 574, - TradeWrongRealm = 575, - TradeNotOnTaplist = 576, - ChatPlayerAmbiguousS = 577, - LootCantLootThatNow = 578, - LootMasterInvFull = 579, - LootMasterUniqueItem = 580, - LootMasterOther = 581, - FilteringYouS = 582, - UsePreventedByMechanicS = 583, - ItemUniqueEquippable = 584, - LfgLeaderIsLfmS = 585, - LfgPending = 586, - CantSpeakLangage = 587, - VendorMissingTurnins = 588, - BattlegroundNotInTeam = 589, - NotInBattleground = 590, - NotEnoughHonorPoints = 591, - NotEnoughArenaPoints = 592, - SocketingRequiresMetaGem = 593, - SocketingMetaGemOnlyInMetaslot = 594, - SocketingRequiresHydraulicGem = 595, - SocketingHydraulicGemOnlyInHydraulicslot = 596, - SocketingRequiresCogwheelGem = 597, - SocketingCogwheelGemOnlyInCogwheelslot = 598, - SocketingItemTooLowLevel = 599, - ItemMaxCountSocketed = 600, - SystemDisabled = 601, - QuestFailedTooManyDailyQuestsI = 602, - ItemMaxCountEquippedSocketed = 603, - ItemUniqueEquippableSocketed = 604, - UserSquelched = 605, - AccountSilenced = 606, - PartyMemberSilenced = 607, - PartyMemberSilencedLfgDelist = 608, - TooMuchGold = 609, - NotBarberSitting = 610, - QuestFailedCais = 611, - InviteRestrictedTrial = 612, - VoiceIgnoreFull = 613, - VoiceIgnoreSelf = 614, - VoiceIgnoreNotFound = 615, - VoiceIgnoreAlreadyS = 616, - VoiceIgnoreAddedS = 617, - VoiceIgnoreRemovedS = 618, - VoiceIgnoreAmbiguous = 619, - VoiceIgnoreDeleted = 620, - UnknownMacroOptionS = 621, - NotDuringArenaMatch = 622, - PlayerSilenced = 623, - PlayerUnsilenced = 624, - ComsatDisconnect = 625, - ComsatReconnectAttempt = 626, - ComsatConnectFail = 627, - MailInvalidAttachmentSlot = 628, - MailTooManyAttachments = 629, - MailInvalidAttachment = 630, - MailAttachmentExpired = 631, - VoiceChatParentalDisableMic = 632, - ProfaneChatName = 633, - PlayerSilencedEcho = 634, - PlayerUnsilencedEcho = 635, - LootCantLootThat = 636, - ArenaExpiredCais = 637, - GroupActionThrottled = 638, - AlreadyPickpocketed = 639, - NameInvalid = 640, - NameNoName = 641, - NameTooShort = 642, - NameTooLong = 643, - NameMixedLanguages = 644, - NameProfane = 645, - NameReserved = 646, - NameThreeConsecutive = 647, - NameInvalidSpace = 648, - NameConsecutiveSpaces = 649, - NameRussianConsecutiveSilentCharacters = 650, - NameRussianSilentCharacterAtBeginningOrEnd = 651, - NameDeclensionDoesntMatchBaseName = 652, - RecruitAFriendNotLinked = 653, - RecruitAFriendNotNow = 654, - RecruitAFriendSummonLevelMax = 655, - RecruitAFriendSummonCooldown = 656, - RecruitAFriendSummonOffline = 657, - RecruitAFriendInsufExpanLvl = 658, - RecruitAFriendMapIncomingTransferNotAllowed = 659, - NotSameAccount = 660, - BadOnUseEnchant = 661, - TradeSelf = 662, - TooManySockets = 663, - ItemMaxLimitCategoryCountExceededIs = 664, - TradeTargetMaxLimitCategoryCountExceededIs = 665, - ItemMaxLimitCategorySocketedExceededIs = 666, - ItemMaxLimitCategoryEquippedExceededIs = 667, - ShapeshiftFormCannotEquip = 668, - ItemInventoryFullSatchel = 669, - ScalingStatItemLevelExceeded = 670, - ScalingStatItemLevelTooLow = 671, - PurchaseLevelTooLow = 672, - GroupSwapFailed = 673, - InviteInCombat = 674, - InvalidGlyphSlot = 675, - GenericNoValidTargets = 676, - CalendarEventAlertS = 677, - PetLearnSpellS = 678, - PetLearnAbilityS = 679, - PetSpellUnlearnedS = 680, - InviteUnknownRealm = 681, - InviteNoPartyServer = 682, - InvitePartyBusy = 683, - PartyTargetAmbiguous = 684, - PartyLfgInviteRaidLocked = 685, - PartyLfgBootLimit = 686, - PartyLfgBootCooldownS = 687, - PartyLfgBootNotEligibleS = 688, - PartyLfgBootInpatientTimerS = 689, - PartyLfgBootInProgress = 690, - PartyLfgBootTooFewPlayers = 691, - PartyLfgBootVoteSucceeded = 692, - PartyLfgBootVoteFailed = 693, - PartyLfgBootInCombat = 694, - PartyLfgBootDungeonComplete = 695, - PartyLfgBootLootRolls = 696, - PartyLfgBootVoteRegistered = 697, - PartyPrivateGroupOnly = 698, - PartyLfgTeleportInCombat = 699, - RaidDisallowedByLevel = 700, - RaidDisallowedByCrossRealm = 701, - PartyRoleNotAvailable = 702, - JoinLfgObjectFailed = 703, - LfgRemovedLevelup = 704, - LfgRemovedXpToggle = 705, - LfgRemovedFactionChange = 706, - BattlegroundInfoThrottled = 707, - BattlegroundAlreadyIn = 708, - ArenaTeamChangeFailedQueued = 709, - ArenaTeamPermissions = 710, - NotWhileFalling = 711, - NotWhileMoving = 712, - NotWhileFatigued = 713, - MaxSockets = 714, - MultiCastActionTotemS = 715, - BattlegroundJoinLevelup = 716, - RemoveFromPvpQueueXpGain = 717, - BattlegroundJoinXpGain = 718, - BattlegroundJoinMercenary = 719, - BattlegroundJoinTooManyHealers = 720, - BattlegroundJoinRatedTooManyHealers = 721, - BattlegroundJoinTooManyTanks = 722, - BattlegroundJoinTooManyDamage = 723, - RaidDifficultyFailed = 724, - RaidDifficultyChangedS = 725, - LegacyRaidDifficultyChangedS = 726, - RaidLockoutChangedS = 727, - RaidConvertedToParty = 728, - PartyConvertedToRaid = 729, - PlayerDifficultyChangedS = 730, - GmresponseDbError = 731, - BattlegroundJoinRangeIndex = 732, - ArenaJoinRangeIndex = 733, - RemoveFromPvpQueueFactionChange = 734, - BattlegroundJoinFailed = 735, - BattlegroundJoinNoValidSpecForRole = 736, - BattlegroundJoinRespec = 737, - BattlegroundInvitationDeclined = 738, - BattlegroundJoinTimedOut = 739, - BattlegroundDupeQueue = 740, - BattlegroundJoinMustCompleteQuest = 741, - InBattlegroundRespec = 742, - MailLimitedDurationItem = 743, - YellRestrictedTrial = 744, - ChatRaidRestrictedTrial = 745, - LfgRoleCheckFailed = 746, - LfgRoleCheckFailedTimeout = 747, - LfgRoleCheckFailedNotViable = 748, - LfgReadyCheckFailed = 749, - LfgReadyCheckFailedTimeout = 750, - LfgGroupFull = 751, - LfgNoLfgObject = 752, - LfgNoSlotsPlayer = 753, - LfgNoSlotsParty = 754, - LfgNoSpec = 755, - LfgMismatchedSlots = 756, - LfgMismatchedSlotsLocalXrealm = 757, - LfgPartyPlayersFromDifferentRealms = 758, - LfgMembersNotPresent = 759, - LfgGetInfoTimeout = 760, - LfgInvalidSlot = 761, - LfgDeserterPlayer = 762, - LfgDeserterParty = 763, - LfgDead = 764, - LfgRandomCooldownPlayer = 765, - LfgRandomCooldownParty = 766, - LfgTooManyMembers = 767, - LfgTooFewMembers = 768, - LfgProposalFailed = 769, - LfgProposalDeclinedSelf = 770, - LfgProposalDeclinedParty = 771, - LfgNoSlotsSelected = 772, - LfgNoRolesSelected = 773, - LfgRoleCheckInitiated = 774, - LfgReadyCheckInitiated = 775, - LfgPlayerDeclinedRoleCheck = 776, - LfgPlayerDeclinedReadyCheck = 777, - LfgJoinedQueue = 778, - LfgJoinedFlexQueue = 779, - LfgJoinedRfQueue = 780, - LfgJoinedScenarioQueue = 781, - LfgJoinedWorldPvpQueue = 782, - LfgJoinedBattlefieldQueue = 783, - LfgJoinedList = 784, - LfgLeftQueue = 785, - LfgLeftList = 786, - LfgRoleCheckAborted = 787, - LfgReadyCheckAborted = 788, - LfgCantUseBattleground = 789, - LfgCantUseDungeons = 790, - LfgReasonTooManyLfg = 791, - InvalidTeleportLocation = 792, - TooFarToInteract = 793, - BattlegroundPlayersFromDifferentRealms = 794, - DifficultyChangeCooldownS = 795, - DifficultyChangeCombatCooldownS = 796, - DifficultyChangeWorldstate = 797, - DifficultyChangeEncounter = 798, - DifficultyChangeCombat = 799, - DifficultyChangePlayerBusy = 800, - DifficultyChangeAlreadyStarted = 801, - DifficultyChangeOtherHeroicS = 802, - DifficultyChangeHeroicInstanceAlreadyRunning = 803, - ArenaTeamPartySize = 804, - QuestForceRemovedS = 805, - AttackNoActions = 806, - InRandomBg = 807, - InNonRandomBg = 808, - AuctionEnoughItems = 809, - BnFriendSelf = 810, - BnFriendAlready = 811, - BnFriendBlocked = 812, - BnFriendListFull = 813, - BnFriendRequestSent = 814, - BnBroadcastThrottle = 815, - BgDeveloperOnly = 816, - CurrencySpellSlotMismatch = 817, - CurrencyNotTradable = 818, - RequiresExpansionS = 819, - QuestFailedSpell = 820, - TalentFailedNotEnoughTalentsInPrimaryTree = 821, - TalentFailedNoPrimaryTreeSelected = 822, - TalentFailedCantRemoveTalent = 823, - TalentFailedUnknown = 824, - WargameRequestFailure = 825, - RankRequiresAuthenticator = 826, - GuildBankVoucherFailed = 827, - WargameRequestSent = 828, - RequiresAchievementI = 829, - RefundResultExceedMaxCurrency = 830, - CantBuyQuantity = 831, - ItemIsBattlePayLocked = 832, - PartyAlreadyInBattlegroundQueue = 833, - PartyConfirmingBattlegroundQueue = 834, - BattlefieldTeamPartySize = 835, - InsuffTrackedCurrencyIs = 836, - NotOnTournamentRealm = 837, - GuildTrialAccountTrial = 838, - GuildTrialAccountVeteran = 839, - GuildUndeletableDueToLevel = 840, - CantDoThatInAGroup = 841, - GuildLeaderReplaced = 842, - TransmogrifyCantEquip = 843, - TransmogrifyInvalidItemType = 844, - TransmogrifyNotSoulbound = 845, - TransmogrifyInvalidSource = 846, - TransmogrifyInvalidDestination = 847, - TransmogrifyMismatch = 848, - TransmogrifyLegendary = 849, - TransmogrifySameItem = 850, - TransmogrifySameAppearance = 851, - TransmogrifyNotEquipped = 852, - VoidDepositFull = 853, - VoidWithdrawFull = 854, - VoidStorageWrapped = 855, - VoidStorageStackable = 856, - VoidStorageUnbound = 857, - VoidStorageRepair = 858, - VoidStorageCharges = 859, - VoidStorageQuest = 860, - VoidStorageConjured = 861, - VoidStorageMail = 862, - VoidStorageBag = 863, - VoidTransferStorageFull = 864, - VoidTransferInvFull = 865, - VoidTransferInternalError = 866, - VoidTransferItemInvalid = 867, - DifficultyDisabledInLfg = 868, - VoidStorageUnique = 869, - VoidStorageLoot = 870, - VoidStorageHoliday = 871, - VoidStorageDuration = 872, - VoidStorageLoadFailed = 873, - VoidStorageInvalidItem = 874, - ParentalControlsChatMuted = 875, - SorStartExperienceIncomplete = 876, - SorInvalidEmail = 877, - SorInvalidComment = 878, - ChallengeModeResetCooldownS = 879, - ChallengeModeResetKeystone = 880, - PetJournalAlreadyInLoadout = 881, - ReportSubmittedSuccessfully = 882, - ReportSubmissionFailed = 883, - SuggestionSubmittedSuccessfully = 884, - BugSubmittedSuccessfully = 885, - ChallengeModeEnabled = 886, - ChallengeModeDisabled = 887, - PetbattleCreateFailed = 888, - PetbattleNotHere = 889, - PetbattleNotHereOnTransport = 890, - PetbattleNotHereUnevenGround = 891, - PetbattleNotHereObstructed = 892, - PetbattleNotWhileInCombat = 893, - PetbattleNotWhileDead = 894, - PetbattleNotWhileFlying = 895, - PetbattleTargetInvalid = 896, - PetbattleTargetOutOfRange = 897, - PetbattleTargetNotCapturable = 898, - PetbattleNotATrainer = 899, - PetbattleDeclined = 900, - PetbattleInBattle = 901, - PetbattleInvalidLoadout = 902, - PetbattleAllPetsDead = 903, - PetbattleNoPetsInSlots = 904, - PetbattleNoAccountLock = 905, - PetbattleWildPetTapped = 906, - PetbattleRestrictedAccount = 907, - PetbattleOpponentNotAvailable = 908, - PetbattleNotWhileInMatchedBattle = 909, - CantHaveMorePetsOfThatType = 910, - CantHaveMorePets = 911, - PvpMapNotFound = 912, - PvpMapNotSet = 913, - PetbattleQueueQueued = 914, - PetbattleQueueAlreadyQueued = 915, - PetbattleQueueJoinFailed = 916, - PetbattleQueueJournalLock = 917, - PetbattleQueueRemoved = 918, - PetbattleQueueProposalDeclined = 919, - PetbattleQueueProposalTimeout = 920, - PetbattleQueueOpponentDeclined = 921, - PetbattleQueueRequeuedInternal = 922, - PetbattleQueueRequeuedRemoved = 923, - PetbattleQueueSlotLocked = 924, - PetbattleQueueSlotEmpty = 925, - PetbattleQueueSlotNoTracker = 926, - PetbattleQueueSlotNoSpecies = 927, - PetbattleQueueSlotCantBattle = 928, - PetbattleQueueSlotRevoked = 929, - PetbattleQueueSlotDead = 930, - PetbattleQueueSlotNoPet = 931, - PetbattleQueueNotWhileNeutral = 932, - PetbattleGameTimeLimitWarning = 933, - PetbattleGameRoundsLimitWarning = 934, - HasRestriction = 935, - ItemUpgradeItemTooLowLevel = 936, - ItemUpgradeNoPath = 937, - ItemUpgradeNoMoreUpgrades = 938, - BonusRollEmpty = 939, - ChallengeModeFull = 940, - ChallengeModeInProgress = 941, - ChallengeModeIncorrectKeystone = 942, - BattletagFriendNotFound = 943, - BattletagFriendNotValid = 944, - BattletagFriendNotAllowed = 945, - BattletagFriendThrottled = 946, - BattletagFriendSuccess = 947, - PetTooHighLevelToUncage = 948, - PetbattleInternal = 949, - CantCagePetYet = 950, - NoLootInChallengeMode = 951, - QuestPetBattleVictoriesPvpIi = 952, - RoleCheckAlreadyInProgress = 953, - RecruitAFriendAccountLimit = 954, - RecruitAFriendFailed = 955, - SetLootPersonal = 956, - SetLootMethodFailedCombat = 957, - ReagentBankFull = 958, - ReagentBankLocked = 959, - GarrisonBuildingExists = 960, - GarrisonInvalidPlot = 961, - GarrisonInvalidBuildingid = 962, - GarrisonInvalidPlotBuilding = 963, - GarrisonRequiresBlueprint = 964, - GarrisonNotEnoughCurrency = 965, - GarrisonNotEnoughGold = 966, - GarrisonCompleteMissionWrongFollowerType = 967, - AlreadyUsingLfgList = 968, - RestrictedAccountLfgListTrial = 969, - ToyUseLimitReached = 970, - ToyAlreadyKnown = 971, - TransmogSetAlreadyKnown = 972, - NotEnoughCurrency = 973, - SpecIsDisabled = 974, - FeatureRestrictedTrial = 975, - CantBeObliterated = 976, - CantBeScrapped = 977, - ArtifactRelicDoesNotMatchArtifact = 978, - MustEquipArtifact = 979, - CantDoThatRightNow = 980, - AffectingCombat = 981, - EquipmentManagerCombatSwapS = 982, - EquipmentManagerBagsFull = 983, - EquipmentManagerMissingItemS = 984, - MovieRecordingWarningPerf = 985, - MovieRecordingWarningDiskFull = 986, - MovieRecordingWarningNoMovie = 987, - MovieRecordingWarningRequirements = 988, - MovieRecordingWarningCompressing = 989, - NoChallengeModeReward = 990, - ClaimedChallengeModeReward = 991, - ChallengeModePeriodResetSs = 992, - CantDoThatChallengeModeActive = 993, - TalentFailedRestArea = 994, - CannotAbandonLastPet = 995, - TestCvarSetSss = 996, - QuestTurnInFailReason = 997, - ClaimedChallengeModeRewardOld = 998, - TalentGrantedByAura = 999, - ChallengeModeAlreadyComplete = 1000, - GlyphTargetNotAvailable = 1001, - PvpWarmodeToggleOn = 1002, - PvpWarmodeToggleOff = 1003, - SpellFailedLevelRequirement = 1004, - BattlegroundJoinRequiresLevel = 1005, - BattlegroundJoinDisqualified = 1006, - BattlegroundJoinDisqualifiedNoName = 1007, - VoiceChatGenericUnableToConnect = 1008, - VoiceChatServiceLost = 1009, - VoiceChatChannelNameTooShort = 1010, - VoiceChatChannelNameTooLong = 1011, - VoiceChatChannelAlreadyExists = 1012, - VoiceChatTargetNotFound = 1013, - VoiceChatTooManyRequests = 1014, - VoiceChatPlayerSilenced = 1015, - VoiceChatParentalDisableAll = 1016, - VoiceChatDisabled = 1017, - NoPvpReward = 1018, - ClaimedPvpReward = 1019, - AzeriteEssenceSelectionFailedEssenceNotUnlocked = 1020, - AzeriteEssenceSelectionFailedCantRemoveEssence = 1021, - AzeriteEssenceSelectionFailedConditionFailed = 1022, - AzeriteEssenceSelectionFailedRestArea = 1023, - AzeriteEssenceSelectionFailedSlotLocked = 1024, - AzeriteEssenceSelectionFailedNotAtForge = 1025, - AzeriteEssenceSelectionFailedHeartLevelTooLow = 1026, - AzeriteEssenceSelectionFailedNotEquipped = 1027, - SocketingRequiresPunchcardredGem = 1028, - SocketingPunchcardredGemOnlyInPunchcardredslot = 1029, - SocketingRequiresPunchcardyellowGem = 1030, - SocketingPunchcardyellowGemOnlyInPunchcardyellowslot = 1031, - SocketingRequiresPunchcardblueGem = 1032, - SocketingPunchcardblueGemOnlyInPunchcardblueslot = 1033, - SocketingRequiresDominationShard = 1034, - SocketingDominationShardOnlyInDominationslot = 1035, - LevelLinkingResultLinked = 1036, - LevelLinkingResultUnlinked = 1037, - ClubFinderErrorPostClub = 1038, - ClubFinderErrorApplyClub = 1039, - ClubFinderErrorRespondApplicant = 1040, - ClubFinderErrorCancelApplication = 1041, - ClubFinderErrorTypeAcceptApplication = 1042, - ClubFinderErrorTypeNoInvitePermissions = 1043, - ClubFinderErrorTypeNoPostingPermissions = 1044, - ClubFinderErrorTypeApplicantList = 1045, - ClubFinderErrorTypeApplicantListNoPerm = 1046, - ClubFinderErrorTypeFinderNotAvailable = 1047, - ClubFinderErrorTypeGetPostingIds = 1048, - ClubFinderErrorTypeJoinApplication = 1049, - ClubFinderErrorTypeRealmNotEligible = 1050, - ClubFinderErrorTypeFlaggedRename = 1051, - ClubFinderErrorTypeFlaggedDescriptionChange = 1052, - ItemInteractionNotEnoughGold = 1053, - ItemInteractionNotEnoughCurrency = 1054, - PlayerChoiceErrorPendingChoice = 1055, - SoulbindInvalidConduit = 1056, - SoulbindInvalidConduitItem = 1057, - SoulbindInvalidTalent = 1058, - SoulbindDuplicateConduit = 1059, - ActivateSoulbindS = 1060, - ActivateSoulbindFailedRestArea = 1061, - CantUseProfanity = 1062, - NotInPetBattle = 1063, - NotInNpe = 1064, - NoSpec = 1065, - NoDominationshardOverwrite = 1066, + AppearanceAlreadyLearned = 72, + RevokeTransmogS = 73, + InvitePlayerS = 74, + InviteSelf = 75, + InvitedToGroupSs = 76, + InvitedAlreadyInGroupSs = 77, + AlreadyInGroupS = 78, + CrossRealmRaidInvite = 79, + PlayerBusyS = 80, + NewLeaderS = 81, + NewLeaderYou = 82, + NewGuideS = 83, + NewGuideYou = 84, + LeftGroupS = 85, + LeftGroupYou = 86, + GroupDisbanded = 87, + DeclineGroupS = 88, + JoinedGroupS = 89, + UninviteYou = 90, + BadPlayerNameS = 91, + NotInGroup = 92, + TargetNotInGroupS = 93, + TargetNotInInstanceS = 94, + NotInInstanceGroup = 95, + GroupFull = 96, + NotLeader = 97, + PlayerDiedS = 98, + GuildCreateS = 99, + GuildInviteS = 100, + InvitedToGuildSss = 101, + AlreadyInGuildS = 102, + AlreadyInvitedToGuildS = 103, + InvitedToGuild = 104, + AlreadyInGuild = 105, + GuildAccept = 106, + GuildDeclineS = 107, + GuildDeclineAutoS = 108, + GuildPermissions = 109, + GuildJoinS = 110, + GuildFounderS = 111, + GuildPromoteSss = 112, + GuildDemoteSs = 113, + GuildDemoteSss = 114, + GuildInviteSelf = 115, + GuildQuitS = 116, + GuildLeaveS = 117, + GuildRemoveSs = 118, + GuildRemoveSelf = 119, + GuildDisbandS = 120, + GuildDisbandSelf = 121, + GuildLeaderS = 122, + GuildLeaderSelf = 123, + GuildPlayerNotFoundS = 124, + GuildPlayerNotInGuildS = 125, + GuildPlayerNotInGuild = 126, + GuildCantPromoteS = 127, + GuildCantDemoteS = 128, + GuildNotInAGuild = 129, + GuildInternal = 130, + GuildLeaderIsS = 131, + GuildLeaderChangedSs = 132, + GuildDisbanded = 133, + GuildNotAllied = 134, + GuildLeaderLeave = 135, + GuildRanksLocked = 136, + GuildRankInUse = 137, + GuildRankTooHighS = 138, + GuildRankTooLowS = 139, + GuildNameExistsS = 140, + GuildWithdrawLimit = 141, + GuildNotEnoughMoney = 142, + GuildTooMuchMoney = 143, + GuildBankConjuredItem = 144, + GuildBankEquippedItem = 145, + GuildBankBoundItem = 146, + GuildBankQuestItem = 147, + GuildBankWrappedItem = 148, + GuildBankFull = 149, + GuildBankWrongTab = 150, + NoGuildCharter = 151, + OutOfRange = 152, + PlayerDead = 153, + ClientLockedOut = 154, + ClientOnTransport = 155, + KilledByS = 156, + LootLocked = 157, + LootTooFar = 158, + LootDidntKill = 159, + LootBadFacing = 160, + LootNotstanding = 161, + LootStunned = 162, + LootNoUi = 163, + LootWhileInvulnerable = 164, + NoLoot = 165, + QuestAcceptedS = 166, + QuestCompleteS = 167, + QuestFailedS = 168, + QuestFailedBagFullS = 169, + QuestFailedMaxCountS = 170, + QuestFailedLowLevel = 171, + QuestFailedMissingItems = 172, + QuestFailedWrongRace = 173, + QuestFailedNotEnoughMoney = 174, + QuestFailedExpansion = 175, + QuestOnlyOneTimed = 176, + QuestNeedPrereqs = 177, + QuestNeedPrereqsCustom = 178, + QuestAlreadyOn = 179, + QuestAlreadyDone = 180, + QuestAlreadyDoneDaily = 181, + QuestHasInProgress = 182, + QuestRewardExpI = 183, + QuestRewardMoneyS = 184, + QuestMustChoose = 185, + QuestLogFull = 186, + CombatDamageSsi = 187, + InspectS = 188, + CantUseItem = 189, + CantUseItemInArena = 190, + CantUseItemInRatedBattleground = 191, + MustEquipItem = 192, + PassiveAbility = 193, + SkillNotFound2H = 194, + NoAttackTarget = 195, + InvalidAttackTarget = 196, + AttackPvpTargetWhileUnflagged = 197, + AttackStunned = 198, + AttackPacified = 199, + AttackMounted = 200, + AttackFleeing = 201, + AttackConfused = 202, + AttackCharmed = 203, + AttackDead = 204, + AttackPreventedByMechanicS = 205, + AttackChannel = 206, + Taxisamenode = 207, + Taxinosuchpath = 208, + Taxiunspecifiedservererror = 209, + Taxinotenoughmoney = 210, + Taxitoofaraway = 211, + Taxinovendornearby = 212, + Taxinotvisited = 213, + Taxiplayerbusy = 214, + Taxiplayeralreadymounted = 215, + Taxiplayershapeshifted = 216, + Taxiplayermoving = 217, + Taxinopaths = 218, + Taxinoteligible = 219, + Taxinotstanding = 220, + NoReplyTarget = 221, + GenericNoTarget = 222, + InitiateTradeS = 223, + TradeRequestS = 224, + TradeBlockedS = 225, + TradeTargetDead = 226, + TradeTooFar = 227, + TradeCancelled = 228, + TradeComplete = 229, + TradeBagFull = 230, + TradeTargetBagFull = 231, + TradeMaxCountExceeded = 232, + TradeTargetMaxCountExceeded = 233, + InventoryTradeTooManyUniqueItem = 234, + AlreadyTrading = 235, + MountInvalidmountee = 236, + MountToofaraway = 237, + MountAlreadymounted = 238, + MountNotmountable = 239, + MountNotyourpet = 240, + MountOther = 241, + MountLooting = 242, + MountRacecantmount = 243, + MountShapeshifted = 244, + MountNoFavorites = 245, + MountNoMounts = 246, + DismountNopet = 247, + DismountNotmounted = 248, + DismountNotyourpet = 249, + SpellFailedTotems = 250, + SpellFailedReagents = 251, + SpellFailedReagentsGeneric = 252, + SpellFailedOptionalReagents = 253, + CantTradeGold = 254, + SpellFailedEquippedItem = 255, + SpellFailedEquippedItemClassS = 256, + SpellFailedShapeshiftFormS = 257, + SpellFailedAnotherInProgress = 258, + Badattackfacing = 259, + Badattackpos = 260, + ChestInUse = 261, + UseCantOpen = 262, + UseLocked = 263, + DoorLocked = 264, + ButtonLocked = 265, + UseLockedWithItemS = 266, + UseLockedWithSpellS = 267, + UseLockedWithSpellKnownSi = 268, + UseTooFar = 269, + UseBadAngle = 270, + UseObjectMoving = 271, + UseSpellFocus = 272, + UseDestroyed = 273, + SetLootFreeforall = 274, + SetLootRoundrobin = 275, + SetLootMaster = 276, + SetLootGroup = 277, + SetLootThresholdS = 278, + NewLootMasterS = 279, + SpecifyMasterLooter = 280, + LootSpecChangedS = 281, + TameFailed = 282, + ChatWhileDead = 283, + ChatPlayerNotFoundS = 284, + Newtaxipath = 285, + NoPet = 286, + Notyourpet = 287, + PetNotRenameable = 288, + QuestObjectiveCompleteS = 289, + QuestUnknownComplete = 290, + QuestAddKillSii = 291, + QuestAddFoundSii = 292, + QuestAddItemSii = 293, + QuestAddPlayerKillSii = 294, + Cannotcreatedirectory = 295, + Cannotcreatefile = 296, + PlayerWrongFaction = 297, + PlayerIsNeutral = 298, + BankslotFailedTooMany = 299, + BankslotInsufficientFunds = 300, + BankslotNotbanker = 301, + FriendDbError = 302, + FriendListFull = 303, + FriendAddedS = 304, + BattletagFriendAddedS = 305, + FriendOnlineSs = 306, + FriendOfflineS = 307, + FriendNotFound = 308, + FriendWrongFaction = 309, + FriendRemovedS = 310, + BattletagFriendRemovedS = 311, + FriendError = 312, + FriendAlreadyS = 313, + FriendSelf = 314, + FriendDeleted = 315, + IgnoreFull = 316, + IgnoreSelf = 317, + IgnoreNotFound = 318, + IgnoreAlreadyS = 319, + IgnoreAddedS = 320, + IgnoreRemovedS = 321, + IgnoreAmbiguous = 322, + IgnoreDeleted = 323, + OnlyOneBolt = 324, + OnlyOneAmmo = 325, + SpellFailedEquippedSpecificItem = 326, + WrongBagTypeSubclass = 327, + CantWrapStackable = 328, + CantWrapEquipped = 329, + CantWrapWrapped = 330, + CantWrapBound = 331, + CantWrapUnique = 332, + CantWrapBags = 333, + OutOfMana = 334, + OutOfRage = 335, + OutOfFocus = 336, + OutOfEnergy = 337, + OutOfChi = 338, + OutOfHealth = 339, + OutOfRunes = 340, + OutOfRunicPower = 341, + OutOfSoulShards = 342, + OutOfLunarPower = 343, + OutOfHolyPower = 344, + OutOfMaelstrom = 345, + OutOfComboPoints = 346, + OutOfInsanity = 347, + OutOfArcaneCharges = 348, + OutOfFury = 349, + OutOfPain = 350, + OutOfPowerDisplay = 351, + LootGone = 352, + MountForceddismount = 353, + AutofollowTooFar = 354, + UnitNotFound = 355, + InvalidFollowTarget = 356, + InvalidFollowPvpCombat = 357, + InvalidFollowTargetPvpCombat = 358, + InvalidInspectTarget = 359, + GuildemblemSuccess = 360, + GuildemblemInvalidTabardColors = 361, + GuildemblemNoguild = 362, + GuildemblemNotguildmaster = 363, + GuildemblemNotenoughmoney = 364, + GuildemblemInvalidvendor = 365, + EmblemerrorNotabardgeoset = 366, + SpellOutOfRange = 367, + CommandNeedsTarget = 368, + NoammoS = 369, + Toobusytofollow = 370, + DuelRequested = 371, + DuelCancelled = 372, + Deathbindalreadybound = 373, + DeathbindSuccessS = 374, + Noemotewhilerunning = 375, + ZoneExplored = 376, + ZoneExploredXp = 377, + InvalidItemTarget = 378, + InvalidQuestTarget = 379, + IgnoringYouS = 380, + FishNotHooked = 381, + FishEscaped = 382, + SpellFailedNotunsheathed = 383, + PetitionOfferedS = 384, + PetitionSigned = 385, + PetitionSignedS = 386, + PetitionDeclinedS = 387, + PetitionAlreadySigned = 388, + PetitionRestrictedAccountTrial = 389, + PetitionAlreadySignedOther = 390, + PetitionInGuild = 391, + PetitionCreator = 392, + PetitionNotEnoughSignatures = 393, + PetitionNotSameServer = 394, + PetitionFull = 395, + PetitionAlreadySignedByS = 396, + GuildNameInvalid = 397, + SpellUnlearnedS = 398, + PetSpellRooted = 399, + PetSpellAffectingCombat = 400, + PetSpellOutOfRange = 401, + PetSpellNotBehind = 402, + PetSpellTargetsDead = 403, + PetSpellDead = 404, + PetSpellNopath = 405, + ItemCantBeDestroyed = 406, + TicketAlreadyExists = 407, + TicketCreateError = 408, + TicketUpdateError = 409, + TicketDbError = 410, + TicketNoText = 411, + TicketTextTooLong = 412, + ObjectIsBusy = 413, + ExhaustionWellrested = 414, + ExhaustionRested = 415, + ExhaustionNormal = 416, + ExhaustionTired = 417, + ExhaustionExhausted = 418, + NoItemsWhileShapeshifted = 419, + CantInteractShapeshifted = 420, + RealmNotFound = 421, + MailQuestItem = 422, + MailBoundItem = 423, + MailConjuredItem = 424, + MailBag = 425, + MailToSelf = 426, + MailTargetNotFound = 427, + MailDatabaseError = 428, + MailDeleteItemError = 429, + MailWrappedCod = 430, + MailCantSendRealm = 431, + MailTempReturnOutage = 432, + MailSent = 433, + NotHappyEnough = 434, + UseCantImmune = 435, + CantBeDisenchanted = 436, + CantUseDisarmed = 437, + AuctionQuestItem = 438, + AuctionBoundItem = 439, + AuctionConjuredItem = 440, + AuctionLimitedDurationItem = 441, + AuctionWrappedItem = 442, + AuctionLootItem = 443, + AuctionBag = 444, + AuctionEquippedBag = 445, + AuctionDatabaseError = 446, + AuctionBidOwn = 447, + AuctionBidIncrement = 448, + AuctionHigherBid = 449, + AuctionMinBid = 450, + AuctionRepairItem = 451, + AuctionUsedCharges = 452, + AuctionAlreadyBid = 453, + AuctionHouseUnavailable = 454, + AuctionItemHasQuote = 455, + AuctionHouseBusy = 456, + AuctionStarted = 457, + AuctionRemoved = 458, + AuctionOutbidS = 459, + AuctionWonS = 460, + AuctionCommodityWonS = 461, + AuctionSoldS = 462, + AuctionExpiredS = 463, + AuctionRemovedS = 464, + AuctionBidPlaced = 465, + LogoutFailed = 466, + QuestPushSuccessS = 467, + QuestPushInvalidS = 468, + QuestPushInvalidToRecipientS = 469, + QuestPushAcceptedS = 470, + QuestPushDeclinedS = 471, + QuestPushBusyS = 472, + QuestPushDeadS = 473, + QuestPushDeadToRecipientS = 474, + QuestPushLogFullS = 475, + QuestPushLogFullToRecipientS = 476, + QuestPushOnquestS = 477, + QuestPushOnquestToRecipientS = 478, + QuestPushAlreadyDoneS = 479, + QuestPushAlreadyDoneToRecipientS = 480, + QuestPushNotDailyS = 481, + QuestPushTimerExpiredS = 482, + QuestPushNotInPartyS = 483, + QuestPushDifferentServerDailyS = 484, + QuestPushDifferentServerDailyToRecipientS = 485, + QuestPushNotAllowedS = 486, + QuestPushPrerequisiteS = 487, + QuestPushPrerequisiteToRecipientS = 488, + QuestPushLowLevelS = 489, + QuestPushLowLevelToRecipientS = 490, + QuestPushHighLevelS = 491, + QuestPushHighLevelToRecipientS = 492, + QuestPushClassS = 493, + QuestPushClassToRecipientS = 494, + QuestPushRaceS = 495, + QuestPushRaceToRecipientS = 496, + QuestPushLowFactionS = 497, + QuestPushLowFactionToRecipientS = 498, + QuestPushExpansionS = 499, + QuestPushExpansionToRecipientS = 500, + QuestPushNotGarrisonOwnerS = 501, + QuestPushNotGarrisonOwnerToRecipientS = 502, + QuestPushWrongCovenantS = 503, + QuestPushWrongCovenantToRecipientS = 504, + QuestPushNewPlayerExperienceS = 505, + QuestPushNewPlayerExperienceToRecipientS = 506, + QuestPushWrongFactionS = 507, + QuestPushWrongFactionToRecipientS = 508, + RaidGroupLowlevel = 509, + RaidGroupOnly = 510, + RaidGroupFull = 511, + RaidGroupRequirementsUnmatch = 512, + CorpseIsNotInInstance = 513, + PvpKillHonorable = 514, + PvpKillDishonorable = 515, + SpellFailedAlreadyAtFullHealth = 516, + SpellFailedAlreadyAtFullMana = 517, + SpellFailedAlreadyAtFullPowerS = 518, + AutolootMoneyS = 519, + GenericStunned = 520, + GenericThrottle = 521, + ClubFinderSearchingTooFast = 522, + TargetStunned = 523, + MustRepairDurability = 524, + RaidYouJoined = 525, + RaidYouLeft = 526, + InstanceGroupJoinedWithParty = 527, + InstanceGroupJoinedWithRaid = 528, + RaidMemberAddedS = 529, + RaidMemberRemovedS = 530, + InstanceGroupAddedS = 531, + InstanceGroupRemovedS = 532, + ClickOnItemToFeed = 533, + TooManyChatChannels = 534, + LootRollPending = 535, + LootPlayerNotFound = 536, + NotInRaid = 537, + LoggingOut = 538, + TargetLoggingOut = 539, + NotWhileMounted = 540, + NotWhileShapeshifted = 541, + NotInCombat = 542, + NotWhileDisarmed = 543, + PetBroken = 544, + TalentWipeError = 545, + SpecWipeError = 546, + GlyphWipeError = 547, + PetSpecWipeError = 548, + FeignDeathResisted = 549, + MeetingStoneInQueueS = 550, + MeetingStoneLeftQueueS = 551, + MeetingStoneOtherMemberLeft = 552, + MeetingStonePartyKickedFromQueue = 553, + MeetingStoneMemberStillInQueue = 554, + MeetingStoneSuccess = 555, + MeetingStoneInProgress = 556, + MeetingStoneMemberAddedS = 557, + MeetingStoneGroupFull = 558, + MeetingStoneNotLeader = 559, + MeetingStoneInvalidLevel = 560, + MeetingStoneTargetNotInParty = 561, + MeetingStoneTargetInvalidLevel = 562, + MeetingStoneMustBeLeader = 563, + MeetingStoneNoRaidGroup = 564, + MeetingStoneNeedParty = 565, + MeetingStoneNotFound = 566, + MeetingStoneTargetInVehicle = 567, + GuildemblemSame = 568, + EquipTradeItem = 569, + PvpToggleOn = 570, + PvpToggleOff = 571, + GroupJoinBattlegroundDeserters = 572, + GroupJoinBattlegroundDead = 573, + GroupJoinBattlegroundS = 574, + GroupJoinBattlegroundFail = 575, + GroupJoinBattlegroundTooMany = 576, + SoloJoinBattlegroundS = 577, + JoinSingleScenarioS = 578, + BattlegroundTooManyQueues = 579, + BattlegroundCannotQueueForRated = 580, + BattledgroundQueuedForRated = 581, + BattlegroundTeamLeftQueue = 582, + BattlegroundNotInBattleground = 583, + AlreadyInArenaTeamS = 584, + InvalidPromotionCode = 585, + BgPlayerJoinedSs = 586, + BgPlayerLeftS = 587, + RestrictedAccount = 588, + RestrictedAccountTrial = 589, + PlayTimeExceeded = 590, + ApproachingPartialPlayTime = 591, + ApproachingPartialPlayTime2 = 592, + ApproachingNoPlayTime = 593, + ApproachingNoPlayTime2 = 594, + UnhealthyTime = 595, + ChatRestrictedTrial = 596, + ChatThrottled = 597, + MailReachedCap = 598, + InvalidRaidTarget = 599, + RaidLeaderReadyCheckStartS = 600, + ReadyCheckInProgress = 601, + ReadyCheckThrottled = 602, + DungeonDifficultyFailed = 603, + DungeonDifficultyChangedS = 604, + TradeWrongRealm = 605, + TradeNotOnTaplist = 606, + ChatPlayerAmbiguousS = 607, + LootCantLootThatNow = 608, + LootMasterInvFull = 609, + LootMasterUniqueItem = 610, + LootMasterOther = 611, + FilteringYouS = 612, + UsePreventedByMechanicS = 613, + ItemUniqueEquippable = 614, + LfgLeaderIsLfmS = 615, + LfgPending = 616, + CantSpeakLangage = 617, + VendorMissingTurnins = 618, + BattlegroundNotInTeam = 619, + NotInBattleground = 620, + NotEnoughHonorPoints = 621, + NotEnoughArenaPoints = 622, + SocketingRequiresMetaGem = 623, + SocketingMetaGemOnlyInMetaslot = 624, + SocketingRequiresHydraulicGem = 625, + SocketingHydraulicGemOnlyInHydraulicslot = 626, + SocketingRequiresCogwheelGem = 627, + SocketingCogwheelGemOnlyInCogwheelslot = 628, + SocketingItemTooLowLevel = 629, + ItemMaxCountSocketed = 630, + SystemDisabled = 631, + QuestFailedTooManyDailyQuestsI = 632, + ItemMaxCountEquippedSocketed = 633, + ItemUniqueEquippableSocketed = 634, + UserSquelched = 635, + AccountSilenced = 636, + PartyMemberSilenced = 637, + PartyMemberSilencedLfgDelist = 638, + TooMuchGold = 639, + NotBarberSitting = 640, + QuestFailedCais = 641, + InviteRestrictedTrial = 642, + VoiceIgnoreFull = 643, + VoiceIgnoreSelf = 644, + VoiceIgnoreNotFound = 645, + VoiceIgnoreAlreadyS = 646, + VoiceIgnoreAddedS = 647, + VoiceIgnoreRemovedS = 648, + VoiceIgnoreAmbiguous = 649, + VoiceIgnoreDeleted = 650, + UnknownMacroOptionS = 651, + NotDuringArenaMatch = 652, + NotInRatedBattleground = 653, + PlayerSilenced = 654, + PlayerUnsilenced = 655, + ComsatDisconnect = 656, + ComsatReconnectAttempt = 657, + ComsatConnectFail = 658, + MailInvalidAttachmentSlot = 659, + MailTooManyAttachments = 660, + MailInvalidAttachment = 661, + MailAttachmentExpired = 662, + VoiceChatParentalDisableMic = 663, + ProfaneChatName = 664, + PlayerSilencedEcho = 665, + PlayerUnsilencedEcho = 666, + LootCantLootThat = 667, + ArenaExpiredCais = 668, + GroupActionThrottled = 669, + AlreadyPickpocketed = 670, + NameInvalid = 671, + NameNoName = 672, + NameTooShort = 673, + NameTooLong = 674, + NameMixedLanguages = 675, + NameProfane = 676, + NameReserved = 677, + NameThreeConsecutive = 678, + NameInvalidSpace = 679, + NameConsecutiveSpaces = 680, + NameRussianConsecutiveSilentCharacters = 681, + NameRussianSilentCharacterAtBeginningOrEnd = 682, + NameDeclensionDoesntMatchBaseName = 683, + RecruitAFriendNotLinked = 684, + RecruitAFriendNotNow = 685, + RecruitAFriendSummonLevelMax = 686, + RecruitAFriendSummonCooldown = 687, + RecruitAFriendSummonOffline = 688, + RecruitAFriendInsufExpanLvl = 689, + RecruitAFriendMapIncomingTransferNotAllowed = 690, + NotSameAccount = 691, + BadOnUseEnchant = 692, + TradeSelf = 693, + TooManySockets = 694, + ItemMaxLimitCategoryCountExceededIs = 695, + TradeTargetMaxLimitCategoryCountExceededIs = 696, + ItemMaxLimitCategorySocketedExceededIs = 697, + ItemMaxLimitCategoryEquippedExceededIs = 698, + ShapeshiftFormCannotEquip = 699, + ItemInventoryFullSatchel = 700, + ScalingStatItemLevelExceeded = 701, + ScalingStatItemLevelTooLow = 702, + PurchaseLevelTooLow = 703, + GroupSwapFailed = 704, + InviteInCombat = 705, + InvalidGlyphSlot = 706, + GenericNoValidTargets = 707, + CalendarEventAlertS = 708, + PetLearnSpellS = 709, + PetLearnAbilityS = 710, + PetSpellUnlearnedS = 711, + InviteUnknownRealm = 712, + InviteNoPartyServer = 713, + InvitePartyBusy = 714, + PartyTargetAmbiguous = 715, + PartyLfgInviteRaidLocked = 716, + PartyLfgBootLimit = 717, + PartyLfgBootCooldownS = 718, + PartyLfgBootNotEligibleS = 719, + PartyLfgBootInpatientTimerS = 720, + PartyLfgBootInProgress = 721, + PartyLfgBootTooFewPlayers = 722, + PartyLfgBootVoteSucceeded = 723, + PartyLfgBootVoteFailed = 724, + PartyLfgBootInCombat = 725, + PartyLfgBootDungeonComplete = 726, + PartyLfgBootLootRolls = 727, + PartyLfgBootVoteRegistered = 728, + PartyPrivateGroupOnly = 729, + PartyLfgTeleportInCombat = 730, + RaidDisallowedByLevel = 731, + RaidDisallowedByCrossRealm = 732, + PartyRoleNotAvailable = 733, + JoinLfgObjectFailed = 734, + LfgRemovedLevelup = 735, + LfgRemovedXpToggle = 736, + LfgRemovedFactionChange = 737, + BattlegroundInfoThrottled = 738, + BattlegroundAlreadyIn = 739, + ArenaTeamChangeFailedQueued = 740, + ArenaTeamPermissions = 741, + NotWhileFalling = 742, + NotWhileMoving = 743, + NotWhileFatigued = 744, + MaxSockets = 745, + MultiCastActionTotemS = 746, + BattlegroundJoinLevelup = 747, + RemoveFromPvpQueueXpGain = 748, + BattlegroundJoinXpGain = 749, + BattlegroundJoinMercenary = 750, + BattlegroundJoinTooManyHealers = 751, + BattlegroundJoinRatedTooManyHealers = 752, + BattlegroundJoinTooManyTanks = 753, + BattlegroundJoinTooManyDamage = 754, + RaidDifficultyFailed = 755, + RaidDifficultyChangedS = 756, + LegacyRaidDifficultyChangedS = 757, + RaidLockoutChangedS = 758, + RaidConvertedToParty = 759, + PartyConvertedToRaid = 760, + PlayerDifficultyChangedS = 761, + GmresponseDbError = 762, + BattlegroundJoinRangeIndex = 763, + ArenaJoinRangeIndex = 764, + RemoveFromPvpQueueFactionChange = 765, + BattlegroundJoinFailed = 766, + BattlegroundJoinNoValidSpecForRole = 767, + BattlegroundJoinRespec = 768, + BattlegroundInvitationDeclined = 769, + BattlegroundJoinTimedOut = 770, + BattlegroundDupeQueue = 771, + BattlegroundJoinMustCompleteQuest = 772, + InBattlegroundRespec = 773, + MailLimitedDurationItem = 774, + YellRestrictedTrial = 775, + ChatRaidRestrictedTrial = 776, + LfgRoleCheckFailed = 777, + LfgRoleCheckFailedTimeout = 778, + LfgRoleCheckFailedNotViable = 779, + LfgReadyCheckFailed = 780, + LfgReadyCheckFailedTimeout = 781, + LfgGroupFull = 782, + LfgNoLfgObject = 783, + LfgNoSlotsPlayer = 784, + LfgNoSlotsParty = 785, + LfgNoSpec = 786, + LfgMismatchedSlots = 787, + LfgMismatchedSlotsLocalXrealm = 788, + LfgPartyPlayersFromDifferentRealms = 789, + LfgMembersNotPresent = 790, + LfgGetInfoTimeout = 791, + LfgInvalidSlot = 792, + LfgDeserterPlayer = 793, + LfgDeserterParty = 794, + LfgDead = 795, + LfgRandomCooldownPlayer = 796, + LfgRandomCooldownParty = 797, + LfgTooManyMembers = 798, + LfgTooFewMembers = 799, + LfgProposalFailed = 800, + LfgProposalDeclinedSelf = 801, + LfgProposalDeclinedParty = 802, + LfgNoSlotsSelected = 803, + LfgNoRolesSelected = 804, + LfgRoleCheckInitiated = 805, + LfgReadyCheckInitiated = 806, + LfgPlayerDeclinedRoleCheck = 807, + LfgPlayerDeclinedReadyCheck = 808, + LfgJoinedQueue = 809, + LfgJoinedFlexQueue = 810, + LfgJoinedRfQueue = 811, + LfgJoinedScenarioQueue = 812, + LfgJoinedWorldPvpQueue = 813, + LfgJoinedBattlefieldQueue = 814, + LfgJoinedList = 815, + LfgLeftQueue = 816, + LfgLeftList = 817, + LfgRoleCheckAborted = 818, + LfgReadyCheckAborted = 819, + LfgCantUseBattleground = 820, + LfgCantUseDungeons = 821, + LfgReasonTooManyLfg = 822, + InvalidTeleportLocation = 823, + TooFarToInteract = 824, + BattlegroundPlayersFromDifferentRealms = 825, + DifficultyChangeCooldownS = 826, + DifficultyChangeCombatCooldownS = 827, + DifficultyChangeWorldstate = 828, + DifficultyChangeEncounter = 829, + DifficultyChangeCombat = 830, + DifficultyChangePlayerBusy = 831, + DifficultyChangeAlreadyStarted = 832, + DifficultyChangeOtherHeroicS = 833, + DifficultyChangeHeroicInstanceAlreadyRunning = 834, + ArenaTeamPartySize = 835, + QuestForceRemovedS = 836, + AttackNoActions = 837, + InRandomBg = 838, + InNonRandomBg = 839, + AuctionEnoughItems = 840, + BnFriendSelf = 841, + BnFriendAlready = 842, + BnFriendBlocked = 843, + BnFriendListFull = 844, + BnFriendRequestSent = 845, + BnBroadcastThrottle = 846, + BgDeveloperOnly = 847, + CurrencySpellSlotMismatch = 848, + CurrencyNotTradable = 849, + RequiresExpansionS = 850, + QuestFailedSpell = 851, + TalentFailedNotEnoughTalentsInPrimaryTree = 852, + TalentFailedNoPrimaryTreeSelected = 853, + TalentFailedCantRemoveTalent = 854, + TalentFailedUnknown = 855, + WargameRequestFailure = 856, + RankRequiresAuthenticator = 857, + GuildBankVoucherFailed = 858, + WargameRequestSent = 859, + RequiresAchievementI = 860, + RefundResultExceedMaxCurrency = 861, + CantBuyQuantity = 862, + ItemIsBattlePayLocked = 863, + PartyAlreadyInBattlegroundQueue = 864, + PartyConfirmingBattlegroundQueue = 865, + BattlefieldTeamPartySize = 866, + InsuffTrackedCurrencyIs = 867, + NotOnTournamentRealm = 868, + GuildTrialAccountTrial = 869, + GuildTrialAccountVeteran = 870, + GuildUndeletableDueToLevel = 871, + CantDoThatInAGroup = 872, + GuildLeaderReplaced = 873, + TransmogrifyCantEquip = 874, + TransmogrifyInvalidItemType = 875, + TransmogrifyNotSoulbound = 876, + TransmogrifyInvalidSource = 877, + TransmogrifyInvalidDestination = 878, + TransmogrifyMismatch = 879, + TransmogrifyLegendary = 880, + TransmogrifySameItem = 881, + TransmogrifySameAppearance = 882, + TransmogrifyNotEquipped = 883, + VoidDepositFull = 884, + VoidWithdrawFull = 885, + VoidStorageWrapped = 886, + VoidStorageStackable = 887, + VoidStorageUnbound = 888, + VoidStorageRepair = 889, + VoidStorageCharges = 890, + VoidStorageQuest = 891, + VoidStorageConjured = 892, + VoidStorageMail = 893, + VoidStorageBag = 894, + VoidTransferStorageFull = 895, + VoidTransferInvFull = 896, + VoidTransferInternalError = 897, + VoidTransferItemInvalid = 898, + DifficultyDisabledInLfg = 899, + VoidStorageUnique = 900, + VoidStorageLoot = 901, + VoidStorageHoliday = 902, + VoidStorageDuration = 903, + VoidStorageLoadFailed = 904, + VoidStorageInvalidItem = 905, + ParentalControlsChatMuted = 906, + SorStartExperienceIncomplete = 907, + SorInvalidEmail = 908, + SorInvalidComment = 909, + ChallengeModeResetCooldownS = 910, + ChallengeModeResetKeystone = 911, + PetJournalAlreadyInLoadout = 912, + ReportSubmittedSuccessfully = 913, + ReportSubmissionFailed = 914, + SuggestionSubmittedSuccessfully = 915, + BugSubmittedSuccessfully = 916, + ChallengeModeEnabled = 917, + ChallengeModeDisabled = 918, + PetbattleCreateFailed = 919, + PetbattleNotHere = 920, + PetbattleNotHereOnTransport = 921, + PetbattleNotHereUnevenGround = 922, + PetbattleNotHereObstructed = 923, + PetbattleNotWhileInCombat = 924, + PetbattleNotWhileDead = 925, + PetbattleNotWhileFlying = 926, + PetbattleTargetInvalid = 927, + PetbattleTargetOutOfRange = 928, + PetbattleTargetNotCapturable = 929, + PetbattleNotATrainer = 930, + PetbattleDeclined = 931, + PetbattleInBattle = 932, + PetbattleInvalidLoadout = 933, + PetbattleAllPetsDead = 934, + PetbattleNoPetsInSlots = 935, + PetbattleNoAccountLock = 936, + PetbattleWildPetTapped = 937, + PetbattleRestrictedAccount = 938, + PetbattleOpponentNotAvailable = 939, + PetbattleNotWhileInMatchedBattle = 940, + CantHaveMorePetsOfThatType = 941, + CantHaveMorePets = 942, + PvpMapNotFound = 943, + PvpMapNotSet = 944, + PetbattleQueueQueued = 945, + PetbattleQueueAlreadyQueued = 946, + PetbattleQueueJoinFailed = 947, + PetbattleQueueJournalLock = 948, + PetbattleQueueRemoved = 949, + PetbattleQueueProposalDeclined = 950, + PetbattleQueueProposalTimeout = 951, + PetbattleQueueOpponentDeclined = 952, + PetbattleQueueRequeuedInternal = 953, + PetbattleQueueRequeuedRemoved = 954, + PetbattleQueueSlotLocked = 955, + PetbattleQueueSlotEmpty = 956, + PetbattleQueueSlotNoTracker = 957, + PetbattleQueueSlotNoSpecies = 958, + PetbattleQueueSlotCantBattle = 959, + PetbattleQueueSlotRevoked = 960, + PetbattleQueueSlotDead = 961, + PetbattleQueueSlotNoPet = 962, + PetbattleQueueNotWhileNeutral = 963, + PetbattleGameTimeLimitWarning = 964, + PetbattleGameRoundsLimitWarning = 965, + HasRestriction = 966, + ItemUpgradeItemTooLowLevel = 967, + ItemUpgradeNoPath = 968, + ItemUpgradeNoMoreUpgrades = 969, + BonusRollEmpty = 970, + ChallengeModeFull = 971, + ChallengeModeInProgress = 972, + ChallengeModeIncorrectKeystone = 973, + BattletagFriendNotFound = 974, + BattletagFriendNotValid = 975, + BattletagFriendNotAllowed = 976, + BattletagFriendThrottled = 977, + BattletagFriendSuccess = 978, + PetTooHighLevelToUncage = 979, + PetbattleInternal = 980, + CantCagePetYet = 981, + NoLootInChallengeMode = 982, + QuestPetBattleVictoriesPvpIi = 983, + RoleCheckAlreadyInProgress = 984, + RecruitAFriendAccountLimit = 985, + RecruitAFriendFailed = 986, + SetLootPersonal = 987, + SetLootMethodFailedCombat = 988, + ReagentBankFull = 989, + ReagentBankLocked = 990, + GarrisonBuildingExists = 991, + GarrisonInvalidPlot = 992, + GarrisonInvalidBuildingid = 993, + GarrisonInvalidPlotBuilding = 994, + GarrisonRequiresBlueprint = 995, + GarrisonNotEnoughCurrency = 996, + GarrisonNotEnoughGold = 997, + GarrisonCompleteMissionWrongFollowerType = 998, + AlreadyUsingLfgList = 999, + RestrictedAccountLfgListTrial = 1000, + ToyUseLimitReached = 1001, + ToyAlreadyKnown = 1002, + TransmogSetAlreadyKnown = 1003, + NotEnoughCurrency = 1004, + SpecIsDisabled = 1005, + FeatureRestrictedTrial = 1006, + CantBeObliterated = 1007, + CantBeScrapped = 1008, + ArtifactRelicDoesNotMatchArtifact = 1009, + MustEquipArtifact = 1010, + CantDoThatRightNow = 1011, + AffectingCombat = 1012, + EquipmentManagerCombatSwapS = 1013, + EquipmentManagerBagsFull = 1014, + EquipmentManagerMissingItemS = 1015, + MovieRecordingWarningPerf = 1016, + MovieRecordingWarningDiskFull = 1017, + MovieRecordingWarningNoMovie = 1018, + MovieRecordingWarningRequirements = 1019, + MovieRecordingWarningCompressing = 1020, + NoChallengeModeReward = 1021, + ClaimedChallengeModeReward = 1022, + ChallengeModePeriodResetSs = 1023, + CantDoThatChallengeModeActive = 1024, + TalentFailedRestArea = 1025, + CannotAbandonLastPet = 1026, + TestCvarSetSss = 1027, + QuestTurnInFailReason = 1028, + ClaimedChallengeModeRewardOld = 1029, + TalentGrantedByAura = 1030, + ChallengeModeAlreadyComplete = 1031, + GlyphTargetNotAvailable = 1032, + PvpWarmodeToggleOn = 1033, + PvpWarmodeToggleOff = 1034, + SpellFailedLevelRequirement = 1035, + BattlegroundJoinRequiresLevel = 1036, + BattlegroundJoinDisqualified = 1037, + BattlegroundJoinDisqualifiedNoName = 1038, + VoiceChatGenericUnableToConnect = 1039, + VoiceChatServiceLost = 1040, + VoiceChatChannelNameTooShort = 1041, + VoiceChatChannelNameTooLong = 1042, + VoiceChatChannelAlreadyExists = 1043, + VoiceChatTargetNotFound = 1044, + VoiceChatTooManyRequests = 1045, + VoiceChatPlayerSilenced = 1046, + VoiceChatParentalDisableAll = 1047, + VoiceChatDisabled = 1048, + NoPvpReward = 1049, + ClaimedPvpReward = 1050, + AzeriteEssenceSelectionFailedEssenceNotUnlocked = 1051, + AzeriteEssenceSelectionFailedCantRemoveEssence = 1052, + AzeriteEssenceSelectionFailedConditionFailed = 1053, + AzeriteEssenceSelectionFailedRestArea = 1054, + AzeriteEssenceSelectionFailedSlotLocked = 1055, + AzeriteEssenceSelectionFailedNotAtForge = 1056, + AzeriteEssenceSelectionFailedHeartLevelTooLow = 1057, + AzeriteEssenceSelectionFailedNotEquipped = 1058, + SocketingRequiresPunchcardredGem = 1059, + SocketingPunchcardredGemOnlyInPunchcardredslot = 1060, + SocketingRequiresPunchcardyellowGem = 1061, + SocketingPunchcardyellowGemOnlyInPunchcardyellowslot = 1062, + SocketingRequiresPunchcardblueGem = 1063, + SocketingPunchcardblueGemOnlyInPunchcardblueslot = 1064, + SocketingRequiresDominationShard = 1065, + SocketingDominationShardOnlyInDominationslot = 1066, + LevelLinkingResultLinked = 1067, + LevelLinkingResultUnlinked = 1068, + ClubFinderErrorPostClub = 1069, + ClubFinderErrorApplyClub = 1070, + ClubFinderErrorRespondApplicant = 1071, + ClubFinderErrorCancelApplication = 1072, + ClubFinderErrorTypeAcceptApplication = 1073, + ClubFinderErrorTypeNoInvitePermissions = 1074, + ClubFinderErrorTypeNoPostingPermissions = 1075, + ClubFinderErrorTypeApplicantList = 1076, + ClubFinderErrorTypeApplicantListNoPerm = 1077, + ClubFinderErrorTypeFinderNotAvailable = 1078, + ClubFinderErrorTypeGetPostingIds = 1079, + ClubFinderErrorTypeJoinApplication = 1080, + ClubFinderErrorTypeRealmNotEligible = 1081, + ClubFinderErrorTypeFlaggedRename = 1082, + ClubFinderErrorTypeFlaggedDescriptionChange = 1083, + ItemInteractionNotEnoughGold = 1084, + ItemInteractionNotEnoughCurrency = 1085, + PlayerChoiceErrorPendingChoice = 1086, + SoulbindInvalidConduit = 1087, + SoulbindInvalidConduitItem = 1088, + SoulbindInvalidTalent = 1089, + SoulbindDuplicateConduit = 1090, + ActivateSoulbindS = 1091, + ActivateSoulbindFailedRestArea = 1092, + CantUseProfanity = 1093, + NotInPetBattle = 1094, + NotInNpe = 1095, + NoSpec = 1096, + NoDominationshardOverwrite = 1097, } public enum SceneFlags diff --git a/Source/Framework/Constants/Spells/SpellConst.cs b/Source/Framework/Constants/Spells/SpellConst.cs index b06e2f69b..1f118e8d5 100644 --- a/Source/Framework/Constants/Spells/SpellConst.cs +++ b/Source/Framework/Constants/Spells/SpellConst.cs @@ -768,7 +768,9 @@ namespace Framework.Constants SpectatorOrCommentator = 308, SoulbindConduitLearnFailedInvalidCovenant = 309, ShadowlandsRidingRequirement = 310, - Unknown = 311, + NotInMageTower = 311, + GarrisonFollowerAtMinLevel = 312, + Unknown = 313, // Ok Cast Value - Here In Case A Future Version Removes Success And We Need To Use A Custom Value (Not Sent To Client Either Way) SpellCastOk = Success @@ -1305,6 +1307,44 @@ namespace Framework.Constants NecessaryConstructNotPresent = 535, // Necessary Construct Not Present ThatGuestIsAlreadyCoveredInGelatin = 536, // That Guest Is Already Covered In Gelatin. YouNeedToWaitToUseThisItem = 537, // You Need To Wait To Use This Item. + ThatAllyAlreadyHasTea = 538, // That Ally Already Has Tea. + TargetDoesNotNeedTea = 539, // The Target Does Not Need Tea. + TheyDontDeserveYourFancyTea = 540, // They Don'T Deserve Your Fancy Tea! + YourGormPrefersToEatDeadThings = 541, // Your Gorm Prefers To Eat Dead Things. + YourGormHasAlreadyEatenThatCorpse = 542, // Your Gorm Has Already Eaten That Corpse. + YouNeedAGormlingFromNiyaToDoThat = 543, // You Need A Gormling From Niya To Do That. + TargetIsAlreadyShrunken = 544, // Target Is Already Shrunken. + TargetIsAlreadyEnlarged = 545, // Target Is Already Enlarged. + LadyMoonberrysWandIsForEnemiesAndMawrats = 546, // Lady Moonberry'S Wand Is Meant For Enemies And Mawrats. + LadyMoonberrysWandIsForEnemies = 547, // Lady Moonberry'S Wand Is Meant For Enemies. + TargetIsAlreadyTransformedIntoASnail = 548, // Target Is Already Transformed Into A Snail. + YourTargetMustBeBelow50PctHealth = 549, // Your Target Must Be Below 50% Health. + LadyMoonberrysWandIsDrainedOfPower = 550, // Lady Moonberry'S Wand Is Drained Of Power. + ThisBookHoldsNoRecipesForYourProfession = 551, // This Book Holds No Recipes For Your Profession. + YouHaveNoKorthianRelicsInYourInventory = 552, // You Have No Korthian Relics In Your Inventory. + YouMustBeInTheRiftToInteractWithThis = 553, // You Must Be In The Rift To Interact With This. + CannotSummonWhileInTheRift = 554, // Cannot Summon While In The Rift. + YouNeedAnActiveElementalShield = 600, // You Need An Active Elemental Shield. + SpeakToArchivistToTurnInRelicFragments = 601, // Speak To The Archivist To Turn In Relic Fragments. + RequiresResearchReportsAncientShrines = 602, // Requires Knowledge From Research Reports: Ancient Shrines + YourStewardIsNotPresent = 603, // Your Steward Companion Is Not Present. + YourStewardHasAlreadyBeenTransformed = 604, // Your Steward Companion Has Already Been Transformed. + RequiresKorthianRelics = 605, // Requires Korthian Relics + RequiresFullEmpoweredBar = 606, // Requires Full Empowered Bar + RequiresYouToBeRidingAYak = 607, // Requires You To Be Riding A Yak. + JaithysIsNotACannibal = 609, // Jaithys Is Many Things, But Jaithys Is Not A Cannibal. + ThatItemIsPunyUnworthyFindAnother = 610, // That Item Is Puny. Unworthy. Find Another. + JaithysHungersOnlyForWeapons = 611, // Jaithys Hungers Only For Weapons. Only Weapons Will Do. + ReturnToReliquaryOfRememberanceToSubmitKorthianRelics = 612, // Return To The Reliquary Of Rememberance To Submit Korthian Relics To Archivist Roh-Suir. + ShardsOfDominationCanBeRemovedBySoulfireChisel = 615, // Shards Of Domination Can Only Be Removed By The Soulfire Chisel. + YouHaveLearnedEverythingFromThatMap = 616, // You Have Learned Everything From That Map. + YouMustTargetACritterToHelpItAtoneForItsSins = 617, // You Must Target A Critter To Help It Atone For Its Sins. + YouMustBeAMemberOfTheKyrianCovenantOrHaveReachedRenown80WithTheKyrian = 619, // You Must Be A Member Of The Kyrian Covenant Or Have Reached Renown 80 With The Kyrian. + YouMustBeAMemberOfTheNecrolordCovenantOrHaveReachedRenown80WithTheNecrolords = 620, // You Must Be A Member Of The Necrolord Covenant Or Have Reached Renown 80 With The Necrolords. + YouMustBeAMemberOfTheNightFaeCovenantOrHaveReachedRenown80WithTheNightFae = 621, // You Must Be A Member Of The Night Fae Covenant Or Have Reached Renown 80 With The Night Fae. + YouMustBeAMemberOfTheVenthyrCovenantOrHaveReachedRenown80WithTheVenthyr = 622, // You Must Be A Member Of The Venthyr Covenant Or Have Reached Renown 80 With The Venthyr. + YouAlreadyHaveThatMuchRenownWithYourActiveCovenant = 627, // You Already Have That Much Renown With Your Active Covenant. + CannotExceedTheMaximumForThatCurrency = 628, // Cannot Exceed The Maximum For That Currency. } public enum SpellMissInfo