From 4352d71942940ba9a7c68c3c3dde6d2bcef77333 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 25 Aug 2022 13:34:14 -0400 Subject: [PATCH] Core/Misc: Updated some enums for 9.2.7 Port From (https://github.com/TrinityCore/TrinityCore/commit/a2749366e4a5d3c7722a342500b37de3321b21d2) --- Source/Framework/Constants/ItemConst.cs | 21 +- Source/Framework/Constants/SharedConst.cs | 2069 +++++++++-------- .../Framework/Constants/Spells/SpellConst.cs | 493 ++-- .../Entities/GameObject/GameObjectData.cs | 5 +- 4 files changed, 1302 insertions(+), 1286 deletions(-) diff --git a/Source/Framework/Constants/ItemConst.cs b/Source/Framework/Constants/ItemConst.cs index 76e15b9e4..104ebf767 100644 --- a/Source/Framework/Constants/ItemConst.cs +++ b/Source/Framework/Constants/ItemConst.cs @@ -1133,16 +1133,17 @@ namespace Framework.Constants CantUseItem = 99, // You Can'T Use That Item. CantBeObliterated = 100,// You Can'T Obliterate That Item GuildBankConjuredItem = 101,// You Cannot Store Conjured Items In The Guild Bank - BagFull6 = 102,// That Bag Is Full. - CantBeScrapped = 103,// You Can'T Scrap That Item - BagFull7 = 104,// That Bag Is Full. - NotInPetBattle = 105,// You Cannot Do That While In A Pet Battle - BagFull8 = 106,// That Bag Is Full. - CantDoThatRightNow = 107,// You Can'T Do That Right Now. - 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. + BagFull6 = 102,// That bag is full. + BagFull7 = 103,// That bag is full. + CantBeScrapped = 104,// You can't scrap that item + BagFull8 = 105,// That bag is full. + NotInPetBattle = 106,// You cannot do that while in a pet battle + BagFull9 = 107,// That bag is full. + CantDoThatRightNow = 108,// You can't do that right now. + CantDoThatRightNow2 = 109,// You can't do that right now. + NotInNPE = 110,// Not available during the tutorial + ItemCooldown = 111,// Item is not ready yet. + NotInRatedBattleground = 112,// 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 faad84fdf..7261eff92 100644 --- a/Source/Framework/Constants/SharedConst.cs +++ b/Source/Framework/Constants/SharedConst.cs @@ -1860,1036 +1860,1045 @@ namespace Framework.Constants TradeTempEnchantBound = 48, TradeGroundItem = 49, TradeBag = 50, - SpellFailedS = 51, - ItemCooldown = 52, - PotionCooldown = 53, - FoodCooldown = 54, - SpellCooldown = 55, - AbilityCooldown = 56, - SpellAlreadyKnownS = 57, - PetSpellAlreadyKnownS = 58, - ProficiencyGainedS = 59, - SkillGainedS = 60, - SkillUpSi = 61, - LearnSpellS = 62, - LearnAbilityS = 63, - LearnPassiveS = 64, - LearnRecipeS = 65, - LearnCompanionS = 66, - LearnMountS = 67, - LearnToyS = 68, - LearnHeirloomS = 69, - LearnTransmogS = 70, - 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, - AuctionDatabaseError = 438, - AuctionHigherBid = 439, - AuctionAlreadyBid = 440, - AuctionOutbidS = 441, - AuctionWonS = 442, - AuctionRemovedS = 443, - AuctionBidPlaced = 444, - LogoutFailed = 445, - QuestPushSuccessS = 446, - QuestPushInvalidS = 447, - QuestPushInvalidToRecipientS = 448, - QuestPushAcceptedS = 449, - QuestPushDeclinedS = 450, - QuestPushBusyS = 451, - QuestPushDeadS = 452, - QuestPushDeadToRecipientS = 453, - QuestPushLogFullS = 454, - QuestPushLogFullToRecipientS = 455, - QuestPushOnquestS = 456, - QuestPushOnquestToRecipientS = 457, - QuestPushAlreadyDoneS = 458, - QuestPushAlreadyDoneToRecipientS = 459, - QuestPushNotDailyS = 460, - QuestPushTimerExpiredS = 461, - QuestPushNotInPartyS = 462, - QuestPushDifferentServerDailyS = 463, - QuestPushDifferentServerDailyToRecipientS = 464, - QuestPushNotAllowedS = 465, - QuestPushPrerequisiteS = 466, - QuestPushPrerequisiteToRecipientS = 467, - QuestPushLowLevelS = 468, - QuestPushLowLevelToRecipientS = 469, - QuestPushHighLevelS = 470, - QuestPushHighLevelToRecipientS = 471, - QuestPushClassS = 472, - QuestPushClassToRecipientS = 473, - QuestPushRaceS = 474, - QuestPushRaceToRecipientS = 475, - QuestPushLowFactionS = 476, - QuestPushLowFactionToRecipientS = 477, - QuestPushExpansionS = 478, - QuestPushExpansionToRecipientS = 479, - QuestPushNotGarrisonOwnerS = 480, - QuestPushNotGarrisonOwnerToRecipientS = 481, - QuestPushWrongCovenantS = 482, - QuestPushWrongCovenantToRecipientS = 483, - QuestPushNewPlayerExperienceS = 484, - QuestPushNewPlayerExperienceToRecipientS = 485, - QuestPushWrongFactionS = 486, - QuestPushWrongFactionToRecipientS = 487, - RaidGroupLowlevel = 488, - RaidGroupOnly = 489, - RaidGroupFull = 490, - RaidGroupRequirementsUnmatch = 491, - CorpseIsNotInInstance = 492, - PvpKillHonorable = 493, - PvpKillDishonorable = 494, - SpellFailedAlreadyAtFullHealth = 495, - SpellFailedAlreadyAtFullMana = 496, - SpellFailedAlreadyAtFullPowerS = 497, - AutolootMoneyS = 498, - GenericStunned = 499, - GenericThrottle = 500, - ClubFinderSearchingTooFast = 501, - TargetStunned = 502, - MustRepairDurability = 503, - RaidYouJoined = 504, - RaidYouLeft = 505, - InstanceGroupJoinedWithParty = 506, - InstanceGroupJoinedWithRaid = 507, - RaidMemberAddedS = 508, - RaidMemberRemovedS = 509, - InstanceGroupAddedS = 510, - InstanceGroupRemovedS = 511, - ClickOnItemToFeed = 512, - TooManyChatChannels = 513, - LootRollPending = 514, - LootPlayerNotFound = 515, - NotInRaid = 516, - LoggingOut = 517, - TargetLoggingOut = 518, - NotWhileMounted = 519, - NotWhileShapeshifted = 520, - NotInCombat = 521, - NotWhileDisarmed = 522, - PetBroken = 523, - TalentWipeError = 524, - SpecWipeError = 525, - GlyphWipeError = 526, - PetSpecWipeError = 527, - FeignDeathResisted = 528, - MeetingStoneInQueueS = 529, - MeetingStoneLeftQueueS = 530, - MeetingStoneOtherMemberLeft = 531, - MeetingStonePartyKickedFromQueue = 532, - MeetingStoneMemberStillInQueue = 533, - MeetingStoneSuccess = 534, - MeetingStoneInProgress = 535, - MeetingStoneMemberAddedS = 536, - MeetingStoneGroupFull = 537, - MeetingStoneNotLeader = 538, - MeetingStoneInvalidLevel = 539, - MeetingStoneTargetNotInParty = 540, - MeetingStoneTargetInvalidLevel = 541, - MeetingStoneMustBeLeader = 542, - MeetingStoneNoRaidGroup = 543, - MeetingStoneNeedParty = 544, - MeetingStoneNotFound = 545, - MeetingStoneTargetInVehicle = 546, - GuildemblemSame = 547, - EquipTradeItem = 548, - PvpToggleOn = 549, - PvpToggleOff = 550, - GroupJoinBattlegroundDeserters = 551, - GroupJoinBattlegroundDead = 552, - GroupJoinBattlegroundS = 553, - GroupJoinBattlegroundFail = 554, - GroupJoinBattlegroundTooMany = 555, - SoloJoinBattlegroundS = 556, - JoinSingleScenarioS = 557, - BattlegroundTooManyQueues = 558, - BattlegroundCannotQueueForRated = 559, - BattledgroundQueuedForRated = 560, - BattlegroundTeamLeftQueue = 561, - BattlegroundNotInBattleground = 562, - AlreadyInArenaTeamS = 563, - InvalidPromotionCode = 564, - BgPlayerJoinedSs = 565, - BgPlayerLeftS = 566, - RestrictedAccount = 567, - RestrictedAccountTrial = 568, - PlayTimeExceeded = 569, - ApproachingPartialPlayTime = 570, - ApproachingPartialPlayTime2 = 571, - ApproachingNoPlayTime = 572, - ApproachingNoPlayTime2 = 573, - UnhealthyTime = 574, - ChatRestrictedTrial = 575, - ChatThrottled = 576, - MailReachedCap = 577, - InvalidRaidTarget = 578, - RaidLeaderReadyCheckStartS = 579, - ReadyCheckInProgress = 580, - ReadyCheckThrottled = 581, - DungeonDifficultyFailed = 582, - DungeonDifficultyChangedS = 583, - TradeWrongRealm = 584, - TradeNotOnTaplist = 585, - ChatPlayerAmbiguousS = 586, - LootCantLootThatNow = 587, - LootMasterInvFull = 588, - LootMasterUniqueItem = 589, - LootMasterOther = 590, - FilteringYouS = 591, - UsePreventedByMechanicS = 592, - ItemUniqueEquippable = 593, - LfgLeaderIsLfmS = 594, - LfgPending = 595, - CantSpeakLangage = 596, - VendorMissingTurnins = 597, - BattlegroundNotInTeam = 598, - NotInBattleground = 599, - NotEnoughHonorPoints = 600, - NotEnoughArenaPoints = 601, - SocketingRequiresMetaGem = 602, - SocketingMetaGemOnlyInMetaslot = 603, - SocketingRequiresHydraulicGem = 604, - SocketingHydraulicGemOnlyInHydraulicslot = 605, - SocketingRequiresCogwheelGem = 606, - SocketingCogwheelGemOnlyInCogwheelslot = 607, - SocketingItemTooLowLevel = 608, - ItemMaxCountSocketed = 609, - SystemDisabled = 610, - QuestFailedTooManyDailyQuestsI = 611, - ItemMaxCountEquippedSocketed = 612, - ItemUniqueEquippableSocketed = 613, - UserSquelched = 614, - AccountSilenced = 615, - PartyMemberSilenced = 616, - PartyMemberSilencedLfgDelist = 617, - TooMuchGold = 618, - NotBarberSitting = 619, - QuestFailedCais = 620, - InviteRestrictedTrial = 621, - VoiceIgnoreFull = 622, - VoiceIgnoreSelf = 623, - VoiceIgnoreNotFound = 624, - VoiceIgnoreAlreadyS = 625, - VoiceIgnoreAddedS = 626, - VoiceIgnoreRemovedS = 627, - VoiceIgnoreAmbiguous = 628, - VoiceIgnoreDeleted = 629, - UnknownMacroOptionS = 630, - NotDuringArenaMatch = 631, - NotInRatedBattleground = 632, - PlayerSilenced = 633, - PlayerUnsilenced = 634, - ComsatDisconnect = 635, - ComsatReconnectAttempt = 636, - ComsatConnectFail = 637, - MailInvalidAttachmentSlot = 638, - MailTooManyAttachments = 639, - MailInvalidAttachment = 640, - MailAttachmentExpired = 641, - VoiceChatParentalDisableMic = 642, - ProfaneChatName = 643, - PlayerSilencedEcho = 644, - PlayerUnsilencedEcho = 645, - LootCantLootThat = 646, - ArenaExpiredCais = 647, - GroupActionThrottled = 648, - AlreadyPickpocketed = 649, - NameInvalid = 650, - NameNoName = 651, - NameTooShort = 652, - NameTooLong = 653, - NameMixedLanguages = 654, - NameProfane = 655, - NameReserved = 656, - NameThreeConsecutive = 657, - NameInvalidSpace = 658, - NameConsecutiveSpaces = 659, - NameRussianConsecutiveSilentCharacters = 660, - NameRussianSilentCharacterAtBeginningOrEnd = 661, - NameDeclensionDoesntMatchBaseName = 662, - RecruitAFriendNotLinked = 663, - RecruitAFriendNotNow = 664, - RecruitAFriendSummonLevelMax = 665, - RecruitAFriendSummonCooldown = 666, - RecruitAFriendSummonOffline = 667, - RecruitAFriendInsufExpanLvl = 668, - RecruitAFriendMapIncomingTransferNotAllowed = 669, - NotSameAccount = 670, - BadOnUseEnchant = 671, - TradeSelf = 672, - TooManySockets = 673, - ItemMaxLimitCategoryCountExceededIs = 674, - TradeTargetMaxLimitCategoryCountExceededIs = 675, - ItemMaxLimitCategorySocketedExceededIs = 676, - ItemMaxLimitCategoryEquippedExceededIs = 677, - ShapeshiftFormCannotEquip = 678, - ItemInventoryFullSatchel = 679, - ScalingStatItemLevelExceeded = 680, - ScalingStatItemLevelTooLow = 681, - PurchaseLevelTooLow = 682, - GroupSwapFailed = 683, - InviteInCombat = 684, - InvalidGlyphSlot = 685, - GenericNoValidTargets = 686, - CalendarEventAlertS = 687, - PetLearnSpellS = 688, - PetLearnAbilityS = 689, - PetSpellUnlearnedS = 690, - InviteUnknownRealm = 691, - InviteNoPartyServer = 692, - InvitePartyBusy = 693, - PartyTargetAmbiguous = 694, - PartyLfgInviteRaidLocked = 695, - PartyLfgBootLimit = 696, - PartyLfgBootCooldownS = 697, - PartyLfgBootNotEligibleS = 698, - PartyLfgBootInpatientTimerS = 699, - PartyLfgBootInProgress = 700, - PartyLfgBootTooFewPlayers = 701, - PartyLfgBootVoteSucceeded = 702, - PartyLfgBootVoteFailed = 703, - PartyLfgBootInCombat = 704, - PartyLfgBootDungeonComplete = 705, - PartyLfgBootLootRolls = 706, - PartyLfgBootVoteRegistered = 707, - PartyPrivateGroupOnly = 708, - PartyLfgTeleportInCombat = 709, - RaidDisallowedByLevel = 710, - RaidDisallowedByCrossRealm = 711, - PartyRoleNotAvailable = 712, - JoinLfgObjectFailed = 713, - LfgRemovedLevelup = 714, - LfgRemovedXpToggle = 715, - LfgRemovedFactionChange = 716, - BattlegroundInfoThrottled = 717, - BattlegroundAlreadyIn = 718, - ArenaTeamChangeFailedQueued = 719, - ArenaTeamPermissions = 720, - NotWhileFalling = 721, - NotWhileMoving = 722, - NotWhileFatigued = 723, - MaxSockets = 724, - MultiCastActionTotemS = 725, - BattlegroundJoinLevelup = 726, - RemoveFromPvpQueueXpGain = 727, - BattlegroundJoinXpGain = 728, - BattlegroundJoinMercenary = 729, - BattlegroundJoinTooManyHealers = 730, - BattlegroundJoinRatedTooManyHealers = 731, - BattlegroundJoinTooManyTanks = 732, - BattlegroundJoinTooManyDamage = 733, - RaidDifficultyFailed = 734, - RaidDifficultyChangedS = 735, - LegacyRaidDifficultyChangedS = 736, - RaidLockoutChangedS = 737, - RaidConvertedToParty = 738, - PartyConvertedToRaid = 739, - PlayerDifficultyChangedS = 740, - GmresponseDbError = 741, - BattlegroundJoinRangeIndex = 742, - ArenaJoinRangeIndex = 743, - RemoveFromPvpQueueFactionChange = 744, - BattlegroundJoinFailed = 745, - BattlegroundJoinNoValidSpecForRole = 746, - BattlegroundJoinRespec = 747, - BattlegroundInvitationDeclined = 748, - BattlegroundJoinTimedOut = 749, - BattlegroundDupeQueue = 750, - BattlegroundJoinMustCompleteQuest = 751, - InBattlegroundRespec = 752, - MailLimitedDurationItem = 753, - YellRestrictedTrial = 754, - ChatRaidRestrictedTrial = 755, - LfgRoleCheckFailed = 756, - LfgRoleCheckFailedTimeout = 757, - LfgRoleCheckFailedNotViable = 758, - LfgReadyCheckFailed = 759, - LfgReadyCheckFailedTimeout = 760, - LfgGroupFull = 761, - LfgNoLfgObject = 762, - LfgNoSlotsPlayer = 763, - LfgNoSlotsParty = 764, - LfgNoSpec = 765, - LfgMismatchedSlots = 766, - LfgMismatchedSlotsLocalXrealm = 767, - LfgPartyPlayersFromDifferentRealms = 768, - LfgMembersNotPresent = 769, - LfgGetInfoTimeout = 770, - LfgInvalidSlot = 771, - LfgDeserterPlayer = 772, - LfgDeserterParty = 773, - LfgDead = 774, - LfgRandomCooldownPlayer = 775, - LfgRandomCooldownParty = 776, - LfgTooManyMembers = 777, - LfgTooFewMembers = 778, - LfgProposalFailed = 779, - LfgProposalDeclinedSelf = 780, - LfgProposalDeclinedParty = 781, - LfgNoSlotsSelected = 782, - LfgNoRolesSelected = 783, - LfgRoleCheckInitiated = 784, - LfgReadyCheckInitiated = 785, - LfgPlayerDeclinedRoleCheck = 786, - LfgPlayerDeclinedReadyCheck = 787, - LfgJoinedQueue = 788, - LfgJoinedFlexQueue = 789, - LfgJoinedRfQueue = 790, - LfgJoinedScenarioQueue = 791, - LfgJoinedWorldPvpQueue = 792, - LfgJoinedBattlefieldQueue = 793, - LfgJoinedList = 794, - LfgLeftQueue = 795, - LfgLeftList = 796, - LfgRoleCheckAborted = 797, - LfgReadyCheckAborted = 798, - LfgCantUseBattleground = 799, - LfgCantUseDungeons = 800, - LfgReasonTooManyLfg = 801, - InvalidTeleportLocation = 802, - TooFarToInteract = 803, - BattlegroundPlayersFromDifferentRealms = 804, - DifficultyChangeCooldownS = 805, - DifficultyChangeCombatCooldownS = 806, - DifficultyChangeWorldstate = 807, - DifficultyChangeEncounter = 808, - DifficultyChangeCombat = 809, - DifficultyChangePlayerBusy = 810, - DifficultyChangeAlreadyStarted = 811, - DifficultyChangeOtherHeroicS = 812, - DifficultyChangeHeroicInstanceAlreadyRunning = 813, - ArenaTeamPartySize = 814, - SoloShuffleWargameGroupSize = 815, - SoloShuffleWargameGroupComp = 816, - PvpPlayerAbandoned = 817, - QuestForceRemovedS = 818, - AttackNoActions = 819, - InRandomBg = 820, - InNonRandomBg = 821, - BnFriendSelf = 822, - BnFriendAlready = 823, - BnFriendBlocked = 824, - BnFriendListFull = 825, - BnFriendRequestSent = 826, - BnBroadcastThrottle = 827, - BgDeveloperOnly = 828, - CurrencySpellSlotMismatch = 829, - CurrencyNotTradable = 830, - RequiresExpansionS = 831, - QuestFailedSpell = 832, - TalentFailedNotEnoughTalentsInPrimaryTree = 833, - TalentFailedNoPrimaryTreeSelected = 834, - TalentFailedCantRemoveTalent = 835, - TalentFailedUnknown = 836, - WargameRequestFailure = 837, - RankRequiresAuthenticator = 838, - GuildBankVoucherFailed = 839, - WargameRequestSent = 840, - RequiresAchievementI = 841, - RefundResultExceedMaxCurrency = 842, - CantBuyQuantity = 843, - ItemIsBattlePayLocked = 844, - PartyAlreadyInBattlegroundQueue = 845, - PartyConfirmingBattlegroundQueue = 846, - BattlefieldTeamPartySize = 847, - InsuffTrackedCurrencyIs = 848, - NotOnTournamentRealm = 849, - GuildTrialAccountTrial = 850, - GuildTrialAccountVeteran = 851, - GuildUndeletableDueToLevel = 852, - CantDoThatInAGroup = 853, - GuildLeaderReplaced = 854, - TransmogrifyCantEquip = 855, - TransmogrifyInvalidItemType = 856, - TransmogrifyNotSoulbound = 857, - TransmogrifyInvalidSource = 858, - TransmogrifyInvalidDestination = 859, - TransmogrifyMismatch = 860, - TransmogrifyLegendary = 861, - TransmogrifySameItem = 862, - TransmogrifySameAppearance = 863, - TransmogrifyNotEquipped = 864, - VoidDepositFull = 865, - VoidWithdrawFull = 866, - VoidStorageWrapped = 867, - VoidStorageStackable = 868, - VoidStorageUnbound = 869, - VoidStorageRepair = 870, - VoidStorageCharges = 871, - VoidStorageQuest = 872, - VoidStorageConjured = 873, - VoidStorageMail = 874, - VoidStorageBag = 875, - VoidTransferStorageFull = 876, - VoidTransferInvFull = 877, - VoidTransferInternalError = 878, - VoidTransferItemInvalid = 879, - DifficultyDisabledInLfg = 880, - VoidStorageUnique = 881, - VoidStorageLoot = 882, - VoidStorageHoliday = 883, - VoidStorageDuration = 884, - VoidStorageLoadFailed = 885, - VoidStorageInvalidItem = 886, - ParentalControlsChatMuted = 887, - SorStartExperienceIncomplete = 888, - SorInvalidEmail = 889, - SorInvalidComment = 890, - ChallengeModeResetCooldownS = 891, - ChallengeModeResetKeystone = 892, - PetJournalAlreadyInLoadout = 893, - ReportSubmittedSuccessfully = 894, - ReportSubmissionFailed = 895, - SuggestionSubmittedSuccessfully = 896, - BugSubmittedSuccessfully = 897, - ChallengeModeEnabled = 898, - ChallengeModeDisabled = 899, - PetbattleCreateFailed = 900, - PetbattleNotHere = 901, - PetbattleNotHereOnTransport = 902, - PetbattleNotHereUnevenGround = 903, - PetbattleNotHereObstructed = 904, - PetbattleNotWhileInCombat = 905, - PetbattleNotWhileDead = 906, - PetbattleNotWhileFlying = 907, - PetbattleTargetInvalid = 908, - PetbattleTargetOutOfRange = 909, - PetbattleTargetNotCapturable = 910, - PetbattleNotATrainer = 911, - PetbattleDeclined = 912, - PetbattleInBattle = 913, - PetbattleInvalidLoadout = 914, - PetbattleAllPetsDead = 915, - PetbattleNoPetsInSlots = 916, - PetbattleNoAccountLock = 917, - PetbattleWildPetTapped = 918, - PetbattleRestrictedAccount = 919, - PetbattleOpponentNotAvailable = 920, - PetbattleNotWhileInMatchedBattle = 921, - CantHaveMorePetsOfThatType = 922, - CantHaveMorePets = 923, - PvpMapNotFound = 924, - PvpMapNotSet = 925, - PetbattleQueueQueued = 926, - PetbattleQueueAlreadyQueued = 927, - PetbattleQueueJoinFailed = 928, - PetbattleQueueJournalLock = 929, - PetbattleQueueRemoved = 930, - PetbattleQueueProposalDeclined = 931, - PetbattleQueueProposalTimeout = 932, - PetbattleQueueOpponentDeclined = 933, - PetbattleQueueRequeuedInternal = 934, - PetbattleQueueRequeuedRemoved = 935, - PetbattleQueueSlotLocked = 936, - PetbattleQueueSlotEmpty = 937, - PetbattleQueueSlotNoTracker = 938, - PetbattleQueueSlotNoSpecies = 939, - PetbattleQueueSlotCantBattle = 940, - PetbattleQueueSlotRevoked = 941, - PetbattleQueueSlotDead = 942, - PetbattleQueueSlotNoPet = 943, - PetbattleQueueNotWhileNeutral = 944, - PetbattleGameTimeLimitWarning = 945, - PetbattleGameRoundsLimitWarning = 946, - HasRestriction = 947, - ItemUpgradeItemTooLowLevel = 948, - ItemUpgradeNoPath = 949, - ItemUpgradeNoMoreUpgrades = 950, - BonusRollEmpty = 951, - ChallengeModeFull = 952, - ChallengeModeInProgress = 953, - ChallengeModeIncorrectKeystone = 954, - BattletagFriendNotFound = 955, - BattletagFriendNotValid = 956, - BattletagFriendNotAllowed = 957, - BattletagFriendThrottled = 958, - BattletagFriendSuccess = 959, - PetTooHighLevelToUncage = 960, - PetbattleInternal = 961, - CantCagePetYet = 962, - NoLootInChallengeMode = 963, - QuestPetBattleVictoriesPvpIi = 964, - RoleCheckAlreadyInProgress = 965, - RecruitAFriendAccountLimit = 966, - RecruitAFriendFailed = 967, - SetLootPersonal = 968, - SetLootMethodFailedCombat = 969, - ReagentBankFull = 970, - ReagentBankLocked = 971, - GarrisonBuildingExists = 972, - GarrisonInvalidPlot = 973, - GarrisonInvalidBuildingid = 974, - GarrisonInvalidPlotBuilding = 975, - GarrisonRequiresBlueprint = 976, - GarrisonNotEnoughCurrency = 977, - GarrisonNotEnoughGold = 978, - GarrisonCompleteMissionWrongFollowerType = 979, - AlreadyUsingLfgList = 980, - RestrictedAccountLfgListTrial = 981, - ToyUseLimitReached = 982, - ToyAlreadyKnown = 983, - TransmogSetAlreadyKnown = 984, - NotEnoughCurrency = 985, - SpecIsDisabled = 986, - FeatureRestrictedTrial = 987, - CantBeObliterated = 988, - CantBeScrapped = 989, - ArtifactRelicDoesNotMatchArtifact = 990, - MustEquipArtifact = 991, - CantDoThatRightNow = 992, - AffectingCombat = 993, - EquipmentManagerCombatSwapS = 994, - EquipmentManagerBagsFull = 995, - EquipmentManagerMissingItemS = 996, - MovieRecordingWarningPerf = 997, - MovieRecordingWarningDiskFull = 998, - MovieRecordingWarningNoMovie = 999, - MovieRecordingWarningRequirements = 1000, - MovieRecordingWarningCompressing = 1001, - NoChallengeModeReward = 1002, - ClaimedChallengeModeReward = 1003, - ChallengeModePeriodResetSs = 1004, - CantDoThatChallengeModeActive = 1005, - TalentFailedRestArea = 1006, - CannotAbandonLastPet = 1007, - TestCvarSetSss = 1008, - QuestTurnInFailReason = 1009, - ClaimedChallengeModeRewardOld = 1010, - TalentGrantedByAura = 1011, - ChallengeModeAlreadyComplete = 1012, - GlyphTargetNotAvailable = 1013, - PvpWarmodeToggleOn = 1014, - PvpWarmodeToggleOff = 1015, - SpellFailedLevelRequirement = 1016, - BattlegroundJoinRequiresLevel = 1017, - BattlegroundJoinDisqualified = 1018, - BattlegroundJoinDisqualifiedNoName = 1019, - VoiceChatGenericUnableToConnect = 1020, - VoiceChatServiceLost = 1021, - VoiceChatChannelNameTooShort = 1022, - VoiceChatChannelNameTooLong = 1023, - VoiceChatChannelAlreadyExists = 1024, - VoiceChatTargetNotFound = 1025, - VoiceChatTooManyRequests = 1026, - VoiceChatPlayerSilenced = 1027, - VoiceChatParentalDisableAll = 1028, - VoiceChatDisabled = 1029, - NoPvpReward = 1030, - ClaimedPvpReward = 1031, - AzeriteEssenceSelectionFailedEssenceNotUnlocked = 1032, - AzeriteEssenceSelectionFailedCantRemoveEssence = 1033, - AzeriteEssenceSelectionFailedConditionFailed = 1034, - AzeriteEssenceSelectionFailedRestArea = 1035, - AzeriteEssenceSelectionFailedSlotLocked = 1036, - AzeriteEssenceSelectionFailedNotAtForge = 1037, - AzeriteEssenceSelectionFailedHeartLevelTooLow = 1038, - AzeriteEssenceSelectionFailedNotEquipped = 1039, - SocketingRequiresPunchcardredGem = 1040, - SocketingPunchcardredGemOnlyInPunchcardredslot = 1041, - SocketingRequiresPunchcardyellowGem = 1042, - SocketingPunchcardyellowGemOnlyInPunchcardyellowslot = 1043, - SocketingRequiresPunchcardblueGem = 1044, - SocketingPunchcardblueGemOnlyInPunchcardblueslot = 1045, - SocketingRequiresDominationShard = 1046, - SocketingDominationShardOnlyInDominationslot = 1047, - SocketingRequiresCypherGem = 1048, - SocketingCypherGemOnlyInCypherslot = 1049, - LevelLinkingResultLinked = 1050, - LevelLinkingResultUnlinked = 1051, - ClubFinderErrorPostClub = 1052, - ClubFinderErrorApplyClub = 1053, - ClubFinderErrorRespondApplicant = 1054, - ClubFinderErrorCancelApplication = 1055, - ClubFinderErrorTypeAcceptApplication = 1056, - ClubFinderErrorTypeNoInvitePermissions = 1057, - ClubFinderErrorTypeNoPostingPermissions = 1058, - ClubFinderErrorTypeApplicantList = 1059, - ClubFinderErrorTypeApplicantListNoPerm = 1060, - ClubFinderErrorTypeFinderNotAvailable = 1061, - ClubFinderErrorTypeGetPostingIds = 1062, - ClubFinderErrorTypeJoinApplication = 1063, - ClubFinderErrorTypeRealmNotEligible = 1064, - ClubFinderErrorTypeFlaggedRename = 1065, - ClubFinderErrorTypeFlaggedDescriptionChange = 1066, - ItemInteractionNotEnoughGold = 1067, - ItemInteractionNotEnoughCurrency = 1068, - PlayerChoiceErrorPendingChoice = 1069, - SoulbindInvalidConduit = 1070, - SoulbindInvalidConduitItem = 1071, - SoulbindInvalidTalent = 1072, - SoulbindDuplicateConduit = 1073, - ActivateSoulbindS = 1074, - ActivateSoulbindFailedRestArea = 1075, - CantUseProfanity = 1076, - NotInPetBattle = 1077, - NotInNpe = 1078, - NoSpec = 1079, - NoDominationshardOverwrite = 1080, - UseWeeklyRewardsDisabled = 1081, + TradeFactionSpecific = 51, + SpellFailedS = 52, + ItemCooldown = 53, + PotionCooldown = 54, + FoodCooldown = 55, + SpellCooldown = 56, + AbilityCooldown = 57, + SpellAlreadyKnownS = 58, + PetSpellAlreadyKnownS = 59, + ProficiencyGainedS = 60, + SkillGainedS = 61, + SkillUpSi = 62, + LearnSpellS = 63, + LearnAbilityS = 64, + LearnPassiveS = 65, + LearnRecipeS = 66, + LearnCompanionS = 67, + LearnMountS = 68, + LearnToyS = 69, + LearnHeirloomS = 70, + LearnTransmogS = 71, + CompletedTransmogSetS = 72, + AppearanceAlreadyLearned = 73, + RevokeTransmogS = 74, + InvitePlayerS = 75, + InviteSelf = 76, + InvitedToGroupSs = 77, + InvitedAlreadyInGroupSs = 78, + AlreadyInGroupS = 79, + CrossRealmRaidInvite = 80, + PlayerBusyS = 81, + NewLeaderS = 82, + NewLeaderYou = 83, + NewGuideS = 84, + NewGuideYou = 85, + LeftGroupS = 86, + LeftGroupYou = 87, + GroupDisbanded = 88, + DeclineGroupS = 89, + JoinedGroupS = 90, + UninviteYou = 91, + BadPlayerNameS = 92, + NotInGroup = 93, + TargetNotInGroupS = 94, + TargetNotInInstanceS = 95, + NotInInstanceGroup = 96, + GroupFull = 97, + NotLeader = 98, + PlayerDiedS = 99, + GuildCreateS = 100, + GuildInviteS = 101, + InvitedToGuildSss = 102, + AlreadyInGuildS = 103, + AlreadyInvitedToGuildS = 104, + InvitedToGuild = 105, + AlreadyInGuild = 106, + GuildAccept = 107, + GuildDeclineS = 108, + GuildDeclineAutoS = 109, + GuildPermissions = 110, + GuildJoinS = 111, + GuildFounderS = 112, + GuildPromoteSss = 113, + GuildDemoteSs = 114, + GuildDemoteSss = 115, + GuildInviteSelf = 116, + GuildQuitS = 117, + GuildLeaveS = 118, + GuildRemoveSs = 119, + GuildRemoveSelf = 120, + GuildDisbandS = 121, + GuildDisbandSelf = 122, + GuildLeaderS = 123, + GuildLeaderSelf = 124, + GuildPlayerNotFoundS = 125, + GuildPlayerNotInGuildS = 126, + GuildPlayerNotInGuild = 127, + GuildCantPromoteS = 128, + GuildCantDemoteS = 129, + GuildNotInAGuild = 130, + GuildInternal = 131, + GuildLeaderIsS = 132, + GuildLeaderChangedSs = 133, + GuildDisbanded = 134, + GuildNotAllied = 135, + GuildLeaderLeave = 136, + GuildRanksLocked = 137, + GuildRankInUse = 138, + GuildRankTooHighS = 139, + GuildRankTooLowS = 140, + GuildNameExistsS = 141, + GuildWithdrawLimit = 142, + GuildNotEnoughMoney = 143, + GuildTooMuchMoney = 144, + GuildBankConjuredItem = 145, + GuildBankEquippedItem = 146, + GuildBankBoundItem = 147, + GuildBankQuestItem = 148, + GuildBankWrappedItem = 149, + GuildBankFull = 150, + GuildBankWrongTab = 151, + NoGuildCharter = 152, + OutOfRange = 153, + PlayerDead = 154, + ClientLockedOut = 155, + ClientOnTransport = 156, + KilledByS = 157, + LootLocked = 158, + LootTooFar = 159, + LootDidntKill = 160, + LootBadFacing = 161, + LootNotstanding = 162, + LootStunned = 163, + LootNoUi = 164, + LootWhileInvulnerable = 165, + NoLoot = 166, + QuestAcceptedS = 167, + QuestCompleteS = 168, + QuestFailedS = 169, + QuestFailedBagFullS = 170, + QuestFailedMaxCountS = 171, + QuestFailedLowLevel = 172, + QuestFailedMissingItems = 173, + QuestFailedWrongRace = 174, + QuestFailedNotEnoughMoney = 175, + QuestFailedExpansion = 176, + QuestOnlyOneTimed = 177, + QuestNeedPrereqs = 178, + QuestNeedPrereqsCustom = 179, + QuestAlreadyOn = 180, + QuestAlreadyDone = 181, + QuestAlreadyDoneDaily = 182, + QuestHasInProgress = 183, + QuestRewardExpI = 184, + QuestRewardMoneyS = 185, + QuestMustChoose = 186, + QuestLogFull = 187, + CombatDamageSsi = 188, + InspectS = 189, + CantUseItem = 190, + CantUseItemInArena = 191, + CantUseItemInRatedBattleground = 192, + MustEquipItem = 193, + PassiveAbility = 194, + Skill2HNotFound = 195, + NoAttackTarget = 196, + InvalidAttackTarget = 197, + AttackPvpTargetWhileUnflagged = 198, + AttackStunned = 199, + AttackPacified = 200, + AttackMounted = 201, + AttackFleeing = 202, + AttackConfused = 203, + AttackCharmed = 204, + AttackDead = 205, + AttackPreventedByMechanicS = 206, + AttackChannel = 207, + Taxisamenode = 208, + Taxinosuchpath = 209, + Taxiunspecifiedservererror = 210, + Taxinotenoughmoney = 211, + Taxitoofaraway = 212, + Taxinovendornearby = 213, + Taxinotvisited = 214, + Taxiplayerbusy = 215, + Taxiplayeralreadymounted = 216, + Taxiplayershapeshifted = 217, + Taxiplayermoving = 218, + Taxinopaths = 219, + Taxinoteligible = 220, + Taxinotstanding = 221, + NoReplyTarget = 222, + GenericNoTarget = 223, + InitiateTradeS = 224, + TradeRequestS = 225, + TradeBlockedS = 226, + TradeTargetDead = 227, + TradeTooFar = 228, + TradeCancelled = 229, + TradeComplete = 230, + TradeBagFull = 231, + TradeTargetBagFull = 232, + TradeMaxCountExceeded = 233, + TradeTargetMaxCountExceeded = 234, + InventoryTradeTooManyUniqueItem = 235, + AlreadyTrading = 236, + MountInvalidmountee = 237, + MountToofaraway = 238, + MountAlreadymounted = 239, + MountNotmountable = 240, + MountNotyourpet = 241, + MountOther = 242, + MountLooting = 243, + MountRacecantmount = 244, + MountShapeshifted = 245, + MountNoFavorites = 246, + MountNoMounts = 247, + DismountNopet = 248, + DismountNotmounted = 249, + DismountNotyourpet = 250, + SpellFailedTotems = 251, + SpellFailedReagents = 252, + SpellFailedReagentsGeneric = 253, + SpellFailedOptionalReagents = 254, + CantTradeGold = 255, + SpellFailedEquippedItem = 256, + SpellFailedEquippedItemClassS = 257, + SpellFailedShapeshiftFormS = 258, + SpellFailedAnotherInProgress = 259, + Badattackfacing = 260, + Badattackpos = 261, + ChestInUse = 262, + UseCantOpen = 263, + UseLocked = 264, + DoorLocked = 265, + ButtonLocked = 266, + UseLockedWithItemS = 267, + UseLockedWithSpellS = 268, + UseLockedWithSpellKnownSi = 269, + UseTooFar = 270, + UseBadAngle = 271, + UseObjectMoving = 272, + UseSpellFocus = 273, + UseDestroyed = 274, + SetLootFreeforall = 275, + SetLootRoundrobin = 276, + SetLootMaster = 277, + SetLootGroup = 278, + SetLootThresholdS = 279, + NewLootMasterS = 280, + SpecifyMasterLooter = 281, + LootSpecChangedS = 282, + TameFailed = 283, + ChatWhileDead = 284, + ChatPlayerNotFoundS = 285, + Newtaxipath = 286, + NoPet = 287, + Notyourpet = 288, + PetNotRenameable = 289, + QuestObjectiveCompleteS = 290, + QuestUnknownComplete = 291, + QuestAddKillSii = 292, + QuestAddFoundSii = 293, + QuestAddItemSii = 294, + QuestAddPlayerKillSii = 295, + Cannotcreatedirectory = 296, + Cannotcreatefile = 297, + PlayerWrongFaction = 298, + PlayerIsNeutral = 299, + BankslotFailedTooMany = 300, + BankslotInsufficientFunds = 301, + BankslotNotbanker = 302, + FriendDbError = 303, + FriendListFull = 304, + FriendAddedS = 305, + BattletagFriendAddedS = 306, + FriendOnlineSs = 307, + FriendOfflineS = 308, + FriendNotFound = 309, + FriendWrongFaction = 310, + FriendRemovedS = 311, + BattletagFriendRemovedS = 312, + FriendError = 313, + FriendAlreadyS = 314, + FriendSelf = 315, + FriendDeleted = 316, + IgnoreFull = 317, + IgnoreSelf = 318, + IgnoreNotFound = 319, + IgnoreAlreadyS = 320, + IgnoreAddedS = 321, + IgnoreRemovedS = 322, + IgnoreAmbiguous = 323, + IgnoreDeleted = 324, + OnlyOneBolt = 325, + OnlyOneAmmo = 326, + SpellFailedEquippedSpecificItem = 327, + WrongBagTypeSubclass = 328, + CantWrapStackable = 329, + CantWrapEquipped = 330, + CantWrapWrapped = 331, + CantWrapBound = 332, + CantWrapUnique = 333, + CantWrapBags = 334, + OutOfMana = 335, + OutOfRage = 336, + OutOfFocus = 337, + OutOfEnergy = 338, + OutOfChi = 339, + OutOfHealth = 340, + OutOfRunes = 341, + OutOfRunicPower = 342, + OutOfSoulShards = 343, + OutOfLunarPower = 344, + OutOfHolyPower = 345, + OutOfMaelstrom = 346, + OutOfComboPoints = 347, + OutOfInsanity = 348, + OutOfArcaneCharges = 349, + OutOfFury = 350, + OutOfPain = 351, + OutOfPowerDisplay = 352, + LootGone = 353, + MountForceddismount = 354, + AutofollowTooFar = 355, + UnitNotFound = 356, + InvalidFollowTarget = 357, + InvalidFollowPvpCombat = 358, + InvalidFollowTargetPvpCombat = 359, + InvalidInspectTarget = 360, + GuildemblemSuccess = 361, + GuildemblemInvalidTabardColors = 362, + GuildemblemNoguild = 363, + GuildemblemNotguildmaster = 364, + GuildemblemNotenoughmoney = 365, + GuildemblemInvalidvendor = 366, + EmblemerrorNotabardgeoset = 367, + SpellOutOfRange = 368, + CommandNeedsTarget = 369, + NoammoS = 370, + Toobusytofollow = 371, + DuelRequested = 372, + DuelCancelled = 373, + Deathbindalreadybound = 374, + DeathbindSuccessS = 375, + Noemotewhilerunning = 376, + ZoneExplored = 377, + ZoneExploredXp = 378, + InvalidItemTarget = 379, + InvalidQuestTarget = 380, + IgnoringYouS = 381, + FishNotHooked = 382, + FishEscaped = 383, + SpellFailedNotunsheathed = 384, + PetitionOfferedS = 385, + PetitionSigned = 386, + PetitionSignedS = 387, + PetitionDeclinedS = 388, + PetitionAlreadySigned = 389, + PetitionRestrictedAccountTrial = 390, + PetitionAlreadySignedOther = 391, + PetitionInGuild = 392, + PetitionCreator = 393, + PetitionNotEnoughSignatures = 394, + PetitionNotSameServer = 395, + PetitionFull = 396, + PetitionAlreadySignedByS = 397, + GuildNameInvalid = 398, + SpellUnlearnedS = 399, + PetSpellRooted = 400, + PetSpellAffectingCombat = 401, + PetSpellOutOfRange = 402, + PetSpellNotBehind = 403, + PetSpellTargetsDead = 404, + PetSpellDead = 405, + PetSpellNopath = 406, + ItemCantBeDestroyed = 407, + TicketAlreadyExists = 408, + TicketCreateError = 409, + TicketUpdateError = 410, + TicketDbError = 411, + TicketNoText = 412, + TicketTextTooLong = 413, + ObjectIsBusy = 414, + ExhaustionWellrested = 415, + ExhaustionRested = 416, + ExhaustionNormal = 417, + ExhaustionTired = 418, + ExhaustionExhausted = 419, + NoItemsWhileShapeshifted = 420, + CantInteractShapeshifted = 421, + RealmNotFound = 422, + MailQuestItem = 423, + MailBoundItem = 424, + MailConjuredItem = 425, + MailBag = 426, + MailToSelf = 427, + MailTargetNotFound = 428, + MailDatabaseError = 429, + MailDeleteItemError = 430, + MailWrappedCod = 431, + MailCantSendRealm = 432, + MailTempReturnOutage = 433, + MailRecepientCantReceiveMail = 434, + MailSent = 435, + MailTargetIsTrial = 436, + NotHappyEnough = 437, + UseCantImmune = 438, + CantBeDisenchanted = 439, + CantUseDisarmed = 440, + AuctionDatabaseError = 441, + AuctionHigherBid = 442, + AuctionAlreadyBid = 443, + AuctionOutbidS = 444, + AuctionWonS = 445, + AuctionRemovedS = 446, + AuctionBidPlaced = 447, + LogoutFailed = 448, + QuestPushSuccessS = 449, + QuestPushInvalidS = 450, + QuestPushInvalidToRecipientS = 451, + QuestPushAcceptedS = 452, + QuestPushDeclinedS = 453, + QuestPushBusyS = 454, + QuestPushDeadS = 455, + QuestPushDeadToRecipientS = 456, + QuestPushLogFullS = 457, + QuestPushLogFullToRecipientS = 458, + QuestPushOnquestS = 459, + QuestPushOnquestToRecipientS = 460, + QuestPushAlreadyDoneS = 461, + QuestPushAlreadyDoneToRecipientS = 462, + QuestPushNotDailyS = 463, + QuestPushTimerExpiredS = 464, + QuestPushNotInPartyS = 465, + QuestPushDifferentServerDailyS = 466, + QuestPushDifferentServerDailyToRecipientS = 467, + QuestPushNotAllowedS = 468, + QuestPushPrerequisiteS = 469, + QuestPushPrerequisiteToRecipientS = 470, + QuestPushLowLevelS = 471, + QuestPushLowLevelToRecipientS = 472, + QuestPushHighLevelS = 473, + QuestPushHighLevelToRecipientS = 474, + QuestPushClassS = 475, + QuestPushClassToRecipientS = 476, + QuestPushRaceS = 477, + QuestPushRaceToRecipientS = 478, + QuestPushLowFactionS = 479, + QuestPushLowFactionToRecipientS = 480, + QuestPushExpansionS = 481, + QuestPushExpansionToRecipientS = 482, + QuestPushNotGarrisonOwnerS = 483, + QuestPushNotGarrisonOwnerToRecipientS = 484, + QuestPushWrongCovenantS = 485, + QuestPushWrongCovenantToRecipientS = 486, + QuestPushNewPlayerExperienceS = 487, + QuestPushNewPlayerExperienceToRecipientS = 488, + QuestPushWrongFactionS = 489, + QuestPushWrongFactionToRecipientS = 490, + QuestPushCrossFactionRestrictedS = 491, + RaidGroupLowlevel = 492, + RaidGroupOnly = 493, + RaidGroupFull = 494, + RaidGroupRequirementsUnmatch = 495, + CorpseIsNotInInstance = 496, + PvpKillHonorable = 497, + PvpKillDishonorable = 498, + SpellFailedAlreadyAtFullHealth = 499, + SpellFailedAlreadyAtFullMana = 500, + SpellFailedAlreadyAtFullPowerS = 501, + AutolootMoneyS = 502, + GenericStunned = 503, + GenericThrottle = 504, + ClubFinderSearchingTooFast = 505, + TargetStunned = 506, + MustRepairDurability = 507, + RaidYouJoined = 508, + RaidYouLeft = 509, + InstanceGroupJoinedWithParty = 510, + InstanceGroupJoinedWithRaid = 511, + RaidMemberAddedS = 512, + RaidMemberRemovedS = 513, + InstanceGroupAddedS = 514, + InstanceGroupRemovedS = 515, + ClickOnItemToFeed = 516, + TooManyChatChannels = 517, + LootRollPending = 518, + LootPlayerNotFound = 519, + NotInRaid = 520, + LoggingOut = 521, + TargetLoggingOut = 522, + NotWhileMounted = 523, + NotWhileShapeshifted = 524, + NotInCombat = 525, + NotWhileDisarmed = 526, + PetBroken = 527, + TalentWipeError = 528, + SpecWipeError = 529, + GlyphWipeError = 530, + PetSpecWipeError = 531, + FeignDeathResisted = 532, + MeetingStoneInQueueS = 533, + MeetingStoneLeftQueueS = 534, + MeetingStoneOtherMemberLeft = 535, + MeetingStonePartyKickedFromQueue = 536, + MeetingStoneMemberStillInQueue = 537, + MeetingStoneSuccess = 538, + MeetingStoneInProgress = 539, + MeetingStoneMemberAddedS = 540, + MeetingStoneGroupFull = 541, + MeetingStoneNotLeader = 542, + MeetingStoneInvalidLevel = 543, + MeetingStoneTargetNotInParty = 544, + MeetingStoneTargetInvalidLevel = 545, + MeetingStoneMustBeLeader = 546, + MeetingStoneNoRaidGroup = 547, + MeetingStoneNeedParty = 548, + MeetingStoneNotFound = 549, + MeetingStoneTargetInVehicle = 550, + GuildemblemSame = 551, + EquipTradeItem = 552, + PvpToggleOn = 553, + PvpToggleOff = 554, + GroupJoinBattlegroundDeserters = 555, + GroupJoinBattlegroundDead = 556, + GroupJoinBattlegroundS = 557, + GroupJoinBattlegroundFail = 558, + GroupJoinBattlegroundTooMany = 559, + SoloJoinBattlegroundS = 560, + JoinSingleScenarioS = 561, + BattlegroundTooManyQueues = 562, + BattlegroundCannotQueueForRated = 563, + BattledgroundQueuedForRated = 564, + BattlegroundTeamLeftQueue = 565, + BattlegroundNotInBattleground = 566, + AlreadyInArenaTeamS = 567, + InvalidPromotionCode = 568, + BgPlayerJoinedSs = 569, + BgPlayerLeftS = 570, + RestrictedAccount = 571, + RestrictedAccountTrial = 572, + PlayTimeExceeded = 573, + ApproachingPartialPlayTime = 574, + ApproachingPartialPlayTime2 = 575, + ApproachingNoPlayTime = 576, + ApproachingNoPlayTime2 = 577, + UnhealthyTime = 578, + ChatRestrictedTrial = 579, + ChatThrottled = 580, + MailReachedCap = 581, + InvalidRaidTarget = 582, + RaidLeaderReadyCheckStartS = 583, + ReadyCheckInProgress = 584, + ReadyCheckThrottled = 585, + DungeonDifficultyFailed = 586, + DungeonDifficultyChangedS = 587, + TradeWrongRealm = 588, + TradeNotOnTaplist = 589, + ChatPlayerAmbiguousS = 590, + LootCantLootThatNow = 591, + LootMasterInvFull = 592, + LootMasterUniqueItem = 593, + LootMasterOther = 594, + FilteringYouS = 595, + UsePreventedByMechanicS = 596, + ItemUniqueEquippable = 597, + LfgLeaderIsLfmS = 598, + LfgPending = 599, + CantSpeakLangage = 600, + VendorMissingTurnins = 601, + BattlegroundNotInTeam = 602, + NotInBattleground = 603, + NotEnoughHonorPoints = 604, + NotEnoughArenaPoints = 605, + SocketingRequiresMetaGem = 606, + SocketingMetaGemOnlyInMetaslot = 607, + SocketingRequiresHydraulicGem = 608, + SocketingHydraulicGemOnlyInHydraulicslot = 609, + SocketingRequiresCogwheelGem = 610, + SocketingCogwheelGemOnlyInCogwheelslot = 611, + SocketingItemTooLowLevel = 612, + ItemMaxCountSocketed = 613, + SystemDisabled = 614, + QuestFailedTooManyDailyQuestsI = 615, + ItemMaxCountEquippedSocketed = 616, + ItemUniqueEquippableSocketed = 617, + UserSquelched = 618, + AccountSilenced = 619, + PartyMemberSilenced = 620, + PartyMemberSilencedLfgDelist = 621, + TooMuchGold = 622, + NotBarberSitting = 623, + QuestFailedCais = 624, + InviteRestrictedTrial = 625, + VoiceIgnoreFull = 626, + VoiceIgnoreSelf = 627, + VoiceIgnoreNotFound = 628, + VoiceIgnoreAlreadyS = 629, + VoiceIgnoreAddedS = 630, + VoiceIgnoreRemovedS = 631, + VoiceIgnoreAmbiguous = 632, + VoiceIgnoreDeleted = 633, + UnknownMacroOptionS = 634, + NotDuringArenaMatch = 635, + NotInRatedBattleground = 636, + PlayerSilenced = 637, + PlayerUnsilenced = 638, + ComsatDisconnect = 639, + ComsatReconnectAttempt = 640, + ComsatConnectFail = 641, + MailInvalidAttachmentSlot = 642, + MailTooManyAttachments = 643, + MailInvalidAttachment = 644, + MailAttachmentExpired = 645, + VoiceChatParentalDisableMic = 646, + ProfaneChatName = 647, + PlayerSilencedEcho = 648, + PlayerUnsilencedEcho = 649, + LootCantLootThat = 650, + ArenaExpiredCais = 651, + GroupActionThrottled = 652, + AlreadyPickpocketed = 653, + NameInvalid = 654, + NameNoName = 655, + NameTooShort = 656, + NameTooLong = 657, + NameMixedLanguages = 658, + NameProfane = 659, + NameReserved = 660, + NameThreeConsecutive = 661, + NameInvalidSpace = 662, + NameConsecutiveSpaces = 663, + NameRussianConsecutiveSilentCharacters = 664, + NameRussianSilentCharacterAtBeginningOrEnd = 665, + NameDeclensionDoesntMatchBaseName = 666, + RecruitAFriendNotLinked = 667, + RecruitAFriendNotNow = 668, + RecruitAFriendSummonLevelMax = 669, + RecruitAFriendSummonCooldown = 670, + RecruitAFriendSummonOffline = 671, + RecruitAFriendInsufExpanLvl = 672, + RecruitAFriendMapIncomingTransferNotAllowed = 673, + NotSameAccount = 674, + BadOnUseEnchant = 675, + TradeSelf = 676, + TooManySockets = 677, + ItemMaxLimitCategoryCountExceededIs = 678, + TradeTargetMaxLimitCategoryCountExceededIs = 679, + ItemMaxLimitCategorySocketedExceededIs = 680, + ItemMaxLimitCategoryEquippedExceededIs = 681, + ShapeshiftFormCannotEquip = 682, + ItemInventoryFullSatchel = 683, + ScalingStatItemLevelExceeded = 684, + ScalingStatItemLevelTooLow = 685, + PurchaseLevelTooLow = 686, + GroupSwapFailed = 687, + InviteInCombat = 688, + InvalidGlyphSlot = 689, + GenericNoValidTargets = 690, + CalendarEventAlertS = 691, + PetLearnSpellS = 692, + PetLearnAbilityS = 693, + PetSpellUnlearnedS = 694, + InviteUnknownRealm = 695, + InviteNoPartyServer = 696, + InvitePartyBusy = 697, + PartyTargetAmbiguous = 698, + PartyLfgInviteRaidLocked = 699, + PartyLfgBootLimit = 700, + PartyLfgBootCooldownS = 701, + PartyLfgBootNotEligibleS = 702, + PartyLfgBootInpatientTimerS = 703, + PartyLfgBootInProgress = 704, + PartyLfgBootTooFewPlayers = 705, + PartyLfgBootVoteSucceeded = 706, + PartyLfgBootVoteFailed = 707, + PartyLfgBootInCombat = 708, + PartyLfgBootDungeonComplete = 709, + PartyLfgBootLootRolls = 710, + PartyLfgBootVoteRegistered = 711, + PartyPrivateGroupOnly = 712, + PartyLfgTeleportInCombat = 713, + RaidDisallowedByLevel = 714, + RaidDisallowedByCrossRealm = 715, + PartyRoleNotAvailable = 716, + JoinLfgObjectFailed = 717, + LfgRemovedLevelup = 718, + LfgRemovedXpToggle = 719, + LfgRemovedFactionChange = 720, + BattlegroundInfoThrottled = 721, + BattlegroundAlreadyIn = 722, + ArenaTeamChangeFailedQueued = 723, + ArenaTeamPermissions = 724, + NotWhileFalling = 725, + NotWhileMoving = 726, + NotWhileFatigued = 727, + MaxSockets = 728, + MultiCastActionTotemS = 729, + BattlegroundJoinLevelup = 730, + RemoveFromPvpQueueXpGain = 731, + BattlegroundJoinXpGain = 732, + BattlegroundJoinMercenary = 733, + BattlegroundJoinTooManyHealers = 734, + BattlegroundJoinRatedTooManyHealers = 735, + BattlegroundJoinTooManyTanks = 736, + BattlegroundJoinTooManyDamage = 737, + RaidDifficultyFailed = 738, + RaidDifficultyChangedS = 739, + LegacyRaidDifficultyChangedS = 740, + RaidLockoutChangedS = 741, + RaidConvertedToParty = 742, + PartyConvertedToRaid = 743, + PlayerDifficultyChangedS = 744, + GmresponseDbError = 745, + BattlegroundJoinRangeIndex = 746, + ArenaJoinRangeIndex = 747, + RemoveFromPvpQueueFactionChange = 748, + BattlegroundJoinFailed = 749, + BattlegroundJoinNoValidSpecForRole = 750, + BattlegroundJoinRespec = 751, + BattlegroundInvitationDeclined = 752, + BattlegroundJoinTimedOut = 753, + BattlegroundDupeQueue = 754, + BattlegroundJoinMustCompleteQuest = 755, + InBattlegroundRespec = 756, + MailLimitedDurationItem = 757, + YellRestrictedTrial = 758, + ChatRaidRestrictedTrial = 759, + LfgRoleCheckFailed = 760, + LfgRoleCheckFailedTimeout = 761, + LfgRoleCheckFailedNotViable = 762, + LfgReadyCheckFailed = 763, + LfgReadyCheckFailedTimeout = 764, + LfgGroupFull = 765, + LfgNoLfgObject = 766, + LfgNoSlotsPlayer = 767, + LfgNoSlotsParty = 768, + LfgNoSpec = 769, + LfgMismatchedSlots = 770, + LfgMismatchedSlotsLocalXrealm = 771, + LfgPartyPlayersFromDifferentRealms = 772, + LfgMembersNotPresent = 773, + LfgGetInfoTimeout = 774, + LfgInvalidSlot = 775, + LfgDeserterPlayer = 776, + LfgDeserterParty = 777, + LfgDead = 778, + LfgRandomCooldownPlayer = 779, + LfgRandomCooldownParty = 780, + LfgTooManyMembers = 781, + LfgTooFewMembers = 782, + LfgProposalFailed = 783, + LfgProposalDeclinedSelf = 784, + LfgProposalDeclinedParty = 785, + LfgNoSlotsSelected = 786, + LfgNoRolesSelected = 787, + LfgRoleCheckInitiated = 788, + LfgReadyCheckInitiated = 789, + LfgPlayerDeclinedRoleCheck = 790, + LfgPlayerDeclinedReadyCheck = 791, + LfgJoinedQueue = 792, + LfgJoinedFlexQueue = 793, + LfgJoinedRfQueue = 794, + LfgJoinedScenarioQueue = 795, + LfgJoinedWorldPvpQueue = 796, + LfgJoinedBattlefieldQueue = 797, + LfgJoinedList = 798, + LfgLeftQueue = 799, + LfgLeftList = 800, + LfgRoleCheckAborted = 801, + LfgReadyCheckAborted = 802, + LfgCantUseBattleground = 803, + LfgCantUseDungeons = 804, + LfgReasonTooManyLfg = 805, + LfgFarmLimit = 806, + LfgNoCrossFactionParties = 807, + InvalidTeleportLocation = 808, + TooFarToInteract = 809, + BattlegroundPlayersFromDifferentRealms = 810, + DifficultyChangeCooldownS = 811, + DifficultyChangeCombatCooldownS = 812, + DifficultyChangeWorldstate = 813, + DifficultyChangeEncounter = 814, + DifficultyChangeCombat = 815, + DifficultyChangePlayerBusy = 816, + DifficultyChangeAlreadyStarted = 817, + DifficultyChangeOtherHeroicS = 818, + DifficultyChangeHeroicInstanceAlreadyRunning = 819, + ArenaTeamPartySize = 820, + SoloShuffleWargameGroupSize = 821, + SoloShuffleWargameGroupComp = 822, + PvpPlayerAbandoned = 823, + QuestForceRemovedS = 824, + AttackNoActions = 825, + InRandomBg = 826, + InNonRandomBg = 827, + BnFriendSelf = 828, + BnFriendAlready = 829, + BnFriendBlocked = 830, + BnFriendListFull = 831, + BnFriendRequestSent = 832, + BnBroadcastThrottle = 833, + BgDeveloperOnly = 834, + CurrencySpellSlotMismatch = 835, + CurrencyNotTradable = 836, + RequiresExpansionS = 837, + QuestFailedSpell = 838, + TalentFailedNotEnoughTalentsInPrimaryTree = 839, + TalentFailedNoPrimaryTreeSelected = 840, + TalentFailedCantRemoveTalent = 841, + TalentFailedUnknown = 842, + WargameRequestFailure = 843, + RankRequiresAuthenticator = 844, + GuildBankVoucherFailed = 845, + WargameRequestSent = 846, + RequiresAchievementI = 847, + RefundResultExceedMaxCurrency = 848, + CantBuyQuantity = 849, + ItemIsBattlePayLocked = 850, + PartyAlreadyInBattlegroundQueue = 851, + PartyConfirmingBattlegroundQueue = 852, + BattlefieldTeamPartySize = 853, + InsuffTrackedCurrencyIs = 854, + NotOnTournamentRealm = 855, + GuildTrialAccountTrial = 856, + GuildTrialAccountVeteran = 857, + GuildUndeletableDueToLevel = 858, + CantDoThatInAGroup = 859, + GuildLeaderReplaced = 860, + TransmogrifyCantEquip = 861, + TransmogrifyInvalidItemType = 862, + TransmogrifyNotSoulbound = 863, + TransmogrifyInvalidSource = 864, + TransmogrifyInvalidDestination = 865, + TransmogrifyMismatch = 866, + TransmogrifyLegendary = 867, + TransmogrifySameItem = 868, + TransmogrifySameAppearance = 869, + TransmogrifyNotEquipped = 870, + VoidDepositFull = 871, + VoidWithdrawFull = 872, + VoidStorageWrapped = 873, + VoidStorageStackable = 874, + VoidStorageUnbound = 875, + VoidStorageRepair = 876, + VoidStorageCharges = 877, + VoidStorageQuest = 878, + VoidStorageConjured = 879, + VoidStorageMail = 880, + VoidStorageBag = 881, + VoidTransferStorageFull = 882, + VoidTransferInvFull = 883, + VoidTransferInternalError = 884, + VoidTransferItemInvalid = 885, + DifficultyDisabledInLfg = 886, + VoidStorageUnique = 887, + VoidStorageLoot = 888, + VoidStorageHoliday = 889, + VoidStorageDuration = 890, + VoidStorageLoadFailed = 891, + VoidStorageInvalidItem = 892, + ParentalControlsChatMuted = 893, + SorStartExperienceIncomplete = 894, + SorInvalidEmail = 895, + SorInvalidComment = 896, + ChallengeModeResetCooldownS = 897, + ChallengeModeResetKeystone = 898, + PetJournalAlreadyInLoadout = 899, + ReportSubmittedSuccessfully = 900, + ReportSubmissionFailed = 901, + SuggestionSubmittedSuccessfully = 902, + BugSubmittedSuccessfully = 903, + ChallengeModeEnabled = 904, + ChallengeModeDisabled = 905, + PetbattleCreateFailed = 906, + PetbattleNotHere = 907, + PetbattleNotHereOnTransport = 908, + PetbattleNotHereUnevenGround = 909, + PetbattleNotHereObstructed = 910, + PetbattleNotWhileInCombat = 911, + PetbattleNotWhileDead = 912, + PetbattleNotWhileFlying = 913, + PetbattleTargetInvalid = 914, + PetbattleTargetOutOfRange = 915, + PetbattleTargetNotCapturable = 916, + PetbattleNotATrainer = 917, + PetbattleDeclined = 918, + PetbattleInBattle = 919, + PetbattleInvalidLoadout = 920, + PetbattleAllPetsDead = 921, + PetbattleNoPetsInSlots = 922, + PetbattleNoAccountLock = 923, + PetbattleWildPetTapped = 924, + PetbattleRestrictedAccount = 925, + PetbattleOpponentNotAvailable = 926, + PetbattleNotWhileInMatchedBattle = 927, + CantHaveMorePetsOfThatType = 928, + CantHaveMorePets = 929, + PvpMapNotFound = 930, + PvpMapNotSet = 931, + PetbattleQueueQueued = 932, + PetbattleQueueAlreadyQueued = 933, + PetbattleQueueJoinFailed = 934, + PetbattleQueueJournalLock = 935, + PetbattleQueueRemoved = 936, + PetbattleQueueProposalDeclined = 937, + PetbattleQueueProposalTimeout = 938, + PetbattleQueueOpponentDeclined = 939, + PetbattleQueueRequeuedInternal = 940, + PetbattleQueueRequeuedRemoved = 941, + PetbattleQueueSlotLocked = 942, + PetbattleQueueSlotEmpty = 943, + PetbattleQueueSlotNoTracker = 944, + PetbattleQueueSlotNoSpecies = 945, + PetbattleQueueSlotCantBattle = 946, + PetbattleQueueSlotRevoked = 947, + PetbattleQueueSlotDead = 948, + PetbattleQueueSlotNoPet = 949, + PetbattleQueueNotWhileNeutral = 950, + PetbattleGameTimeLimitWarning = 951, + PetbattleGameRoundsLimitWarning = 952, + HasRestriction = 953, + ItemUpgradeItemTooLowLevel = 954, + ItemUpgradeNoPath = 955, + ItemUpgradeNoMoreUpgrades = 956, + BonusRollEmpty = 957, + ChallengeModeFull = 958, + ChallengeModeInProgress = 959, + ChallengeModeIncorrectKeystone = 960, + BattletagFriendNotFound = 961, + BattletagFriendNotValid = 962, + BattletagFriendNotAllowed = 963, + BattletagFriendThrottled = 964, + BattletagFriendSuccess = 965, + PetTooHighLevelToUncage = 966, + PetbattleInternal = 967, + CantCagePetYet = 968, + NoLootInChallengeMode = 969, + QuestPetBattleVictoriesPvpIi = 970, + RoleCheckAlreadyInProgress = 971, + RecruitAFriendAccountLimit = 972, + RecruitAFriendFailed = 973, + SetLootPersonal = 974, + SetLootMethodFailedCombat = 975, + ReagentBankFull = 976, + ReagentBankLocked = 977, + GarrisonBuildingExists = 978, + GarrisonInvalidPlot = 979, + GarrisonInvalidBuildingid = 980, + GarrisonInvalidPlotBuilding = 981, + GarrisonRequiresBlueprint = 982, + GarrisonNotEnoughCurrency = 983, + GarrisonNotEnoughGold = 984, + GarrisonCompleteMissionWrongFollowerType = 985, + AlreadyUsingLfgList = 986, + RestrictedAccountLfgListTrial = 987, + ToyUseLimitReached = 988, + ToyAlreadyKnown = 989, + TransmogSetAlreadyKnown = 990, + NotEnoughCurrency = 991, + SpecIsDisabled = 992, + FeatureRestrictedTrial = 993, + CantBeObliterated = 994, + CantBeScrapped = 995, + ArtifactRelicDoesNotMatchArtifact = 996, + MustEquipArtifact = 997, + CantDoThatRightNow = 998, + AffectingCombat = 999, + EquipmentManagerCombatSwapS = 1000, + EquipmentManagerBagsFull = 1001, + EquipmentManagerMissingItemS = 1002, + MovieRecordingWarningPerf = 1003, + MovieRecordingWarningDiskFull = 1004, + MovieRecordingWarningNoMovie = 1005, + MovieRecordingWarningRequirements = 1006, + MovieRecordingWarningCompressing = 1007, + NoChallengeModeReward = 1008, + ClaimedChallengeModeReward = 1009, + ChallengeModePeriodResetSs = 1010, + CantDoThatChallengeModeActive = 1011, + TalentFailedRestArea = 1012, + CannotAbandonLastPet = 1013, + TestCvarSetSss = 1014, + QuestTurnInFailReason = 1015, + ClaimedChallengeModeRewardOld = 1016, + TalentGrantedByAura = 1017, + ChallengeModeAlreadyComplete = 1018, + GlyphTargetNotAvailable = 1019, + PvpWarmodeToggleOn = 1020, + PvpWarmodeToggleOff = 1021, + SpellFailedLevelRequirement = 1022, + BattlegroundJoinRequiresLevel = 1023, + BattlegroundJoinDisqualified = 1024, + BattlegroundJoinDisqualifiedNoName = 1025, + VoiceChatGenericUnableToConnect = 1026, + VoiceChatServiceLost = 1027, + VoiceChatChannelNameTooShort = 1028, + VoiceChatChannelNameTooLong = 1029, + VoiceChatChannelAlreadyExists = 1030, + VoiceChatTargetNotFound = 1031, + VoiceChatTooManyRequests = 1032, + VoiceChatPlayerSilenced = 1033, + VoiceChatParentalDisableAll = 1034, + VoiceChatDisabled = 1035, + NoPvpReward = 1036, + ClaimedPvpReward = 1037, + AzeriteEssenceSelectionFailedEssenceNotUnlocked = 1038, + AzeriteEssenceSelectionFailedCantRemoveEssence = 1039, + AzeriteEssenceSelectionFailedConditionFailed = 1040, + AzeriteEssenceSelectionFailedRestArea = 1041, + AzeriteEssenceSelectionFailedSlotLocked = 1042, + AzeriteEssenceSelectionFailedNotAtForge = 1043, + AzeriteEssenceSelectionFailedHeartLevelTooLow = 1044, + AzeriteEssenceSelectionFailedNotEquipped = 1045, + SocketingRequiresPunchcardredGem = 1046, + SocketingPunchcardredGemOnlyInPunchcardredslot = 1047, + SocketingRequiresPunchcardyellowGem = 1048, + SocketingPunchcardyellowGemOnlyInPunchcardyellowslot = 1049, + SocketingRequiresPunchcardblueGem = 1050, + SocketingPunchcardblueGemOnlyInPunchcardblueslot = 1051, + SocketingRequiresDominationShard = 1052, + SocketingDominationShardOnlyInDominationslot = 1053, + SocketingRequiresCypherGem = 1054, + SocketingCypherGemOnlyInCypherslot = 1055, + LevelLinkingResultLinked = 1056, + LevelLinkingResultUnlinked = 1057, + ClubFinderErrorPostClub = 1058, + ClubFinderErrorApplyClub = 1059, + ClubFinderErrorRespondApplicant = 1060, + ClubFinderErrorCancelApplication = 1061, + ClubFinderErrorTypeAcceptApplication = 1062, + ClubFinderErrorTypeNoInvitePermissions = 1063, + ClubFinderErrorTypeNoPostingPermissions = 1064, + ClubFinderErrorTypeApplicantList = 1065, + ClubFinderErrorTypeApplicantListNoPerm = 1066, + ClubFinderErrorTypeFinderNotAvailable = 1067, + ClubFinderErrorTypeGetPostingIds = 1068, + ClubFinderErrorTypeJoinApplication = 1069, + ClubFinderErrorTypeRealmNotEligible = 1070, + ClubFinderErrorTypeFlaggedRename = 1071, + ClubFinderErrorTypeFlaggedDescriptionChange = 1072, + ItemInteractionNotEnoughGold = 1073, + ItemInteractionNotEnoughCurrency = 1074, + PlayerChoiceErrorPendingChoice = 1075, + SoulbindInvalidConduit = 1076, + SoulbindInvalidConduitItem = 1077, + SoulbindInvalidTalent = 1078, + SoulbindDuplicateConduit = 1079, + ActivateSoulbindS = 1080, + ActivateSoulbindFailedRestArea = 1081, + CantUseProfanity = 1082, + NotInPetBattle = 1083, + NotInNpe = 1084, + NoSpec = 1085, + NoDominationshardOverwrite = 1086, + UseWeeklyRewardsDisabled = 1087, + CrossFactionGroupJoined = 1088, + CantTargetUnfriendlyInOverworld = 1089 } public enum SceneFlags diff --git a/Source/Framework/Constants/Spells/SpellConst.cs b/Source/Framework/Constants/Spells/SpellConst.cs index 42c627952..f6f78a7f4 100644 --- a/Source/Framework/Constants/Spells/SpellConst.cs +++ b/Source/Framework/Constants/Spells/SpellConst.cs @@ -522,251 +522,254 @@ namespace Framework.Constants ItemGone = 66, ItemNotFound = 67, ItemNotReady = 68, - LevelRequirement = 69, - LineOfSight = 70, - Lowlevel = 71, - LowCastlevel = 72, - MainhandEmpty = 73, - Moving = 74, - NeedAmmo = 75, - NeedAmmoPouch = 76, - NeedExoticAmmo = 77, - NeedMoreItems = 78, - NoPath = 79, - NotBehind = 80, - NotFishable = 81, - NotFlying = 82, - NotHere = 83, - NotInfront = 84, - NotInControl = 85, - NotKnown = 86, - NotMounted = 87, - NotOnTaxi = 88, - NotOnTransport = 89, - NotReady = 90, - NotShapeshift = 91, - NotStanding = 92, - NotTradeable = 93, - NotTrading = 94, - NotUnsheathed = 95, - NotWhileGhost = 96, - NotWhileLooting = 97, - NoAmmo = 98, - NoChargesRemain = 99, - NoComboPoints = 100, - NoDueling = 101, - NoEndurance = 102, - NoFish = 103, - NoItemsWhileShapeshifted = 104, - NoMountsAllowed = 105, - NoPet = 106, - NoPower = 107, - NothingToDispel = 108, - NothingToSteal = 109, - OnlyAbovewater = 110, - OnlyIndoors = 111, - OnlyMounted = 112, - OnlyOutdoors = 113, - OnlyShapeshift = 114, - OnlyStealthed = 115, - OnlyUnderwater = 116, - OutOfRange = 117, - Pacified = 118, - Possessed = 119, - Reagents = 120, - RequiresArea = 121, - RequiresSpellFocus = 122, - Rooted = 123, - Silenced = 124, - SpellInProgress = 125, - SpellLearned = 126, - SpellUnavailable = 127, - Stunned = 128, - TargetsDead = 129, - TargetAffectingCombat = 130, - TargetAurastate = 131, - TargetDueling = 132, - TargetEnemy = 133, - TargetEnraged = 134, - TargetFriendly = 135, - TargetInCombat = 136, - TargetInPetBattle = 137, - TargetIsPlayer = 138, - TargetIsPlayerControlled = 139, - TargetNotDead = 140, - TargetNotInParty = 141, - TargetNotLooted = 142, - TargetNotPlayer = 143, - TargetNoPockets = 144, - TargetNoWeapons = 145, - TargetNoRangedWeapons = 146, - TargetUnskinnable = 147, - ThirstSatiated = 148, - TooClose = 149, - TooManyOfItem = 150, - TotemCategory = 151, - Totems = 152, - TryAgain = 153, - UnitNotBehind = 154, - UnitNotInfront = 155, - VisionObscured = 156, - WrongPetFood = 157, - NotWhileFatigued = 158, - TargetNotInInstance = 159, - NotWhileTrading = 160, - TargetNotInRaid = 161, - TargetFreeforall = 162, - NoEdibleCorpses = 163, - OnlyBattlegrounds = 164, - TargetNotGhost = 165, - TransformUnusable = 166, - WrongWeather = 167, - DamageImmune = 168, - PreventedByMechanic = 169, - PlayTime = 170, - Reputation = 171, - MinSkill = 172, - NotInRatedBattleground = 173, - NotOnShapeshift = 174, - NotOnStealthed = 175, - NotOnDamageImmune = 176, - NotOnMounted = 177, - TooShallow = 178, - TargetNotInSanctuary = 179, - TargetIsTrivial = 180, - BmOrInvisgod = 181, - GroundMountNotAllowed = 182, - FloatingMountNotAllowed = 183, - UnderwaterMountNotAllowed = 184, - FlyingMountNotAllowed = 185, - ApprenticeRidingRequirement = 186, - JourneymanRidingRequirement = 187, - ExpertRidingRequirement = 188, - ArtisanRidingRequirement = 189, - MasterRidingRequirement = 190, - ColdRidingRequirement = 191, - FlightMasterRidingRequirement = 192, - CsRidingRequirement = 193, - PandaRidingRequirement = 194, - DraenorRidingRequirement = 195, - BrokenIslesRidingRequirement = 196, - MountNoFloatHere = 197, - MountNoUnderwaterHere = 198, - MountAboveWaterHere = 199, - MountCollectedOnOtherChar = 200, - NotIdle = 201, - NotInactive = 202, - PartialPlaytime = 203, - NoPlaytime = 204, - NotInBattleground = 205, - NotInRaidInstance = 206, - OnlyInArena = 207, - TargetLockedToRaidInstance = 208, - OnUseEnchant = 209, - NotOnGround = 210, - CustomError = 211, - CantDoThatRightNow = 212, - TooManySockets = 213, - InvalidGlyph = 214, - UniqueGlyph = 215, - GlyphSocketLocked = 216, - GlyphExclusiveCategory = 217, - GlyphInvalidSpec = 218, - GlyphNoSpec = 219, - NoActiveGlyphs = 220, - NoValidTargets = 221, - ItemAtMaxCharges = 222, - NotInBarbershop = 223, - FishingTooLow = 224, - ItemEnchantTradeWindow = 225, - SummonPending = 226, - MaxSockets = 227, - PetCanRename = 228, - TargetCannotBeResurrected = 229, - TargetHasResurrectPending = 230, - NoActions = 231, - CurrencyWeightMismatch = 232, - WeightNotEnough = 233, - WeightTooMuch = 234, - NoVacantSeat = 235, - NoLiquid = 236, - OnlyNotSwimming = 237, - ByNotMoving = 238, - InCombatResLimitReached = 239, - NotInArena = 240, - TargetNotGrounded = 241, - ExceededWeeklyUsage = 242, - NotInLfgDungeon = 243, - BadTargetFilter = 244, - NotEnoughTargets = 245, - NoSpec = 246, - CantAddBattlePet = 247, - CantUpgradeBattlePet = 248, - WrongBattlePetType = 249, - NoDungeonEncounter = 250, - NoTeleportFromDungeon = 251, - MaxLevelTooLow = 252, - CantReplaceItemBonus = 253, - GrantPetLevelFail = 254, - SkillLineNotKnown = 255, - BlueprintKnown = 256, - FollowerKnown = 257, - CantOverrideEnchantVisual = 258, - ItemNotAWeapon = 259, - SameEnchantVisual = 260, - ToyUseLimitReached = 261, - ToyAlreadyKnown = 262, - ShipmentsFull = 263, - NoShipmentsForContainer = 264, - NoBuildingForShipment = 265, - NotEnoughShipmentsForContainer = 266, - HasMission = 267, - BuildingActivateNotReady = 268, - NotSoulbound = 269, - RidingVehicle = 270, - VeteranTrialAboveSkillRankMax = 271, - NotWhileMercenary = 272, - SpecDisabled = 273, - CantBeObliterated = 274, - CantBeScrapped = 275, - FollowerClassSpecCap = 276, - TransportNotReady = 277, - TransmogSetAlreadyKnown = 278, - DisabledByAuraLabel = 279, - DisabledByMaxUsableLevel = 280, - SpellAlreadyKnown = 281, - MustKnowSupercedingSpell = 282, - YouCannotUseThatInPvpInstance = 283, - NoArtifactEquipped = 284, - WrongArtifactEquipped = 285, - TargetIsUntargetableByAnyone = 286, - SpellEffectFailed = 287, - NeedAllPartyMembers = 288, - ArtifactAtFullPower = 289, - ApItemFromPreviousTier = 290, - AreaTriggerCreation = 291, - AzeriteEmpoweredOnly = 292, - AzeriteEmpoweredNoChoicesToUndo = 293, - WrongFaction = 294, - NotEnoughCurrency = 295, - BattleForAzerothRidingRequirement = 296, - MountEquipmentError = 297, - NotWhileLevelLinked = 298, - LevelLinkedLowLevel = 299, - SummonMapCondition = 300, - SetCovenantError = 301, - RuneforgeLegendaryUpgrade = 302, - SetChromieTimeError = 303, - IneligibleWeaponAppearance = 304, - PlayerCondition = 305, - NotWhileChromieTimed = 306, - OptionalReagents = 307, - SpectatorOrCommentator = 308, - SoulbindConduitLearnFailedInvalidCovenant = 309, - ShadowlandsRidingRequirement = 310, - NotInMageTower = 311, - GarrisonFollowerAtMinLevel = 312, - Unknown = 313, + LegacySpell = 69, + LevelRequirement = 70, + LineOfSight = 71, + Lowlevel = 72, + LowCastlevel = 73, + MainhandEmpty = 74, + Moving = 75, + NeedAmmo = 76, + NeedAmmoPouch = 77, + NeedExoticAmmo = 78, + NeedMoreItems = 79, + NoPath = 80, + NotBehind = 81, + NotFishable = 82, + NotFlying = 83, + NotHere = 84, + NotInfront = 85, + NotInControl = 86, + NotKnown = 87, + NotMounted = 88, + NotOnTaxi = 89, + NotOnTransport = 90, + NotReady = 91, + NotShapeshift = 92, + NotStanding = 93, + NotTradeable = 94, + NotTrading = 95, + NotUnsheathed = 96, + NotWhileGhost = 97, + NotWhileLooting = 98, + NoAmmo = 99, + NoChargesRemain = 100, + NoComboPoints = 101, + NoDueling = 102, + NoEndurance = 103, + NoFish = 104, + NoItemsWhileShapeshifted = 105, + NoMountsAllowed = 106, + NoPet = 107, + NoPower = 108, + NothingToDispel = 109, + NothingToSteal = 110, + OnlyAbovewater = 111, + OnlyIndoors = 112, + OnlyMounted = 113, + OnlyOutdoors = 114, + OnlyShapeshift = 115, + OnlyStealthed = 116, + OnlyUnderwater = 117, + OutOfRange = 118, + Pacified = 119, + Possessed = 120, + Reagents = 121, + RequiresArea = 122, + RequiresSpellFocus = 123, + Rooted = 124, + Silenced = 125, + SpellInProgress = 126, + SpellLearned = 127, + SpellUnavailable = 128, + Stunned = 129, + TargetsDead = 130, + TargetAffectingCombat = 131, + TargetAurastate = 132, + TargetDueling = 133, + TargetEnemy = 134, + TargetEnraged = 135, + TargetFriendly = 136, + TargetInCombat = 137, + TargetInPetBattle = 138, + TargetIsPlayer = 139, + TargetIsPlayerControlled = 140, + TargetNotDead = 141, + TargetNotInParty = 142, + TargetNotLooted = 143, + TargetNotPlayer = 144, + TargetNoPockets = 145, + TargetNoWeapons = 146, + TargetNoRangedWeapons = 147, + TargetUnskinnable = 148, + ThirstSatiated = 149, + TooClose = 150, + TooManyOfItem = 151, + TotemCategory = 152, + Totems = 153, + TrainingPoints = 154, + TryAgain = 155, + UnitNotBehind = 156, + UnitNotInfront = 157, + VisionObscured = 158, + WrongPetFood = 159, + NotWhileFatigued = 160, + TargetNotInInstance = 161, + NotWhileTrading = 162, + TargetNotInRaid = 163, + TargetFreeforall = 164, + NoEdibleCorpses = 165, + OnlyBattlegrounds = 166, + TargetNotGhost = 167, + TooManySkills = 168, + TransformUnusable = 169, + WrongWeather = 170, + DamageImmune = 171, + PreventedByMechanic = 172, + PlayTime = 173, + Reputation = 174, + MinSkill = 175, + NotInRatedBattleground = 176, + NotOnShapeshift = 177, + NotOnStealthed = 178, + NotOnDamageImmune = 179, + NotOnMounted = 180, + TooShallow = 181, + TargetNotInSanctuary = 182, + TargetIsTrivial = 183, + BmOrInvisgod = 184, + GroundMountNotAllowed = 185, + FloatingMountNotAllowed = 186, + UnderwaterMountNotAllowed = 187, + FlyingMountNotAllowed = 188, + ApprenticeRidingRequirement = 189, + JourneymanRidingRequirement = 190, + ExpertRidingRequirement = 191, + ArtisanRidingRequirement = 192, + MasterRidingRequirement = 193, + ColdRidingRequirement = 194, + FlightMasterRidingRequirement = 195, + CsRidingRequirement = 196, + PandaRidingRequirement = 197, + DraenorRidingRequirement = 198, + BrokenIslesRidingRequirement = 199, + MountNoFloatHere = 200, + MountNoUnderwaterHere = 201, + MountAboveWaterHere = 202, + MountCollectedOnOtherChar = 203, + NotIdle = 204, + NotInactive = 205, + PartialPlaytime = 206, + NoPlaytime = 207, + NotInBattleground = 208, + NotInRaidInstance = 209, + OnlyInArena = 210, + TargetLockedToRaidInstance = 211, + OnUseEnchant = 212, + NotOnGround = 213, + CustomError = 214, + CantDoThatRightNow = 215, + TooManySockets = 216, + InvalidGlyph = 217, + UniqueGlyph = 218, + GlyphSocketLocked = 219, + GlyphExclusiveCategory = 220, + GlyphInvalidSpec = 221, + GlyphNoSpec = 222, + NoActiveGlyphs = 223, + NoValidTargets = 224, + ItemAtMaxCharges = 225, + NotInBarbershop = 226, + FishingTooLow = 227, + ItemEnchantTradeWindow = 228, + SummonPending = 229, + MaxSockets = 230, + PetCanRename = 231, + TargetCannotBeResurrected = 232, + TargetHasResurrectPending = 233, + NoActions = 234, + CurrencyWeightMismatch = 235, + WeightNotEnough = 236, + WeightTooMuch = 237, + NoVacantSeat = 238, + NoLiquid = 239, + OnlyNotSwimming = 240, + ByNotMoving = 241, + InCombatResLimitReached = 242, + NotInArena = 243, + TargetNotGrounded = 244, + ExceededWeeklyUsage = 245, + NotInLfgDungeon = 246, + BadTargetFilter = 247, + NotEnoughTargets = 248, + NoSpec = 249, + CantAddBattlePet = 250, + CantUpgradeBattlePet = 251, + WrongBattlePetType = 252, + NoDungeonEncounter = 253, + NoTeleportFromDungeon = 254, + MaxLevelTooLow = 255, + CantReplaceItemBonus = 256, + GrantPetLevelFail = 257, + SkillLineNotKnown = 258, + BlueprintKnown = 259, + FollowerKnown = 260, + CantOverrideEnchantVisual = 261, + ItemNotAWeapon = 262, + SameEnchantVisual = 263, + ToyUseLimitReached = 264, + ToyAlreadyKnown = 265, + ShipmentsFull = 266, + NoShipmentsForContainer = 267, + NoBuildingForShipment = 268, + NotEnoughShipmentsForContainer = 269, + HasMission = 270, + BuildingActivateNotReady = 271, + NotSoulbound = 272, + RidingVehicle = 273, + VeteranTrialAboveSkillRankMax = 274, + NotWhileMercenary = 275, + SpecDisabled = 276, + CantBeObliterated = 277, + CantBeScrapped = 278, + FollowerClassSpecCap = 279, + TransportNotReady = 280, + TransmogSetAlreadyKnown = 281, + DisabledByAuraLabel = 282, + DisabledByMaxUsableLevel = 283, + SpellAlreadyKnown = 284, + MustKnowSupercedingSpell = 285, + YouCannotUseThatInPvpInstance = 286, + NoArtifactEquipped = 287, + WrongArtifactEquipped = 288, + TargetIsUntargetableByAnyone = 289, + SpellEffectFailed = 290, + NeedAllPartyMembers = 291, + ArtifactAtFullPower = 292, + ApItemFromPreviousTier = 293, + AreaTriggerCreation = 294, + AzeriteEmpoweredOnly = 295, + AzeriteEmpoweredNoChoicesToUndo = 296, + WrongFaction = 297, + NotEnoughCurrency = 298, + BattleForAzerothRidingRequirement = 299, + MountEquipmentError = 300, + NotWhileLevelLinked = 301, + LevelLinkedLowLevel = 302, + SummonMapCondition = 303, + SetCovenantError = 304, + RuneforgeLegendaryUpgrade = 305, + SetChromieTimeError = 306, + IneligibleWeaponAppearance = 307, + PlayerCondition = 308, + NotWhileChromieTimed = 309, + OptionalReagents = 310, + SpectatorOrCommentator = 311, + SoulbindConduitLearnFailedInvalidCovenant = 312, + ShadowlandsRidingRequirement = 313, + NotInMageTower = 314, + GarrisonFollowerAtMinLevel = 315, + Unknown = 316, // 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 diff --git a/Source/Game/Entities/GameObject/GameObjectData.cs b/Source/Game/Entities/GameObject/GameObjectData.cs index 56728736c..e01a2f2ea 100644 --- a/Source/Game/Entities/GameObject/GameObjectData.cs +++ b/Source/Game/Entities/GameObject/GameObjectData.cs @@ -762,6 +762,7 @@ namespace Game.Entities public uint LargeAOI; // 7 Large AOI, enum { false, true, }; Default: false public uint UseGarrisonOwnerGuildColors; // 8 Use Garrison Owner Guild Colors, enum { false, true, }; Default: false public uint InteractRadiusOverride; // 9 Interact Radius Override (in hundredths), int, Min value: 0, Max value: 2147483647, Default value: 0 + public uint Allowunfriendlycrossfactionpartymemberstocollaborateonaritual;// 10 Allow unfriendly cross faction party members to collaborate on a ritual, enum { false, true, }; Default: false } public struct trap @@ -989,6 +990,7 @@ namespace Game.Entities public uint Unused2; // 1 Unused, int, Min value: 1, Max value: 65535, Default value: 60 public uint areaID; // 2 areaID, References: AreaTable, NoValue = 0 public uint InteractRadiusOverride; // 3 Interact Radius Override (in hundredths), int, Min value: 0, Max value: 2147483647, Default value: 0 + public uint Preventmeetingstonefromtargetinganunfriendlypartymemberoutsideofinstances;// 4 Prevent meeting stone from targeting an unfriendly party member outside of instances, enum { false, true, }; Default: false } public struct flagstand @@ -1277,12 +1279,13 @@ namespace Game.Entities public struct uilink { - public uint UILinkType; // 0 UI Link Type, enum { Adventure Journal, Obliterum Forge, Scrapping Machine}; Default: Adventure Journal + public uint UILinkType; // 0 UI Link Type, enum { Adventure Journal, Obliterum Forge, Scrapping Machine, Item Interaction }; Default: Adventure Journal public uint allowMounted; // 1 allowMounted, enum { false, true, }; Default: false public uint GiganticAOI; // 2 Gigantic AOI, enum { false, true, }; Default: false public uint spellFocusType; // 3 spellFocusType, References: SpellFocusObject, NoValue = 0 public uint radius; // 4 radius, int, Min value: 0, Max value: 50, Default value: 10 public uint InteractRadiusOverride; // 5 Interact Radius Override (in hundredths), int, Min value: 0, Max value: 2147483647, Default value: 0 + public uint ItemInteractionID; // 6 Item Interaction ID, References: UiItemInteraction, NoValue = 0 } public struct keystonereceptacle