Skip to content

Instantly share code, notes, and snippets.

@nebularg
Last active September 22, 2020 01:54
Show Gist options
  • Save nebularg/b30606610b7c5e4889e3c21757c6ec87 to your computer and use it in GitHub Desktop.
Save nebularg/b30606610b7c5e4889e3c21757c6ec87 to your computer and use it in GitHub Desktop.
Selene config file for WoW
This file has been truncated, but you can view the full file.
# A standard library for World of Warcraft generated from Blizzard_APIDocumentation
[selene]
base = "lua51"
name = "wow"
# std lua changes
[debug]
removed = true
[dofile]
removed = true
[io]
removed = true
[load]
removed = true
[loadfile]
removed = true
[module]
removed = true
[os]
removed = true
[package]
removed = true
[require]
removed = true
[debuglocals]
args = []
[debugprofilestart]
args = []
[debugprofilestop]
args = []
# [[debugstack.args]]
# type = "thread"
# required = false
[[debugstack.args]]
type = "number"
required = false
[[debugstack.args]]
type = "number"
required = false
[[debugstack.args]]
type = "number"
required = false
[geterrorhandler]
args = []
[[seterrorhandler.args]]
type = "function"
[[date.args]]
type = "string"
required = false
[[date.args]]
type = "number"
required = false
[[difftime.args]]
type = "number"
[[difftime.args]]
type = "number"
[[time.args]]
type = "table"
required = false
[forceinsecure]
args = []
[[hooksecurefunc.args]]
type = "table"
required = false
[[hooksecurefunc.args]]
type = "string"
[[hooksecurefunc.args]]
type = "function"
[issecure]
args = []
[[issecurevariable.args]]
type = "table"
required = false
[[issecurevariable.args]]
type = "string"
[[scrub.args]]
type = "..."
[[securecall.args]]
type = "any" # function or string
[[securecall.args]]
type = "..."
# math
[[abs.args]]
type = "number"
[[acos.args]]
type = "number"
[[asin.args]]
type = "number"
[[atan.args]]
type = "number"
[[atan2.args]]
type = "number"
[[atan2.args]]
type = "number"
[[ceil.args]]
type = "number"
[[cos.args]]
type = "number"
[[deg.args]]
type = "number"
[[exp.args]]
type = "number"
[[floor.args]]
type = "number"
[[frexp.args]]
type = "number"
[[ldexp.args]]
type = "number"
[[ldexp.args]]
type = "number"
[[log.args]]
type = "number"
[[log10.args]]
type = "number"
[[max.args]]
type = "number"
[[max.args]]
type = "..."
required = "use of max only makes sense with more than 1 parameter"
[[min.args]]
type = "number"
[[min.args]]
type = "..."
required = "use of min only makes sense with more than 1 parameter"
[[mod.args]]
type = "number"
[[mod.args]]
type = "number"
[[rad.args]]
type = "number"
[[random.args]]
type = "number"
required = false
[[random.args]]
type = "number"
required = false
[randomseed]
removed = true
[[sin.args]]
type = "number"
[[sqrt.args]]
type = "number"
[[tan.args]]
type = "number"
[[fastrandom.args]]
type = "number"
[[fastrandom.args]]
type = "number"
# string
[[string.join.args]]
type = "string"
[[string.join.args]]
type = "..."
[[string.split.args]]
type = "string"
[[string.split.args]]
type = "string"
[[string.trim.args]]
type = "string"
[[string.trim.args]]
type = "string"
required = false
[[format.args]]
type = "string"
[[format.args]]
type = "..."
required = "string.format should only be used for strings that need formatting"
[[gmatch.args]]
type = "string"
[[gmatch.args]]
type = "string"
[[gsub.args]]
type = "string"
[[gsub.args]]
type = "string" # TODO: Pattern type?
[[gsub.args]]
type = "any"
[[gsub.args]]
type = "number"
required = false
[[strbyte.args]]
type = "string"
[[strbyte.args]]
type = "number"
required = false
[[strbyte.args]]
type = "number"
required = false
[[strchar.args]]
type = "number"
required = "string.char should be used with an argument despite it not throwing"
[[strchar.args]]
type = "..."
required = false
[[strfind.args]]
type = "string"
[[strfind.args]]
type = "string" # TODO: Pattern type?
[[strfind.args]]
type = "number"
required = false
[[strifind.args]]
type = "bool"
required = false
[[strlen.args]]
type = "string"
[[strlower.args]]
type = "string"
[[strmatch.args]]
type = "string"
[[strmatch.args]]
type = "string" # TODO: Pattern type?
[[strmatch.args]]
type = "number"
required = false
[[strrep.args]]
type = "string"
[[strrep.args]]
type = "number"
[[strrev.args]]
type = "string"
[[strsub.args]]
type = "string"
[[strsub.args]]
type = "number"
[[strsub.args]]
type = "number"
required = false
[[strupper.args]]
type = "string"
[[strjoin.args]]
type = "string"
[[strjoin.args]]
type = "..."
[[strsplit.args]]
type = "string"
[[strsplit.args]]
type = "string"
[[strtrim.args]]
type = "string"
[[strtrim.args]]
type = "string"
required = false
[[strcmputf8i.args]]
type = "string"
[[strcmputf8i.args]]
type = "string"
[[strlenutf8.args]]
type = "string"
[[strconcat.args]]
type = "..."
[[tostringall.args]]
type = "..."
# table
[[sort.args]]
type = "table"
[[sort.args]]
type = "function"
required = false
[[tinsert.args]]
type = "table"
[[tinsert.args]]
type = "any"
[[tinsert.args]]
type = "any"
required = false
[[tremove.args]]
type = "table"
[[tremove.args]]
type = "number"
required = false
[[table.wipe.args]]
type = "table"
[[wipe.args]]
type = "table"
# bit
[[bit.bnot.args]]
type = "number"
[[bit.band.args]]
type = "number"
[[bit.band.args]]
type = "..."
[[bit.bor.args]]
type = "number"
[[bit.bor.args]]
type = "..."
[[bit.bxor.args]]
type = "number"
[[bit.bxor.args]]
type = "..."
[[bit.lshift.args]]
type = "number"
[[bit.lshift.args]]
type = "number"
[[bit.rshift.args]]
type = "number"
[[bit.rshift.args]]
type = "number"
[[bit.arshift.args]]
type = "number"
[[bit.arshift.args]]
type = "number"
[[bit.mod.args]]
type = "number"
[[bit.mod.args]]
type = "number"
# Enums
[Enum.AuctionHouseFilterCategory.Uncategorized]
property = true
[Enum.AuctionHouseFilterCategory.Equipment]
property = true
[Enum.AuctionHouseFilterCategory.Rarity]
property = true
[Enum.AuctionStatus.Active]
property = true
[Enum.AuctionStatus.Sold]
property = true
[Enum.ItemCommodityStatus.Unknown]
property = true
[Enum.ItemCommodityStatus.Item]
property = true
[Enum.ItemCommodityStatus.Commodity]
property = true
[Enum.AzeritePowerLevel.Base]
property = true
[Enum.AzeritePowerLevel.Upgraded]
property = true
[Enum.AzeritePowerLevel.Downgraded]
property = true
[Enum.AzeriteEssence.MainSlot]
property = true
[Enum.AzeriteEssence.PassiveOneSlot]
property = true
[Enum.AzeriteEssence.PassiveTwoSlot]
property = true
[Enum.AzeriteEssence.PassiveThreeSlot]
property = true
[Enum.ClubActionType.ErrorClubActionSubscribe]
property = true
[Enum.ClubActionType.ErrorClubActionCreate]
property = true
[Enum.ClubActionType.ErrorClubActionEdit]
property = true
[Enum.ClubActionType.ErrorClubActionDestroy]
property = true
[Enum.ClubActionType.ErrorClubActionLeave]
property = true
[Enum.ClubActionType.ErrorClubActionCreateTicket]
property = true
[Enum.ClubActionType.ErrorClubActionDestroyTicket]
property = true
[Enum.ClubActionType.ErrorClubActionRedeemTicket]
property = true
[Enum.ClubActionType.ErrorClubActionGetTicket]
property = true
[Enum.ClubActionType.ErrorClubActionGetTickets]
property = true
[Enum.ClubActionType.ErrorClubActionGetBans]
property = true
[Enum.ClubActionType.ErrorClubActionGetInvitations]
property = true
[Enum.ClubActionType.ErrorClubActionRevokeInvitation]
property = true
[Enum.ClubActionType.ErrorClubActionAcceptInvitation]
property = true
[Enum.ClubActionType.ErrorClubActionDeclineInvitation]
property = true
[Enum.ClubActionType.ErrorClubActionCreateStream]
property = true
[Enum.ClubActionType.ErrorClubActionEditStream]
property = true
[Enum.ClubActionType.ErrorClubActionDestroyStream]
property = true
[Enum.ClubActionType.ErrorClubActionInviteMember]
property = true
[Enum.ClubActionType.ErrorClubActionEditMember]
property = true
[Enum.ClubActionType.ErrorClubActionEditMemberNote]
property = true
[Enum.ClubActionType.ErrorClubActionKickMember]
property = true
[Enum.ClubActionType.ErrorClubActionAddBan]
property = true
[Enum.ClubActionType.ErrorClubActionRemoveBan]
property = true
[Enum.ClubActionType.ErrorClubActionCreateMessage]
property = true
[Enum.ClubActionType.ErrorClubActionEditMessage]
property = true
[Enum.ClubActionType.ErrorClubActionDestroyMessage]
property = true
[Enum.ClubErrorType.ErrorCommunitiesNone]
property = true
[Enum.ClubErrorType.ErrorCommunitiesUnknown]
property = true
[Enum.ClubErrorType.ErrorCommunitiesNeutralFaction]
property = true
[Enum.ClubErrorType.ErrorCommunitiesUnknownRealm]
property = true
[Enum.ClubErrorType.ErrorCommunitiesBadTarget]
property = true
[Enum.ClubErrorType.ErrorCommunitiesWrongFaction]
property = true
[Enum.ClubErrorType.ErrorCommunitiesRestricted]
property = true
[Enum.ClubErrorType.ErrorCommunitiesIgnored]
property = true
[Enum.ClubErrorType.ErrorCommunitiesGuild]
property = true
[Enum.ClubErrorType.ErrorCommunitiesWrongRegion]
property = true
[Enum.ClubErrorType.ErrorCommunitiesUnknownTicket]
property = true
[Enum.ClubErrorType.ErrorCommunitiesMissingShortName]
property = true
[Enum.ClubErrorType.ErrorCommunitiesProfanity]
property = true
[Enum.ClubErrorType.ErrorCommunitiesTrial]
property = true
[Enum.ClubErrorType.ErrorCommunitiesVeteranTrial]
property = true
[Enum.ClubErrorType.ErrorCommunitiesChatMute]
property = true
[Enum.ClubErrorType.ErrorClubFull]
property = true
[Enum.ClubErrorType.ErrorClubNoClub]
property = true
[Enum.ClubErrorType.ErrorClubNotMember]
property = true
[Enum.ClubErrorType.ErrorClubAlreadyMember]
property = true
[Enum.ClubErrorType.ErrorClubNoSuchMember]
property = true
[Enum.ClubErrorType.ErrorClubNoSuchInvitation]
property = true
[Enum.ClubErrorType.ErrorClubInvitationAlreadyExists]
property = true
[Enum.ClubErrorType.ErrorClubInvalidRoleID]
property = true
[Enum.ClubErrorType.ErrorClubInsufficientPrivileges]
property = true
[Enum.ClubErrorType.ErrorClubTooManyClubsJoined]
property = true
[Enum.ClubErrorType.ErrorClubVoiceFull]
property = true
[Enum.ClubErrorType.ErrorClubStreamNoStream]
property = true
[Enum.ClubErrorType.ErrorClubStreamInvalidName]
property = true
[Enum.ClubErrorType.ErrorClubStreamCountAtMin]
property = true
[Enum.ClubErrorType.ErrorClubStreamCountAtMax]
property = true
[Enum.ClubErrorType.ErrorClubMemberHasRequiredRole]
property = true
[Enum.ClubErrorType.ErrorClubSentInvitationCountAtMax]
property = true
[Enum.ClubErrorType.ErrorClubReceivedInvitationCountAtMax]
property = true
[Enum.ClubErrorType.ErrorClubTargetIsBanned]
property = true
[Enum.ClubErrorType.ErrorClubBanAlreadyExists]
property = true
[Enum.ClubErrorType.ErrorClubBanCountAtMax]
property = true
[Enum.ClubErrorType.ErrorClubTicketCountAtMax]
property = true
[Enum.ClubErrorType.ErrorClubTicketNoSuchTicket]
property = true
[Enum.ClubErrorType.ErrorClubTicketHasConsumedAllowedRedeemCount]
property = true
[Enum.ClubFieldType.ClubName]
property = true
[Enum.ClubFieldType.ClubShortName]
property = true
[Enum.ClubFieldType.ClubDescription]
property = true
[Enum.ClubFieldType.ClubBroadcast]
property = true
[Enum.ClubFieldType.ClubStreamName]
property = true
[Enum.ClubFieldType.ClubStreamSubject]
property = true
[Enum.ClubFieldType.NumTypes]
property = true
[Enum.ClubInvitationCandidateStatus.Available]
property = true
[Enum.ClubInvitationCandidateStatus.InvitePending]
property = true
[Enum.ClubInvitationCandidateStatus.AlreadyMember]
property = true
[Enum.ClubMemberPresence.Unknown]
property = true
[Enum.ClubMemberPresence.Online]
property = true
[Enum.ClubMemberPresence.OnlineMobile]
property = true
[Enum.ClubMemberPresence.Offline]
property = true
[Enum.ClubMemberPresence.Away]
property = true
[Enum.ClubMemberPresence.Busy]
property = true
[Enum.ClubRemovedReason.None]
property = true
[Enum.ClubRemovedReason.Banned]
property = true
[Enum.ClubRemovedReason.Removed]
property = true
[Enum.ClubRemovedReason.ClubDestroyed]
property = true
[Enum.ClubRestrictionReason.None]
property = true
[Enum.ClubRestrictionReason.Unavailable]
property = true
[Enum.ClubRoleIdentifier.Owner]
property = true
[Enum.ClubRoleIdentifier.Leader]
property = true
[Enum.ClubRoleIdentifier.Moderator]
property = true
[Enum.ClubRoleIdentifier.Member]
property = true
[Enum.ClubStreamNotificationFilter.None]
property = true
[Enum.ClubStreamNotificationFilter.Mention]
property = true
[Enum.ClubStreamNotificationFilter.All]
property = true
[Enum.ClubStreamType.General]
property = true
[Enum.ClubStreamType.Guild]
property = true
[Enum.ClubStreamType.Officer]
property = true
[Enum.ClubStreamType.Other]
property = true
[Enum.ClubType.BattleNet]
property = true
[Enum.ClubType.Character]
property = true
[Enum.ClubType.Guild]
property = true
[Enum.ClubType.Other]
property = true
[Enum.ValidateNameResult.NameSuccess]
property = true
[Enum.ValidateNameResult.NameFailure]
property = true
[Enum.ValidateNameResult.NameNoName]
property = true
[Enum.ValidateNameResult.NameTooShort]
property = true
[Enum.ValidateNameResult.NameTooLong]
property = true
[Enum.ValidateNameResult.NameInvalidCharacter]
property = true
[Enum.ValidateNameResult.NameMixedLanguages]
property = true
[Enum.ValidateNameResult.NameProfane]
property = true
[Enum.ValidateNameResult.NameReserved]
property = true
[Enum.ValidateNameResult.NameInvalidApostrophe]
property = true
[Enum.ValidateNameResult.NameMultipleApostrophes]
property = true
[Enum.ValidateNameResult.NameThreeConsecutive]
property = true
[Enum.ValidateNameResult.NameInvalidSpace]
property = true
[Enum.ValidateNameResult.NameConsecutiveSpaces]
property = true
[Enum.ValidateNameResult.NameRussianConsecutiveSilentCharacters]
property = true
[Enum.ValidateNameResult.NameRussianSilentCharacterAtBeginningOrEnd]
property = true
[Enum.ValidateNameResult.NameDeclensionDoesntMatchBaseName]
property = true
[Enum.ValidateNameResult.NameSpacesDisallowed]
property = true
[Enum.ClubFinderApplicationUpdateType.None]
property = true
[Enum.ClubFinderApplicationUpdateType.AcceptInvite]
property = true
[Enum.ClubFinderApplicationUpdateType.DeclineInvite]
property = true
[Enum.ClubFinderApplicationUpdateType.Cancel]
property = true
[Enum.ClubFinderClubPostingStatusFlags.None]
property = true
[Enum.ClubFinderClubPostingStatusFlags.NeedsCacheUpdate]
property = true
[Enum.ClubFinderClubPostingStatusFlags.ForceDescriptionChange]
property = true
[Enum.ClubFinderClubPostingStatusFlags.ForceNameChange]
property = true
[Enum.ClubFinderClubPostingStatusFlags.UnderReview]
property = true
[Enum.ClubFinderClubPostingStatusFlags.Banned]
property = true
[Enum.ClubFinderClubPostingStatusFlags.FakePost]
property = true
[Enum.ClubFinderClubPostingStatusFlags.PendingDelete]
property = true
[Enum.ClubFinderClubPostingStatusFlags.PostDelisted]
property = true
[Enum.ClubFinderDisableReason.Muted]
property = true
[Enum.ClubFinderDisableReason.Silenced]
property = true
[Enum.ClubFinderDisableReason.VeteranTrial]
property = true
[Enum.ClubFinderPostingReportType.PostersName]
property = true
[Enum.ClubFinderPostingReportType.ClubName]
property = true
[Enum.ClubFinderPostingReportType.PostingDescription]
property = true
[Enum.ClubFinderPostingReportType.ApplicantsName]
property = true
[Enum.ClubFinderPostingReportType.JoinNote]
property = true
[Enum.ClubFinderRequestType.None]
property = true
[Enum.ClubFinderRequestType.Guild]
property = true
[Enum.ClubFinderRequestType.Community]
property = true
[Enum.ClubFinderRequestType.All]
property = true
[Enum.ClubFinderSettingFlags.None]
property = true
[Enum.ClubFinderSettingFlags.Dungeons]
property = true
[Enum.ClubFinderSettingFlags.Raids]
property = true
[Enum.ClubFinderSettingFlags.Pvp]
property = true
[Enum.ClubFinderSettingFlags.Rp]
property = true
[Enum.ClubFinderSettingFlags.Social]
property = true
[Enum.ClubFinderSettingFlags.Small]
property = true
[Enum.ClubFinderSettingFlags.Medium]
property = true
[Enum.ClubFinderSettingFlags.Large]
property = true
[Enum.ClubFinderSettingFlags.Tank]
property = true
[Enum.ClubFinderSettingFlags.Healer]
property = true
[Enum.ClubFinderSettingFlags.Damage]
property = true
[Enum.ClubFinderSettingFlags.EnableListing]
property = true
[Enum.ClubFinderSettingFlags.MaxLevelOnly]
property = true
[Enum.ClubFinderSettingFlags.AutoAccept]
property = true
[Enum.ClubFinderSettingFlags.FactionHorde]
property = true
[Enum.ClubFinderSettingFlags.FactionAlliance]
property = true
[Enum.ClubFinderSettingFlags.FactionNeutral]
property = true
[Enum.ClubFinderSettingFlags.SortRelevance]
property = true
[Enum.ClubFinderSettingFlags.SortMemberCount]
property = true
[Enum.ClubFinderSettingFlags.SortNewest]
property = true
[Enum.ClubFinderSettingFlags.LanguageReserved1]
property = true
[Enum.ClubFinderSettingFlags.LanguageReserved2]
property = true
[Enum.ClubFinderSettingFlags.LanguageReserved3]
property = true
[Enum.ClubFinderSettingFlags.LanguageReserved4]
property = true
[Enum.ClubFinderSettingFlags.LanguageReserved5]
property = true
[Enum.PlayerClubRequestStatus.None]
property = true
[Enum.PlayerClubRequestStatus.Pending]
property = true
[Enum.PlayerClubRequestStatus.AutoApproved]
property = true
[Enum.PlayerClubRequestStatus.Declined]
property = true
[Enum.PlayerClubRequestStatus.Approved]
property = true
[Enum.PlayerClubRequestStatus.Joined]
property = true
[Enum.PlayerClubRequestStatus.JoinedAnother]
property = true
[Enum.PlayerClubRequestStatus.Canceled]
property = true
[Enum.TrackedSpellCategory.Offensive]
property = true
[Enum.TrackedSpellCategory.Defensive]
property = true
[Enum.TrackedSpellCategory.Debuff]
property = true
[Enum.TrackedSpellCategory.Count]
property = true
[Enum.ConfigurationWarning.ShaderModelWillBeOutdated]
property = true
[Enum.ConfigurationWarning.ShaderModelIsOutdated]
property = true
[Enum.ConfigurationWarning.ConsoleDeviceSseoUtdated]
property = true
[Enum.ConfigurationWarning.DriverBlacklisted]
property = true
[Enum.ConfigurationWarning.DriverOutOfDate]
property = true
[Enum.ConfigurationWarning.DeviceBlacklisted]
property = true
[Enum.ConfigurationWarning.GraphicsApiwIllBeOutdated]
property = true
[Enum.ConfigurationWarning.OsBitsWillBeOutdated]
property = true
[Enum.ConsoleCategory.Debug]
property = true
[Enum.ConsoleCategory.Graphics]
property = true
[Enum.ConsoleCategory.Console]
property = true
[Enum.ConsoleCategory.Combat]
property = true
[Enum.ConsoleCategory.Game]
property = true
[Enum.ConsoleCategory.Default]
property = true
[Enum.ConsoleCategory.Net]
property = true
[Enum.ConsoleCategory.Sound]
property = true
[Enum.ConsoleCategory.Gm]
property = true
[Enum.ConsoleCategory.Reveal]
property = true
[Enum.ConsoleCategory.None]
property = true
[Enum.ConsoleColorType.DefaultColor]
property = true
[Enum.ConsoleColorType.InputColor]
property = true
[Enum.ConsoleColorType.EchoColor]
property = true
[Enum.ConsoleColorType.ErrorColor]
property = true
[Enum.ConsoleColorType.WarningColor]
property = true
[Enum.ConsoleColorType.GlobalColor]
property = true
[Enum.ConsoleColorType.AdminColor]
property = true
[Enum.ConsoleColorType.HighlightColor]
property = true
[Enum.ConsoleColorType.BackgroundColor]
property = true
[Enum.ConsoleColorType.ClickbufferColor]
property = true
[Enum.ConsoleColorType.PrivateColor]
property = true
[Enum.ConsoleColorType.DefaultGreen]
property = true
[Enum.ConsoleCommandType.Cvar]
property = true
[Enum.ConsoleCommandType.Command]
property = true
[Enum.ConsoleCommandType.Script]
property = true
[Enum.ContributionAppearanceFlags.TooltipUseTimeRemaining]
property = true
[Enum.ContributionResult.Success]
property = true
[Enum.ContributionResult.MustBeNearNpc]
property = true
[Enum.ContributionResult.IncorrectState]
property = true
[Enum.ContributionResult.InvalidID]
property = true
[Enum.ContributionResult.QuestDataMissing]
property = true
[Enum.ContributionResult.FailedConditionCheck]
property = true
[Enum.ContributionResult.UnableToCompleteTurnIn]
property = true
[Enum.ContributionResult.InternalError]
property = true
[Enum.ContributionState.None]
property = true
[Enum.ContributionState.Building]
property = true
[Enum.ContributionState.Active]
property = true
[Enum.ContributionState.UnderAttack]
property = true
[Enum.ContributionState.Destroyed]
property = true
[Enum.SelfResurrectOptionType.Spell]
property = true
[Enum.SelfResurrectOptionType.Item]
property = true
[Enum.SummonStatus.None]
property = true
[Enum.SummonStatus.Pending]
property = true
[Enum.SummonStatus.Accepted]
property = true
[Enum.SummonStatus.Declined]
property = true
[Enum.InventoryType.IndexNonEquipType]
property = true
[Enum.InventoryType.IndexHeadType]
property = true
[Enum.InventoryType.IndexNeckType]
property = true
[Enum.InventoryType.IndexShoulderType]
property = true
[Enum.InventoryType.IndexBodyType]
property = true
[Enum.InventoryType.IndexChestType]
property = true
[Enum.InventoryType.IndexWaistType]
property = true
[Enum.InventoryType.IndexLegsType]
property = true
[Enum.InventoryType.IndexFeetType]
property = true
[Enum.InventoryType.IndexWristType]
property = true
[Enum.InventoryType.IndexHandType]
property = true
[Enum.InventoryType.IndexFingerType]
property = true
[Enum.InventoryType.IndexTrinketType]
property = true
[Enum.InventoryType.IndexWeaponType]
property = true
[Enum.InventoryType.IndexShieldType]
property = true
[Enum.InventoryType.IndexRangedType]
property = true
[Enum.InventoryType.IndexCloakType]
property = true
[Enum.InventoryType.Index2HweaponType]
property = true
[Enum.InventoryType.IndexBagType]
property = true
[Enum.InventoryType.IndexTabardType]
property = true
[Enum.InventoryType.IndexRobeType]
property = true
[Enum.InventoryType.IndexWeaponmainhandType]
property = true
[Enum.InventoryType.IndexWeaponoffhandType]
property = true
[Enum.InventoryType.IndexHoldableType]
property = true
[Enum.InventoryType.IndexAmmoType]
property = true
[Enum.InventoryType.IndexThrownType]
property = true
[Enum.InventoryType.IndexRangedrightType]
property = true
[Enum.InventoryType.IndexQuiverType]
property = true
[Enum.InventoryType.IndexRelicType]
property = true
[Enum.ItemQuality.Poor]
property = true
[Enum.ItemQuality.Standard]
property = true
[Enum.ItemQuality.Good]
property = true
[Enum.ItemQuality.Superior]
property = true
[Enum.ItemQuality.Epic]
property = true
[Enum.ItemQuality.Legendary]
property = true
[Enum.ItemQuality.Artifact]
property = true
[Enum.ItemQuality.Heirloom]
property = true
[Enum.ItemQuality.WoWToken]
property = true
[Enum.ItemInteractionFrameType.CleanseCorruption]
property = true
[Enum.CustomBindingType.VoicePushToTalk]
property = true
[Enum.TransmogSource.None]
property = true
[Enum.TransmogSource.JournalEncounter]
property = true
[Enum.TransmogSource.Quest]
property = true
[Enum.TransmogSource.Vendor]
property = true
[Enum.TransmogSource.WorldDrop]
property = true
[Enum.TransmogSource.HiddenUntilCollected]
property = true
[Enum.TransmogSource.CantCollect]
property = true
[Enum.TransmogSource.Achievement]
property = true
[Enum.TransmogSource.Profession]
property = true
[Enum.TransmogSource.NotValidForTransmog]
property = true
[Enum.MapCanvasPosition.None]
property = true
[Enum.MapCanvasPosition.BottomLeft]
property = true
[Enum.MapCanvasPosition.BottomRight]
property = true
[Enum.MapCanvasPosition.TopLeft]
property = true
[Enum.MapCanvasPosition.TopRight]
property = true
[Enum.UIMapSystem.World]
property = true
[Enum.UIMapSystem.Taxi]
property = true
[Enum.UIMapSystem.Adventure]
property = true
[Enum.UIMapType.Cosmic]
property = true
[Enum.UIMapType.World]
property = true
[Enum.UIMapType.Continent]
property = true
[Enum.UIMapType.Zone]
property = true
[Enum.UIMapType.Dungeon]
property = true
[Enum.UIMapType.Micro]
property = true
[Enum.UIMapType.Orphan]
property = true
[Enum.PartyRequestJoinRelation.None]
property = true
[Enum.PartyRequestJoinRelation.Friend]
property = true
[Enum.PartyRequestJoinRelation.Guild]
property = true
[Enum.PartyRequestJoinRelation.Club]
property = true
[Enum.PartyRequestJoinRelation.NumPartyRequestJoinRelations]
property = true
[Enum.PetJournalError.None]
property = true
[Enum.PetJournalError.PetIsDead]
property = true
[Enum.PetJournalError.JournalIsLocked]
property = true
[Enum.PetJournalError.InvalidFaction]
property = true
[Enum.PetJournalError.NoFavoritesToSummon]
property = true
[Enum.PetJournalError.NoValidRandomSummon]
property = true
[Enum.BrawlType.None]
property = true
[Enum.BrawlType.Battleground]
property = true
[Enum.BrawlType.Arena]
property = true
[Enum.BrawlType.Lfg]
property = true
[Enum.PvpMatchState.Inactive]
property = true
[Enum.PvpMatchState.Active]
property = true
[Enum.PvpMatchState.Complete]
property = true
[Enum.QuestLineFloorLocation.Above]
property = true
[Enum.QuestLineFloorLocation.Below]
property = true
[Enum.QuestLineFloorLocation.Same]
property = true
[Enum.QuestTag.Group]
property = true
[Enum.QuestTag.Pvp]
property = true
[Enum.QuestTag.Raid]
property = true
[Enum.QuestTag.Dungeon]
property = true
[Enum.QuestTag.Legendary]
property = true
[Enum.QuestTag.Heroic]
property = true
[Enum.QuestTag.Raid10]
property = true
[Enum.QuestTag.Raid25]
property = true
[Enum.QuestTag.Scenario]
property = true
[Enum.QuestTag.Account]
property = true
[Enum.QuestTag.CombatAlly]
property = true
[Enum.RafRecruitActivityState.Incomplete]
property = true
[Enum.RafRecruitActivityState.Complete]
property = true
[Enum.RafRecruitActivityState.RewardClaimed]
property = true
[Enum.RafRecruitSubStatus.Trial]
property = true
[Enum.RafRecruitSubStatus.Active]
property = true
[Enum.RafRecruitSubStatus.Inactive]
property = true
[Enum.RafRewardType.Pet]
property = true
[Enum.RafRewardType.Mount]
property = true
[Enum.RafRewardType.Appearance]
property = true
[Enum.RafRewardType.Title]
property = true
[Enum.RafRewardType.GameTime]
property = true
[Enum.RafRewardType.AppearanceSet]
property = true
[Enum.RafRewardType.Illusion]
property = true
[Enum.RafRewardType.Invalid]
property = true
[Enum.FlightPathFaction.Neutral]
property = true
[Enum.FlightPathFaction.Horde]
property = true
[Enum.FlightPathFaction.Alliance]
property = true
[Enum.FlightPathState.Current]
property = true
[Enum.FlightPathState.Reachable]
property = true
[Enum.FlightPathState.Unreachable]
property = true
[Enum.TooltipSide.Left]
property = true
[Enum.TooltipSide.Right]
property = true
[Enum.TooltipSide.Top]
property = true
[Enum.TooltipSide.Bottom]
property = true
[Enum.TooltipTextureAnchor.LeftTop]
property = true
[Enum.TooltipTextureAnchor.LeftCenter]
property = true
[Enum.TooltipTextureAnchor.LeftBottom]
property = true
[Enum.TooltipTextureAnchor.RightTop]
property = true
[Enum.TooltipTextureAnchor.RightCenter]
property = true
[Enum.TooltipTextureAnchor.RightBottom]
property = true
[Enum.TooltipTextureAnchor.All]
property = true
[Enum.TooltipTextureRelativeRegion.LeftLine]
property = true
[Enum.TooltipTextureRelativeRegion.RightLine]
property = true
[Enum.ItemTryOnReason.Success]
property = true
[Enum.ItemTryOnReason.WrongRace]
property = true
[Enum.ItemTryOnReason.NotEquippable]
property = true
[Enum.ItemTryOnReason.DataPending]
property = true
[Enum.ModelSceneSetting.AlignLightToOrbitDelta]
property = true
[Enum.ModelSceneType.MountJournal]
property = true
[Enum.ModelSceneType.PetJournalCard]
property = true
[Enum.ModelSceneType.ShopCard]
property = true
[Enum.ModelSceneType.EncounterJournal]
property = true
[Enum.ModelSceneType.PetJournalLoadout]
property = true
[Enum.ModelSceneType.ArtifactTier2]
property = true
[Enum.ModelSceneType.ArtifactTier2ForgingScene]
property = true
[Enum.ModelSceneType.ArtifactTier2SlamEffect]
property = true
[Enum.ModelSceneType.CommentatorVictoryFanfare]
property = true
[Enum.ModelSceneType.ArtifactRelicTalentEffect]
property = true
[Enum.ModelSceneType.PvpWarModeOrb]
property = true
[Enum.ModelSceneType.PvpWarModeFire]
property = true
[Enum.ModelSceneType.PartyPose]
property = true
[Enum.ModelSceneType.AzeriteItemLevelUpToast]
property = true
[Enum.ModelSceneType.AzeritePowers]
property = true
[Enum.ModelSceneType.AzeriteRewardGlow]
property = true
[Enum.ModelSceneType.HeartOfAzeroth]
property = true
[Enum.ModelSceneType.WorldMapThreat]
property = true
[Enum.CaptureBarWidgetFillDirectionType.RightToLeft]
property = true
[Enum.CaptureBarWidgetFillDirectionType.LeftToRight]
property = true
[Enum.CaptureBarWidgetGlowAnimType.None]
property = true
[Enum.CaptureBarWidgetGlowAnimType.Pulse]
property = true
[Enum.IconAndTextWidgetState.Hidden]
property = true
[Enum.IconAndTextWidgetState.Shown]
property = true
[Enum.IconAndTextWidgetState.ShownWithDynamicIconFlashing]
property = true
[Enum.IconAndTextWidgetState.ShownWithDynamicIconNotFlashing]
property = true
[Enum.IconState.Hidden]
property = true
[Enum.IconState.ShowState1]
property = true
[Enum.IconState.ShowState2]
property = true
[Enum.SpellDisplayIconDisplayType.Buff]
property = true
[Enum.SpellDisplayIconDisplayType.Debuff]
property = true
[Enum.SpellDisplayIconSizeType.Small]
property = true
[Enum.SpellDisplayIconSizeType.Medium]
property = true
[Enum.SpellDisplayIconSizeType.Large]
property = true
[Enum.StatusBarOverrideBarTextShownType.Never]
property = true
[Enum.StatusBarOverrideBarTextShownType.Always]
property = true
[Enum.StatusBarOverrideBarTextShownType.OnlyOnMouseover]
property = true
[Enum.StatusBarOverrideBarTextShownType.OnlyNotOnMouseover]
property = true
[Enum.StatusBarValueTextType.Hidden]
property = true
[Enum.StatusBarValueTextType.Percentage]
property = true
[Enum.StatusBarValueTextType.Value]
property = true
[Enum.StatusBarValueTextType.Time]
property = true
[Enum.StatusBarValueTextType.TimeShowOneLevelOnly]
property = true
[Enum.StatusBarValueTextType.ValueOverMax]
property = true
[Enum.StatusBarValueTextType.ValueOverMaxNormalized]
property = true
[Enum.UIWidgetTextSizeType.Small]
property = true
[Enum.UIWidgetTextSizeType.Medium]
property = true
[Enum.UIWidgetTextSizeType.Large]
property = true
[Enum.UIWidgetTextSizeType.Huge]
property = true
[Enum.UIWidgetVisualizationType.IconAndText]
property = true
[Enum.UIWidgetVisualizationType.CaptureBar]
property = true
[Enum.UIWidgetVisualizationType.StatusBar]
property = true
[Enum.UIWidgetVisualizationType.DoubleStatusBar]
property = true
[Enum.UIWidgetVisualizationType.IconTextAndBackground]
property = true
[Enum.UIWidgetVisualizationType.DoubleIconAndText]
property = true
[Enum.UIWidgetVisualizationType.StackedResourceTracker]
property = true
[Enum.UIWidgetVisualizationType.IconTextAndCurrencies]
property = true
[Enum.UIWidgetVisualizationType.TextWithState]
property = true
[Enum.UIWidgetVisualizationType.HorizontalCurrencies]
property = true
[Enum.UIWidgetVisualizationType.BulletTextList]
property = true
[Enum.UIWidgetVisualizationType.ScenarioHeaderCurrenciesAndBackground]
property = true
[Enum.UIWidgetVisualizationType.TextureAndText]
property = true
[Enum.UIWidgetVisualizationType.SpellDisplay]
property = true
[Enum.UIWidgetVisualizationType.DoubleStateIconRow]
property = true
[Enum.UIWidgetVisualizationType.TextureAndTextRow]
property = true
[Enum.UIWidgetVisualizationType.ZoneControl]
property = true
[Enum.UIWidgetVisualizationType.CaptureZone]
property = true
[Enum.UiwIdgetFlag.UniversalWidget]
property = true
[Enum.WidgetAnimationType.None]
property = true
[Enum.WidgetAnimationType.Fade]
property = true
[Enum.WidgetCurrencyClass.Currency]
property = true
[Enum.WidgetCurrencyClass.Item]
property = true
[Enum.WidgetEnabledState.Disabled]
property = true
[Enum.WidgetEnabledState.Enabled]
property = true
[Enum.WidgetEnabledState.Red]
property = true
[Enum.WidgetEnabledState.Highlight]
property = true
[Enum.WidgetShownState.Hidden]
property = true
[Enum.WidgetShownState.Shown]
property = true
[Enum.ZoneControlActiveState.Inactive]
property = true
[Enum.ZoneControlActiveState.Active]
property = true
[Enum.ZoneControlDangerFlashType.ShowOnGoodStates]
property = true
[Enum.ZoneControlDangerFlashType.ShowOnBadStates]
property = true
[Enum.ZoneControlDangerFlashType.ShowOnBoth]
property = true
[Enum.ZoneControlDangerFlashType.ShowOnNeither]
property = true
[Enum.ZoneControlFillType.SingleFillClockwise]
property = true
[Enum.ZoneControlFillType.SingleFillCounterClockwise]
property = true
[Enum.ZoneControlFillType.DoubleFillClockwise]
property = true
[Enum.ZoneControlFillType.DoubleFillCounterClockwise]
property = true
[Enum.ZoneControlLeadingEdgeType.NoLeadingEdge]
property = true
[Enum.ZoneControlLeadingEdgeType.UseLeadingEdge]
property = true
[Enum.ZoneControlMode.BothStatesAreGood]
property = true
[Enum.ZoneControlMode.State1IsGood]
property = true
[Enum.ZoneControlMode.State2IsGood]
property = true
[Enum.ZoneControlMode.NeitherStateIsGood]
property = true
[Enum.ZoneControlState.State1]
property = true
[Enum.ZoneControlState.State2]
property = true
[Enum.PowerType.HealthCost]
property = true
[Enum.PowerType.None]
property = true
[Enum.PowerType.Mana]
property = true
[Enum.PowerType.Rage]
property = true
[Enum.PowerType.Focus]
property = true
[Enum.PowerType.Energy]
property = true
[Enum.PowerType.ComboPoints]
property = true
[Enum.PowerType.Runes]
property = true
[Enum.PowerType.RunicPower]
property = true
[Enum.PowerType.SoulShards]
property = true
[Enum.PowerType.LunarPower]
property = true
[Enum.PowerType.HolyPower]
property = true
[Enum.PowerType.Alternate]
property = true
[Enum.PowerType.Maelstrom]
property = true
[Enum.PowerType.Chi]
property = true
[Enum.PowerType.Insanity]
property = true
[Enum.PowerType.Obsolete]
property = true
[Enum.PowerType.Obsolete2]
property = true
[Enum.PowerType.ArcaneCharges]
property = true
[Enum.PowerType.Fury]
property = true
[Enum.PowerType.Pain]
property = true
[Enum.PowerType.NumPowerTypes]
property = true
[Enum.PvpUnitClassification.FlagCarrierHorde]
property = true
[Enum.PvpUnitClassification.FlagCarrierAlliance]
property = true
[Enum.PvpUnitClassification.FlagCarrierNeutral]
property = true
[Enum.PvpUnitClassification.CartRunnerHorde]
property = true
[Enum.PvpUnitClassification.CartRunnerAlliance]
property = true
[Enum.PvpUnitClassification.AssassinHorde]
property = true
[Enum.PvpUnitClassification.AssassinAlliance]
property = true
[Enum.PvpUnitClassification.OrbCarrierBlue]
property = true
[Enum.PvpUnitClassification.OrbCarrierGreen]
property = true
[Enum.PvpUnitClassification.OrbCarrierOrange]
property = true
[Enum.PvpUnitClassification.OrbCarrierPurple]
property = true
[Enum.VignetteType.Normal]
property = true
[Enum.VignetteType.PvpBounty]
property = true
[Enum.CommunicationMode.PushToTalk]
property = true
[Enum.CommunicationMode.OpenMic]
property = true
[Enum.VoiceChatStatusCode.Success]
property = true
[Enum.VoiceChatStatusCode.OperationPending]
property = true
[Enum.VoiceChatStatusCode.TooManyRequests]
property = true
[Enum.VoiceChatStatusCode.LoginProhibited]
property = true
[Enum.VoiceChatStatusCode.ClientNotInitialized]
property = true
[Enum.VoiceChatStatusCode.ClientNotLoggedIn]
property = true
[Enum.VoiceChatStatusCode.ClientAlreadyLoggedIn]
property = true
[Enum.VoiceChatStatusCode.ChannelNameTooShort]
property = true
[Enum.VoiceChatStatusCode.ChannelNameTooLong]
property = true
[Enum.VoiceChatStatusCode.ChannelAlreadyExists]
property = true
[Enum.VoiceChatStatusCode.AlreadyInChannel]
property = true
[Enum.VoiceChatStatusCode.TargetNotFound]
property = true
[Enum.VoiceChatStatusCode.Failure]
property = true
[Enum.VoiceChatStatusCode.ServiceLost]
property = true
[Enum.VoiceChatStatusCode.UnableToLaunchProxy]
property = true
[Enum.VoiceChatStatusCode.ProxyConnectionTimeOut]
property = true
[Enum.VoiceChatStatusCode.ProxyConnectionUnableToConnect]
property = true
[Enum.VoiceChatStatusCode.ProxyConnectionUnexpectedDisconnect]
property = true
[Enum.VoiceChatStatusCode.Disabled]
property = true
[Enum.VoiceChatStatusCode.UnsupportedChatChannelType]
property = true
[Enum.VoiceChatStatusCode.InvalidCommunityStream]
property = true
[Enum.VoiceChatStatusCode.PlayerSilenced]
property = true
[Enum.VoiceChatStatusCode.PlayerVoiceChatParentalDisabled]
property = true
[Enum.VoiceChatStatusCode.InvalidInputDevice]
property = true
[Enum.VoiceChatStatusCode.InvalidOutputDevice]
property = true
[Enum.WoWEntitlementType.Item]
property = true
[Enum.WoWEntitlementType.Mount]
property = true
[Enum.WoWEntitlementType.Battlepet]
property = true
[Enum.WoWEntitlementType.Toy]
property = true
[Enum.WoWEntitlementType.Appearance]
property = true
[Enum.WoWEntitlementType.AppearanceSet]
property = true
[Enum.WoWEntitlementType.GameTime]
property = true
[Enum.WoWEntitlementType.Title]
property = true
[Enum.WoWEntitlementType.Illusion]
property = true
[Enum.WoWEntitlementType.Invalid]
property = true
[Enum.ZoneAbilityType.Garrison]
property = true
[Enum.ZoneAbilityType.OrderHall]
property = true
[Enum.ZoneAbilityType.Argus]
property = true
[Enum.ZoneAbilityType.WarEffort]
property = true
[Enum.ZoneAbilityType.Visions]
property = true
[Enum.AuctionHouseCommoditySortOrder.UnitPrice]
property = true
[Enum.AuctionHouseCommoditySortOrder.Quantity]
property = true
[Enum.AuctionHouseFilter.UncollectedOnly]
property = true
[Enum.AuctionHouseFilter.UsableOnly]
property = true
[Enum.AuctionHouseFilter.UpgradesOnly]
property = true
[Enum.AuctionHouseFilter.ExactMatch]
property = true
[Enum.AuctionHouseFilter.PoorQuality]
property = true
[Enum.AuctionHouseFilter.CommonQuality]
property = true
[Enum.AuctionHouseFilter.UncommonQuality]
property = true
[Enum.AuctionHouseFilter.RareQuality]
property = true
[Enum.AuctionHouseFilter.EpicQuality]
property = true
[Enum.AuctionHouseFilter.LegendaryQuality]
property = true
[Enum.AuctionHouseFilter.ArtifactQuality]
property = true
[Enum.AuctionHouseItemSortOrder.Bid]
property = true
[Enum.AuctionHouseItemSortOrder.Buyout]
property = true
[Enum.AuctionHouseSortOrder.Price]
property = true
[Enum.AuctionHouseSortOrder.Name]
property = true
[Enum.AuctionHouseSortOrder.Level]
property = true
[Enum.AuctionHouseSortOrder.Bid]
property = true
[Enum.AuctionHouseSortOrder.Buyout]
property = true
[Enum.AuctionHouseTimeLeftBand.Short]
property = true
[Enum.AuctionHouseTimeLeftBand.Medium]
property = true
[Enum.AuctionHouseTimeLeftBand.Long]
property = true
[Enum.AuctionHouseTimeLeftBand.VeryLong]
property = true
[Enum.CalendarCommandType.CalendarCommandCreate]
property = true
[Enum.CalendarCommandType.CalendarCommandInvite]
property = true
[Enum.CalendarCommandType.CalendarCommandRsvp]
property = true
[Enum.CalendarCommandType.CalendarCommandRemoveInvite]
property = true
[Enum.CalendarCommandType.CalendarCommandRemoveEvent]
property = true
[Enum.CalendarCommandType.CalendarCommandStatus]
property = true
[Enum.CalendarCommandType.CalendarCommandModeratorStatus]
property = true
[Enum.CalendarCommandType.CalendarCommandGetCalendar]
property = true
[Enum.CalendarCommandType.CalendarCommandGetEvent]
property = true
[Enum.CalendarCommandType.CalendarCommandUpdateEvent]
property = true
[Enum.CalendarCommandType.CalendarCommandComplain]
property = true
[Enum.CalendarCommandType.CalendarCommandNotes]
property = true
[Enum.CalendarErrorType.CalendarErrorSuccess]
property = true
[Enum.CalendarErrorType.CalendarErrorCommunityEventsExceeded]
property = true
[Enum.CalendarErrorType.CalendarErrorEventsExceeded]
property = true
[Enum.CalendarErrorType.CalendarErrorSelfInvitesExceeded]
property = true
[Enum.CalendarErrorType.CalendarErrorOtherInvitesExceeded]
property = true
[Enum.CalendarErrorType.CalendarErrorNoPermission]
property = true
[Enum.CalendarErrorType.CalendarErrorEventInvalid]
property = true
[Enum.CalendarErrorType.CalendarErrorNotInvited]
property = true
[Enum.CalendarErrorType.CalendarErrorUnknownError]
property = true
[Enum.CalendarErrorType.CalendarErrorNotInGuild]
property = true
[Enum.CalendarErrorType.CalendarErrorNotInCommunity]
property = true
[Enum.CalendarErrorType.CalendarErrorTargetAlreadyInvited]
property = true
[Enum.CalendarErrorType.CalendarErrorNameNotFound]
property = true
[Enum.CalendarErrorType.CalendarErrorWrongFaction]
property = true
[Enum.CalendarErrorType.CalendarErrorIgnored]
property = true
[Enum.CalendarErrorType.CalendarErrorInvitesExceeded]
property = true
[Enum.CalendarErrorType.CalendarErrorInvalidMaxSize]
property = true
[Enum.CalendarErrorType.CalendarErrorInvalidDate]
property = true
[Enum.CalendarErrorType.CalendarErrorInvalidTime]
property = true
[Enum.CalendarErrorType.CalendarErrorNoInvites]
property = true
[Enum.CalendarErrorType.CalendarErrorNeedsTitle]
property = true
[Enum.CalendarErrorType.CalendarErrorEventPassed]
property = true
[Enum.CalendarErrorType.CalendarErrorEventLocked]
property = true
[Enum.CalendarErrorType.CalendarErrorDeleteCreatorFailed]
property = true
[Enum.CalendarErrorType.CalendarErrorDataAlreadySet]
property = true
[Enum.CalendarErrorType.CalendarErrorCalendarDisabled]
property = true
[Enum.CalendarErrorType.CalendarErrorRestrictedAccount]
property = true
[Enum.CalendarErrorType.CalendarErrorArenaEventsExceeded]
property = true
[Enum.CalendarErrorType.CalendarErrorRestrictedLevel]
property = true
[Enum.CalendarErrorType.CalendarErrorSquelched]
property = true
[Enum.CalendarErrorType.CalendarErrorNoInvite]
property = true
[Enum.CalendarErrorType.CalendarErrorComplaintDisabled]
property = true
[Enum.CalendarErrorType.CalendarErrorComplaintSelf]
property = true
[Enum.CalendarErrorType.CalendarErrorComplaintSameGuild]
property = true
[Enum.CalendarErrorType.CalendarErrorComplaintGm]
property = true
[Enum.CalendarErrorType.CalendarErrorComplaintLimit]
property = true
[Enum.CalendarErrorType.CalendarErrorComplaintNotFound]
property = true
[Enum.CalendarErrorType.CalendarErrorEventWrongServer]
property = true
[Enum.CalendarErrorType.CalendarErrorNoCommunityInvites]
property = true
[Enum.CalendarErrorType.CalendarErrorInvalidSignup]
property = true
[Enum.CalendarErrorType.CalendarErrorNoModerator]
property = true
[Enum.CalendarErrorType.CalendarErrorModeratorRestricted]
property = true
[Enum.CalendarErrorType.CalendarErrorInvalidNotes]
property = true
[Enum.CalendarErrorType.CalendarErrorInvalidTitle]
property = true
[Enum.CalendarErrorType.CalendarErrorInvalidDescription]
property = true
[Enum.CalendarErrorType.CalendarErrorInvalidClub]
property = true
[Enum.CalendarErrorType.CalendarErrorCreatorNotFound]
property = true
[Enum.CalendarErrorType.CalendarErrorEventThrottled]
property = true
[Enum.CalendarErrorType.CalendarErrorInviteThrottled]
property = true
[Enum.CalendarErrorType.CalendarErrorInternal]
property = true
[Enum.CalendarErrorType.CalendarErrorComplaintAdded]
property = true
[Enum.CalendarEventBits.CalendarEventBitPlayer]
property = true
[Enum.CalendarEventBits.CalendarEventBitGuildDeprecated]
property = true
[Enum.CalendarEventBits.CalendarEventBitSystem]
property = true
[Enum.CalendarEventBits.CalendarEventBitHoliday]
property = true
[Enum.CalendarEventBits.CalendarEventBitLocked]
property = true
[Enum.CalendarEventBits.CalendarEventBitAutoApprove]
property = true
[Enum.CalendarEventBits.CalendarEventBitCommunityAnnouncement]
property = true
[Enum.CalendarEventBits.CalendarEventBitRaidLockout]
property = true
[Enum.CalendarEventBits.CalendarEventBitArenaDeprecated]
property = true
[Enum.CalendarEventBits.CalendarEventBitRaidResetDeprecated]
property = true
[Enum.CalendarEventBits.CalendarEventBitCommunitySignup]
property = true
[Enum.CalendarEventBits.CalendarEventBitGuildSignup]
property = true
[Enum.CalendarEventBits.CommunityWide]
property = true
[Enum.CalendarEventBits.PlayerCreated]
property = true
[Enum.CalendarEventBits.CantComplain]
property = true
[Enum.CalendarEventRepeatOptions.CalendarRepeatNever]
property = true
[Enum.CalendarEventRepeatOptions.CalendarRepeatWeekly]
property = true
[Enum.CalendarEventRepeatOptions.CalendarRepeatBiweekly]
property = true
[Enum.CalendarEventRepeatOptions.CalendarRepeatMonthly]
property = true
[Enum.CalendarEventType.Raid]
property = true
[Enum.CalendarEventType.Dungeon]
property = true
[Enum.CalendarEventType.Pvp]
property = true
[Enum.CalendarEventType.Meeting]
property = true
[Enum.CalendarEventType.Other]
property = true
[Enum.CalendarEventType.HeroicDeprecated]
property = true
[Enum.CalendarFilterFlags.WeeklyHoliday]
property = true
[Enum.CalendarFilterFlags.Darkmoon]
property = true
[Enum.CalendarFilterFlags.Battleground]
property = true
[Enum.CalendarFilterFlags.RaidLockout]
property = true
[Enum.CalendarFilterFlags.RaidReset]
property = true
[Enum.CalendarGetEventType.Get]
property = true
[Enum.CalendarGetEventType.Add]
property = true
[Enum.CalendarGetEventType.Copy]
property = true
[Enum.CalendarGetEventType.DefaultCalendarGetEventType]
property = true
[Enum.CalendarHolidayFilterType.Weekly]
property = true
[Enum.CalendarHolidayFilterType.Darkmoon]
property = true
[Enum.CalendarHolidayFilterType.Battleground]
property = true
[Enum.CalendarInviteBits.CalendarInviteBitPendingInvite]
property = true
[Enum.CalendarInviteBits.CalendarInviteBitModerator]
property = true
[Enum.CalendarInviteBits.CalendarInviteBitCreator]
property = true
[Enum.CalendarInviteBits.CalendarInviteBitSignup]
property = true
[Enum.CalendarInviteSortType.CalendarInviteSortName]
property = true
[Enum.CalendarInviteSortType.CalendarInviteSortLevel]
property = true
[Enum.CalendarInviteSortType.CalendarInviteSortClass]
property = true
[Enum.CalendarInviteSortType.CalendarInviteSortStatus]
property = true
[Enum.CalendarInviteSortType.CalendarInviteSortParty]
property = true
[Enum.CalendarInviteSortType.CalendarInviteSortNotes]
property = true
[Enum.CalendarInviteType.Normal]
property = true
[Enum.CalendarInviteType.Signup]
property = true
[Enum.CalendarModeratorStatus.CalendarModeratorNone]
property = true
[Enum.CalendarModeratorStatus.CalendarModeratorModerator]
property = true
[Enum.CalendarModeratorStatus.CalendarModeratorCreator]
property = true
[Enum.CalendarStatus.Invited]
property = true
[Enum.CalendarStatus.Available]
property = true
[Enum.CalendarStatus.Declined]
property = true
[Enum.CalendarStatus.Confirmed]
property = true
[Enum.CalendarStatus.Out]
property = true
[Enum.CalendarStatus.Standby]
property = true
[Enum.CalendarStatus.Signedup]
property = true
[Enum.CalendarStatus.NotSignedup]
property = true
[Enum.CalendarStatus.Tentative]
property = true
[Enum.CalendarType.Player]
property = true
[Enum.CalendarType.Community]
property = true
[Enum.CalendarType.RaidLockout]
property = true
[Enum.CalendarType.RaidResetDeprecated]
property = true
[Enum.CalendarType.Holiday]
property = true
[Enum.CalendarType.HolidayWeekly]
property = true
[Enum.CalendarType.HolidayDarkmoon]
property = true
[Enum.CalendarType.HolidayBattleground]
property = true
[Enum.CalendarWebActionType.Accept]
property = true
[Enum.CalendarWebActionType.Decline]
property = true
[Enum.CalendarWebActionType.Remove]
property = true
[Enum.CalendarWebActionType.ReportSpam]
property = true
[Enum.CalendarWebActionType.Signup]
property = true
[Enum.CalendarWebActionType.Tentative]
property = true
[Enum.CalendarWebActionType.TentativeSignup]
property = true
[Enum.HolidayFlags.IsRegionwide]
property = true
[Enum.HolidayFlags.DontShowInCalendar]
property = true
[Enum.HolidayFlags.DontDisplayEnd]
property = true
[Enum.HolidayFlags.DontDisplayBanner]
property = true
[Enum.ChatChannelType.None]
property = true
[Enum.ChatChannelType.Custom]
property = true
[Enum.ChatChannelType.PrivateParty]
property = true
[Enum.ChatChannelType.PublicParty]
property = true
[Enum.ChatChannelType.Communities]
property = true
[Enum.ChatChannelType.Count]
property = true
[Enum.GarrTalentResearchCostSource.Talent]
property = true
[Enum.GarrTalentResearchCostSource.Tree]
property = true
[Enum.GarrTalentTreeType.Tiers]
property = true
[Enum.GarrTalentTreeType.Classic]
property = true
[Enum.GarrTalentType.Standard]
property = true
[Enum.GarrTalentType.Minor]
property = true
[Enum.GarrTalentType.Major]
property = true
[Enum.QuestSessionCommand.None]
property = true
[Enum.QuestSessionCommand.Start]
property = true
[Enum.QuestSessionCommand.Stop]
property = true
[Enum.QuestSessionCommand.SessionActiveNoCommand]
property = true
[Enum.QuestSessionResult.Ok]
property = true
[Enum.QuestSessionResult.NotInParty]
property = true
[Enum.QuestSessionResult.InvalidOwner]
property = true
[Enum.QuestSessionResult.AlreadyActive]
property = true
[Enum.QuestSessionResult.NotActive]
property = true
[Enum.QuestSessionResult.InRaid]
property = true
[Enum.QuestSessionResult.OwnerRefused]
property = true
[Enum.QuestSessionResult.Timeout]
property = true
[Enum.QuestSessionResult.Disabled]
property = true
[Enum.QuestSessionResult.Started]
property = true
[Enum.QuestSessionResult.Stopped]
property = true
[Enum.QuestSessionResult.Joined]
property = true
[Enum.QuestSessionResult.Left]
property = true
[Enum.QuestSessionResult.OwnerLeft]
property = true
[Enum.QuestSessionResult.ReadyCheckFailed]
property = true
[Enum.QuestSessionResult.PartyDestroyed]
property = true
[Enum.QuestSessionResult.MemberTimeout]
property = true
[Enum.QuestSessionResult.AlreadyMember]
property = true
[Enum.QuestSessionResult.NotOwner]
property = true
[Enum.QuestSessionResult.AlreadyOwner]
property = true
[Enum.QuestSessionResult.AlreadyJoined]
property = true
[Enum.QuestSessionResult.NotMember]
property = true
[Enum.QuestSessionResult.Busy]
property = true
[Enum.QuestSessionResult.JoinRejected]
property = true
[Enum.QuestSessionResult.Logout]
property = true
[Enum.QuestSessionResult.Empty]
property = true
[Enum.QuestSessionResult.QuestNotCompleted]
property = true
[Enum.QuestSessionResult.Resync]
property = true
[Enum.QuestSessionResult.Restricted]
property = true
[Enum.QuestSessionResult.InPetBattle]
property = true
[Enum.QuestSessionResult.InvalidPublicParty]
property = true
[Enum.QuestSessionResult.Unknown]
property = true
[Enum.RafLinkType.None]
property = true
[Enum.RafLinkType.Recruit]
property = true
[Enum.RafLinkType.Friend]
property = true
[Enum.RafLinkType.Both]
property = true
# API
[[C_AccountInfo.GetIDFromBattleNetAccountGUID.args]]
type = "string"
[[C_AccountInfo.IsGUIDBattleNetAccountType.args]]
type = "string"
[[C_AccountInfo.IsGUIDRelatedToLocalAccount.args]]
type = "string"
[[C_AchievementInfo.GetRewardItemID.args]]
type = "number"
[[C_AchievementInfo.GetSupercedingAchievements.args]]
type = "number"
[[C_AchievementInfo.SetPortraitTexture.args]]
type = "table"
[[C_ActionBar.FindFlyoutActionButtons.args]]
type = "number"
[[C_ActionBar.FindPetActionButtons.args]]
type = "number"
[[C_ActionBar.FindSpellActionButtons.args]]
type = "number"
[[C_ActionBar.GetPetActionPetBarIndices.args]]
type = "number"
[[C_ActionBar.HasFlyoutActionButtons.args]]
type = "number"
[[C_ActionBar.HasPetActionButtons.args]]
type = "number"
[[C_ActionBar.HasPetActionPetBarIndices.args]]
type = "number"
[[C_ActionBar.HasSpellActionButtons.args]]
type = "number"
[[C_ActionBar.IsAutoCastPetAction.args]]
type = "number"
[[C_ActionBar.IsEnabledAutoCastPetAction.args]]
type = "number"
[[C_ActionBar.IsOnBarOrSpecialBar.args]]
type = "number"
[C_ActionBar.ShouldOverrideBarShowHealthBar]
args = []
[C_ActionBar.ShouldOverrideBarShowManaBar]
args = []
[[C_ActionBar.ToggleAutoCastPetAction.args]]
type = "number"
[C_AlliedRaces.ClearAlliedRaceDetailsGiver]
args = []
[[C_AlliedRaces.GetAllRacialAbilitiesFromID.args]]
type = "number"
[[C_AlliedRaces.GetRaceInfoByID.args]]
type = "number"
[[C_AreaPoiInfo.GetAreaPOIForMap.args]]
type = "number"
[[C_AreaPoiInfo.GetAreaPOIInfo.args]]
type = "number"
[[C_AreaPoiInfo.GetAreaPOIInfo.args]]
type = "number"
[[C_AreaPoiInfo.GetAreaPOISecondsLeft.args]]
type = "number"
[[C_AreaPoiInfo.IsAreaPOITimed.args]]
type = "number"
[[C_ArtifactUI.AddPower.args]]
type = "number"
[[C_ArtifactUI.ApplyCursorRelicToSlot.args]]
type = "number"
[[C_ArtifactUI.CanApplyArtifactRelic.args]]
type = "number"
[[C_ArtifactUI.CanApplyArtifactRelic.args]]
type = "bool"
[[C_ArtifactUI.CanApplyCursorRelicToSlot.args]]
type = "number"
[[C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot.args]]
type = "number"
[[C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot.args]]
type = "number"
[[C_ArtifactUI.CanApplyRelicItemIDToSlot.args]]
type = "number"
[[C_ArtifactUI.CanApplyRelicItemIDToSlot.args]]
type = "number"
[C_ArtifactUI.CheckRespecNPC]
args = []
[C_ArtifactUI.Clear]
args = []
[C_ArtifactUI.ClearForgeCamera]
args = []
[C_ArtifactUI.ConfirmRespec]
args = []
[C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted]
args = []
[[C_ArtifactUI.GetAppearanceInfo.args]]
type = "number"
[[C_ArtifactUI.GetAppearanceInfo.args]]
type = "number"
[[C_ArtifactUI.GetAppearanceInfoByID.args]]
type = "number"
[[C_ArtifactUI.GetAppearanceSetInfo.args]]
type = "number"
[C_ArtifactUI.GetArtifactArtInfo]
args = []
[C_ArtifactUI.GetArtifactInfo]
args = []
[C_ArtifactUI.GetArtifactItemID]
args = []
[C_ArtifactUI.GetArtifactTier]
args = []
[[C_ArtifactUI.GetArtifactXPRewardTargetInfo.args]]
type = "number"
[[C_ArtifactUI.GetCostForPointAtRank.args]]
type = "number"
[[C_ArtifactUI.GetCostForPointAtRank.args]]
type = "number"
[C_ArtifactUI.GetEquippedArtifactArtInfo]
args = []
[C_ArtifactUI.GetEquippedArtifactInfo]
args = []
[C_ArtifactUI.GetEquippedArtifactItemID]
args = []
[[C_ArtifactUI.GetEquippedArtifactNumRelicSlots.args]]
type = "bool"
required = false
[[C_ArtifactUI.GetEquippedArtifactRelicInfo.args]]
type = "number"
[[C_ArtifactUI.GetEquippedRelicLockedReason.args]]
type = "number"
[C_ArtifactUI.GetForgeRotation]
args = []
[[C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic.args]]
type = "string"
[C_ArtifactUI.GetMetaPowerInfo]
args = []
[C_ArtifactUI.GetNumAppearanceSets]
args = []
[C_ArtifactUI.GetNumObtainedArtifacts]
args = []
[[C_ArtifactUI.GetNumRelicSlots.args]]
type = "bool"
required = false
[C_ArtifactUI.GetPointsRemaining]
args = []
[[C_ArtifactUI.GetPowerHyperlink.args]]
type = "number"
[[C_ArtifactUI.GetPowerInfo.args]]
type = "number"
[[C_ArtifactUI.GetPowerLinks.args]]
type = "number"
[C_ArtifactUI.GetPowers]
args = []
[[C_ArtifactUI.GetPowersAffectedByRelic.args]]
type = "number"
[[C_ArtifactUI.GetPowersAffectedByRelicItemLink.args]]
type = "string"
[C_ArtifactUI.GetPreviewAppearance]
args = []
[[C_ArtifactUI.GetRelicInfo.args]]
type = "number"
[[C_ArtifactUI.GetRelicInfoByItemID.args]]
type = "number"
[[C_ArtifactUI.GetRelicLockedReason.args]]
type = "number"
[[C_ArtifactUI.GetRelicSlotType.args]]
type = "number"
[C_ArtifactUI.GetRespecArtifactArtInfo]
args = []
[C_ArtifactUI.GetRespecArtifactInfo]
args = []
[C_ArtifactUI.GetRespecCost]
args = []
[[C_ArtifactUI.GetTotalPowerCost.args]]
type = "number"
[[C_ArtifactUI.GetTotalPowerCost.args]]
type = "number"
[[C_ArtifactUI.GetTotalPowerCost.args]]
type = "number"
[C_ArtifactUI.GetTotalPurchasedRanks]
args = []
[C_ArtifactUI.IsArtifactDisabled]
args = []
[C_ArtifactUI.IsAtForge]
args = []
[C_ArtifactUI.IsEquippedArtifactDisabled]
args = []
[C_ArtifactUI.IsEquippedArtifactMaxed]
args = []
[C_ArtifactUI.IsMaxedByRulesOrEffect]
args = []
[[C_ArtifactUI.IsPowerKnown.args]]
type = "number"
[C_ArtifactUI.IsViewedArtifactEquipped]
args = []
[[C_ArtifactUI.SetAppearance.args]]
type = "number"
[C_ArtifactUI.SetForgeCamera]
args = []
[[C_ArtifactUI.SetForgeRotation.args]]
type = "number"
[[C_ArtifactUI.SetForgeRotation.args]]
type = "number"
[[C_ArtifactUI.SetForgeRotation.args]]
type = "number"
[[C_ArtifactUI.SetPreviewAppearance.args]]
type = "number"
required = false
[C_ArtifactUI.ShouldSuppressForgeRotation]
args = []
[[C_AuctionHouse.CalculateCommodityDeposit.args]]
type = "number"
[[C_AuctionHouse.CalculateCommodityDeposit.args]]
type = "number"
[[C_AuctionHouse.CalculateCommodityDeposit.args]]
type = "number"
[[C_AuctionHouse.CalculateItemDeposit.args]]
type = "table"
[[C_AuctionHouse.CalculateItemDeposit.args]]
type = "number"
[[C_AuctionHouse.CalculateItemDeposit.args]]
type = "number"
[[C_AuctionHouse.CanCancelAuction.args]]
type = "number"
[[C_AuctionHouse.CancelAuction.args]]
type = "number"
[C_AuctionHouse.CancelCommoditiesPurchase]
args = []
[C_AuctionHouse.CancelSell]
args = []
[C_AuctionHouse.CloseAuctionHouse]
args = []
[[C_AuctionHouse.ConfirmCommoditiesPurchase.args]]
type = "number"
[[C_AuctionHouse.ConfirmCommoditiesPurchase.args]]
type = "number"
[C_AuctionHouse.FavoritesAreAvailable]
args = []
[[C_AuctionHouse.GetAuctionItemSubClasses.args]]
type = "number"
[[C_AuctionHouse.GetAvailablePostCount.args]]
type = "table"
[[C_AuctionHouse.GetBidInfo.args]]
type = "number"
[[C_AuctionHouse.GetBidType.args]]
type = "number"
[C_AuctionHouse.GetBrowseResults]
args = []
[[C_AuctionHouse.GetCancelCost.args]]
type = "number"
[[C_AuctionHouse.GetCommoditySearchResultInfo.args]]
type = "number"
[[C_AuctionHouse.GetCommoditySearchResultInfo.args]]
type = "number"
[[C_AuctionHouse.GetCommoditySearchResultsQuantity.args]]
type = "number"
[[C_AuctionHouse.GetExtraBrowseInfo.args]]
type = "table"
[C_AuctionHouse.GetFilterGroups]
args = []
[[C_AuctionHouse.GetItemCommodityStatus.args]]
type = "table"
[[C_AuctionHouse.GetItemKeyFromItem.args]]
type = "table"
[[C_AuctionHouse.GetItemKeyInfo.args]]
type = "table"
[[C_AuctionHouse.GetItemKeyInfo.args]]
type = "bool"
required = false
[[C_AuctionHouse.GetItemSearchResultInfo.args]]
type = "table"
[[C_AuctionHouse.GetItemSearchResultInfo.args]]
type = "number"
[[C_AuctionHouse.GetItemSearchResultsQuantity.args]]
type = "table"
[C_AuctionHouse.GetMaxBidItemBid]
args = []
[C_AuctionHouse.GetMaxBidItemBuyout]
args = []
[[C_AuctionHouse.GetMaxCommoditySearchResultPrice.args]]
type = "number"
[[C_AuctionHouse.GetMaxItemSearchResultBid.args]]
type = "table"
[[C_AuctionHouse.GetMaxItemSearchResultBuyout.args]]
type = "table"
[C_AuctionHouse.GetMaxOwnedAuctionBid]
args = []
[C_AuctionHouse.GetMaxOwnedAuctionBuyout]
args = []
[C_AuctionHouse.GetNumBidTypes]
args = []
[C_AuctionHouse.GetNumBids]
args = []
[[C_AuctionHouse.GetNumCommoditySearchResults.args]]
type = "number"
[[C_AuctionHouse.GetNumItemSearchResults.args]]
type = "table"
[C_AuctionHouse.GetNumOwnedAuctionTypes]
args = []
[C_AuctionHouse.GetNumOwnedAuctions]
args = []
[C_AuctionHouse.GetNumReplicateItems]
args = []
[[C_AuctionHouse.GetOwnedAuctionInfo.args]]
type = "number"
[[C_AuctionHouse.GetOwnedAuctionType.args]]
type = "number"
[C_AuctionHouse.GetQuoteDurationRemaining]
args = []
[[C_AuctionHouse.GetReplicateItemBattlePetInfo.args]]
type = "number"
[[C_AuctionHouse.GetReplicateItemInfo.args]]
type = "number"
[[C_AuctionHouse.GetReplicateItemLink.args]]
type = "number"
[[C_AuctionHouse.GetReplicateItemTimeLeft.args]]
type = "number"
[[C_AuctionHouse.GetTimeLeftBandInfo.args]]
type = "number"
[C_AuctionHouse.HasFavorites]
args = []
[C_AuctionHouse.HasFullBidResults]
args = []
[C_AuctionHouse.HasFullBrowseResults]
args = []
[[C_AuctionHouse.HasFullCommoditySearchResults.args]]
type = "number"
[[C_AuctionHouse.HasFullItemSearchResults.args]]
type = "table"
[C_AuctionHouse.HasFullOwnedAuctionResults]
args = []
[C_AuctionHouse.HasMaxFavorites]
args = []
[[C_AuctionHouse.HasSearchResults.args]]
type = "table"
[[C_AuctionHouse.IsFavoriteItem.args]]
type = "table"
[[C_AuctionHouse.IsSellItemValid.args]]
type = "table"
[[C_AuctionHouse.IsSellItemValid.args]]
type = "bool"
required = false
[[C_AuctionHouse.IsThrottledMessageSystemReady.args]]
type = "bool"
required = false
[[C_AuctionHouse.MakeItemKey.args]]
type = "number"
[[C_AuctionHouse.MakeItemKey.args]]
type = "number"
required = false
[[C_AuctionHouse.MakeItemKey.args]]
type = "number"
required = false
[[C_AuctionHouse.MakeItemKey.args]]
type = "number"
required = false
[[C_AuctionHouse.PlaceBid.args]]
type = "number"
[[C_AuctionHouse.PlaceBid.args]]
type = "number"
[[C_AuctionHouse.PostCommodity.args]]
type = "table"
[[C_AuctionHouse.PostCommodity.args]]
type = "number"
[[C_AuctionHouse.PostCommodity.args]]
type = "number"
[[C_AuctionHouse.PostCommodity.args]]
type = "number"
[[C_AuctionHouse.PostItem.args]]
type = "table"
[[C_AuctionHouse.PostItem.args]]
type = "number"
[[C_AuctionHouse.PostItem.args]]
type = "number"
[[C_AuctionHouse.PostItem.args]]
type = "number"
required = false
[[C_AuctionHouse.PostItem.args]]
type = "number"
required = false
[[C_AuctionHouse.QueryBids.args]]
type = "table"
[[C_AuctionHouse.QueryBids.args]]
type = "table"
[[C_AuctionHouse.QueryOwnedAuctions.args]]
type = "table"
[[C_AuctionHouse.RefreshCommoditySearchResults.args]]
type = "number"
[[C_AuctionHouse.RefreshItemSearchResults.args]]
type = "table"
[C_AuctionHouse.ReplicateItems]
args = []
[C_AuctionHouse.RequestMoreBrowseResults]
args = []
[[C_AuctionHouse.RequestMoreCommoditySearchResults.args]]
type = "number"
[[C_AuctionHouse.RequestMoreItemSearchResults.args]]
type = "table"
[[C_AuctionHouse.SearchForFavorites.args]]
type = "table"
[[C_AuctionHouse.SearchForItemKeys.args]]
type = "table"
[[C_AuctionHouse.SearchForItemKeys.args]]
type = "table"
[[C_AuctionHouse.SendBrowseQuery.args]]
type = "table"
[[C_AuctionHouse.SendSearchQuery.args]]
type = "table"
[[C_AuctionHouse.SendSearchQuery.args]]
type = "table"
[[C_AuctionHouse.SendSearchQuery.args]]
type = "bool"
[[C_AuctionHouse.SendSellSearchQuery.args]]
type = "table"
[[C_AuctionHouse.SendSellSearchQuery.args]]
type = "table"
[[C_AuctionHouse.SendSellSearchQuery.args]]
type = "bool"
[[C_AuctionHouse.SetFavoriteItem.args]]
type = "table"
[[C_AuctionHouse.SetFavoriteItem.args]]
type = "bool"
[[C_AuctionHouse.StartCommoditiesPurchase.args]]
type = "number"
[[C_AuctionHouse.StartCommoditiesPurchase.args]]
type = "number"
[[C_AzeriteEmpoweredItem.CanSelectPower.args]]
type = "table"
[[C_AzeriteEmpoweredItem.CanSelectPower.args]]
type = "number"
[C_AzeriteEmpoweredItem.CloseAzeriteEmpoweredItemRespec]
args = []
[[C_AzeriteEmpoweredItem.ConfirmAzeriteEmpoweredItemRespec.args]]
type = "table"
[[C_AzeriteEmpoweredItem.GetAllTierInfo.args]]
type = "table"
[[C_AzeriteEmpoweredItem.GetAllTierInfoByItemID.args]]
type = "string"
[[C_AzeriteEmpoweredItem.GetAllTierInfoByItemID.args]]
type = "number"
required = false
[C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost]
args = []
[[C_AzeriteEmpoweredItem.GetPowerInfo.args]]
type = "number"
[[C_AzeriteEmpoweredItem.GetPowerText.args]]
type = "table"
[[C_AzeriteEmpoweredItem.GetPowerText.args]]
type = "number"
[[C_AzeriteEmpoweredItem.GetPowerText.args]]
type = "number"
[[C_AzeriteEmpoweredItem.GetSpecsForPower.args]]
type = "number"
[[C_AzeriteEmpoweredItem.HasAnyUnselectedPowers.args]]
type = "table"
[[C_AzeriteEmpoweredItem.HasBeenViewed.args]]
type = "table"
[[C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem.args]]
type = "table"
[[C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID.args]]
type = "string"
[[C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable.args]]
type = "string"
[[C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable.args]]
type = "number"
required = false
[C_AzeriteEmpoweredItem.IsHeartOfAzerothEquipped]
args = []
[[C_AzeriteEmpoweredItem.IsPowerAvailableForSpec.args]]
type = "number"
[[C_AzeriteEmpoweredItem.IsPowerAvailableForSpec.args]]
type = "number"
[[C_AzeriteEmpoweredItem.IsPowerSelected.args]]
type = "table"
[[C_AzeriteEmpoweredItem.IsPowerSelected.args]]
type = "number"
[[C_AzeriteEmpoweredItem.SelectPower.args]]
type = "table"
[[C_AzeriteEmpoweredItem.SelectPower.args]]
type = "number"
[[C_AzeriteEmpoweredItem.SetHasBeenViewed.args]]
type = "table"
[[C_AzeriteEssence.ActivateEssence.args]]
type = "number"
[[C_AzeriteEssence.ActivateEssence.args]]
type = "number"
[[C_AzeriteEssence.CanActivateEssence.args]]
type = "number"
[[C_AzeriteEssence.CanActivateEssence.args]]
type = "number"
[[C_AzeriteEssence.CanDeactivateEssence.args]]
type = "number"
[C_AzeriteEssence.CanOpenUI]
args = []
[C_AzeriteEssence.ClearPendingActivationEssence]
args = []
[C_AzeriteEssence.CloseForge]
args = []
[[C_AzeriteEssence.GetEssenceHyperlink.args]]
type = "number"
[[C_AzeriteEssence.GetEssenceHyperlink.args]]
type = "number"
[[C_AzeriteEssence.GetEssenceInfo.args]]
type = "number"
[C_AzeriteEssence.GetEssences]
args = []
[[C_AzeriteEssence.GetMilestoneEssence.args]]
type = "number"
[[C_AzeriteEssence.GetMilestoneInfo.args]]
type = "number"
[[C_AzeriteEssence.GetMilestoneSpell.args]]
type = "number"
[C_AzeriteEssence.GetMilestones]
args = []
[C_AzeriteEssence.GetNumUnlockedEssences]
args = []
[C_AzeriteEssence.GetNumUsableEssences]
args = []
[C_AzeriteEssence.GetPendingActivationEssence]
args = []
[C_AzeriteEssence.HasNeverActivatedAnyEssences]
args = []
[C_AzeriteEssence.HasPendingActivationEssence]
args = []
[C_AzeriteEssence.IsAtForge]
args = []
[[C_AzeriteEssence.SetPendingActivationEssence.args]]
type = "number"
[[C_AzeriteEssence.UnlockMilestone.args]]
type = "number"
[C_AzeriteItem.FindActiveAzeriteItem]
args = []
[[C_AzeriteItem.GetAzeriteItemXPInfo.args]]
type = "table"
[[C_AzeriteItem.GetPowerLevel.args]]
type = "table"
[[C_AzeriteItem.GetUnlimitedPowerLevel.args]]
type = "table"
[C_AzeriteItem.HasActiveAzeriteItem]
args = []
[[C_AzeriteItem.IsAzeriteItem.args]]
type = "table"
[C_AzeriteItem.IsAzeriteItemAtMaxLevel]
args = []
[[C_AzeriteItem.IsAzeriteItemByID.args]]
type = "string"
[[C_BattleNet.GetAccountInfoByGUID.args]]
type = "string"
[[C_BattleNet.GetAccountInfoByID.args]]
type = "number"
[[C_BattleNet.GetAccountInfoByID.args]]
type = "string"
required = false
[[C_BattleNet.GetFriendAccountInfo.args]]
type = "number"
[[C_BattleNet.GetFriendAccountInfo.args]]
type = "string"
required = false
[[C_BattleNet.GetFriendGameAccountInfo.args]]
type = "number"
[[C_BattleNet.GetFriendGameAccountInfo.args]]
type = "number"
[[C_BattleNet.GetFriendNumGameAccounts.args]]
type = "number"
[[C_BattleNet.GetGameAccountInfoByGUID.args]]
type = "string"
[[C_BattleNet.GetGameAccountInfoByID.args]]
type = "number"
[[C_CVar.GetCVar.args]]
type = "string"
[[C_CVar.GetCVarBitfield.args]]
type = "string"
[[C_CVar.GetCVarBitfield.args]]
type = "number"
[[C_CVar.GetCVarBool.args]]
type = "string"
[[C_CVar.GetCVarDefault.args]]
type = "string"
[[C_CVar.RegisterCVar.args]]
type = "string"
[[C_CVar.RegisterCVar.args]]
type = "string"
required = false
[C_CVar.ResetTestCVars]
args = []
[[C_CVar.SetCVar.args]]
type = "string"
[[C_CVar.SetCVar.args]]
type = "string"
required = false
[[C_CVar.SetCVar.args]]
type = "string"
required = false
[[C_CVar.SetCVarBitfield.args]]
type = "string"
[[C_CVar.SetCVarBitfield.args]]
type = "number"
[[C_CVar.SetCVarBitfield.args]]
type = "bool"
[[C_CVar.SetCVarBitfield.args]]
type = "string"
required = false
[C_Calendar.AddEvent]
args = []
[C_Calendar.AreNamesReady]
args = []
[C_Calendar.CanAddEvent]
args = []
[C_Calendar.CanSendInvite]
args = []
[C_Calendar.CloseEvent]
args = []
[[C_Calendar.ContextMenuEventCanComplain.args]]
type = "number"
[[C_Calendar.ContextMenuEventCanComplain.args]]
type = "number"
[[C_Calendar.ContextMenuEventCanComplain.args]]
type = "number"
[[C_Calendar.ContextMenuEventCanEdit.args]]
type = "number"
[[C_Calendar.ContextMenuEventCanEdit.args]]
type = "number"
[[C_Calendar.ContextMenuEventCanEdit.args]]
type = "number"
[[C_Calendar.ContextMenuEventCanRemove.args]]
type = "number"
[[C_Calendar.ContextMenuEventCanRemove.args]]
type = "number"
[[C_Calendar.ContextMenuEventCanRemove.args]]
type = "number"
[C_Calendar.ContextMenuEventClipboard]
args = []
[C_Calendar.ContextMenuEventComplain]
args = []
[C_Calendar.ContextMenuEventCopy]
args = []
[C_Calendar.ContextMenuEventGetCalendarType]
args = []
[[C_Calendar.ContextMenuEventPaste.args]]
type = "number"
[[C_Calendar.ContextMenuEventPaste.args]]
type = "number"
[C_Calendar.ContextMenuEventRemove]
args = []
[C_Calendar.ContextMenuEventSignUp]
args = []
[C_Calendar.ContextMenuGetEventIndex]
args = []
[C_Calendar.ContextMenuInviteAvailable]
args = []
[C_Calendar.ContextMenuInviteDecline]
args = []
[C_Calendar.ContextMenuInviteRemove]
args = []
[C_Calendar.ContextMenuInviteTentative]
args = []
[[C_Calendar.ContextMenuSelectEvent.args]]
type = "number"
[[C_Calendar.ContextMenuSelectEvent.args]]
type = "number"
[[C_Calendar.ContextMenuSelectEvent.args]]
type = "number"
[C_Calendar.CreateCommunitySignUpEvent]
args = []
[C_Calendar.CreateGuildAnnouncementEvent]
args = []
[C_Calendar.CreateGuildSignUpEvent]
args = []
[C_Calendar.CreatePlayerEvent]
args = []
[C_Calendar.EventAvailable]
args = []
[C_Calendar.EventCanEdit]
args = []
[C_Calendar.EventClearAutoApprove]
args = []
[C_Calendar.EventClearLocked]
args = []
[[C_Calendar.EventClearModerator.args]]
type = "number"
[C_Calendar.EventDecline]
args = []
[C_Calendar.EventGetCalendarType]
args = []
[C_Calendar.EventGetClubId]
args = []
[[C_Calendar.EventGetInvite.args]]
type = "number"
[[C_Calendar.EventGetInviteResponseTime.args]]
type = "number"
[C_Calendar.EventGetInviteSortCriterion]
args = []
[C_Calendar.EventGetSelectedInvite]
args = []
[[C_Calendar.EventGetStatusOptions.args]]
type = "number"
[[C_Calendar.EventGetTextures.args]]
type = "number"
[C_Calendar.EventGetTypes]
args = []
[C_Calendar.EventGetTypesDisplayOrdered]
args = []
[C_Calendar.EventHasPendingInvite]
args = []
[C_Calendar.EventHaveSettingsChanged]
args = []
[[C_Calendar.EventInvite.args]]
type = "string"
[[C_Calendar.EventRemoveInvite.args]]
type = "number"
[[C_Calendar.EventRemoveInviteByGuid.args]]
type = "string"
[[C_Calendar.EventSelectInvite.args]]
type = "number"
[C_Calendar.EventSetAutoApprove]
args = []
[[C_Calendar.EventSetClubId.args]]
type = "string"
required = false
[[C_Calendar.EventSetDate.args]]
type = "number"
[[C_Calendar.EventSetDate.args]]
type = "number"
[[C_Calendar.EventSetDate.args]]
type = "number"
[[C_Calendar.EventSetDescription.args]]
type = "string"
[[C_Calendar.EventSetInviteStatus.args]]
type = "number"
[[C_Calendar.EventSetInviteStatus.args]]
type = "number"
[C_Calendar.EventSetLocked]
args = []
[[C_Calendar.EventSetModerator.args]]
type = "number"
[[C_Calendar.EventSetTextureID.args]]
type = "number"
[[C_Calendar.EventSetTime.args]]
type = "number"
[[C_Calendar.EventSetTime.args]]
type = "number"
[[C_Calendar.EventSetTitle.args]]
type = "string"
[[C_Calendar.EventSetType.args]]
type = "number"
[C_Calendar.EventSignUp]
args = []
[[C_Calendar.EventSortInvites.args]]
type = "string"
[[C_Calendar.EventSortInvites.args]]
type = "bool"
[C_Calendar.EventTentative]
args = []
[[C_Calendar.GetClubCalendarEvents.args]]
type = "string"
[[C_Calendar.GetClubCalendarEvents.args]]
type = "table"
[[C_Calendar.GetClubCalendarEvents.args]]
type = "table"
[[C_Calendar.GetDayEvent.args]]
type = "number"
[[C_Calendar.GetDayEvent.args]]
type = "number"
[[C_Calendar.GetDayEvent.args]]
type = "number"
[C_Calendar.GetDefaultGuildFilter]
args = []
[C_Calendar.GetEventIndex]
args = []
[[C_Calendar.GetEventIndexInfo.args]]
type = "string"
[[C_Calendar.GetEventIndexInfo.args]]
type = "number"
required = false
[[C_Calendar.GetEventIndexInfo.args]]
type = "number"
required = false
[C_Calendar.GetEventInfo]
args = []
[[C_Calendar.GetFirstPendingInvite.args]]
type = "number"
[[C_Calendar.GetFirstPendingInvite.args]]
type = "number"
[[C_Calendar.GetGuildEventInfo.args]]
type = "number"
[[C_Calendar.GetGuildEventSelectionInfo.args]]
type = "number"
[[C_Calendar.GetHolidayInfo.args]]
type = "number"
[[C_Calendar.GetHolidayInfo.args]]
type = "number"
[[C_Calendar.GetHolidayInfo.args]]
type = "number"
[C_Calendar.GetMaxCreateDate]
args = []
[C_Calendar.GetMinDate]
args = []
[[C_Calendar.GetMonthInfo.args]]
type = "number"
required = false
[C_Calendar.GetNextClubId]
args = []
[[C_Calendar.GetNumDayEvents.args]]
type = "number"
[[C_Calendar.GetNumDayEvents.args]]
type = "number"
[C_Calendar.GetNumGuildEvents]
args = []
[C_Calendar.GetNumInvites]
args = []
[C_Calendar.GetNumPendingInvites]
args = []
[[C_Calendar.GetRaidInfo.args]]
type = "number"
[[C_Calendar.GetRaidInfo.args]]
type = "number"
[[C_Calendar.GetRaidInfo.args]]
type = "number"
[C_Calendar.IsActionPending]
args = []
[C_Calendar.IsEventOpen]
args = []
[[C_Calendar.MassInviteCommunity.args]]
type = "string"
[[C_Calendar.MassInviteCommunity.args]]
type = "number"
[[C_Calendar.MassInviteCommunity.args]]
type = "number"
[[C_Calendar.MassInviteCommunity.args]]
type = "number"
required = false
[[C_Calendar.MassInviteGuild.args]]
type = "number"
[[C_Calendar.MassInviteGuild.args]]
type = "number"
[[C_Calendar.MassInviteGuild.args]]
type = "number"
[C_Calendar.OpenCalendar]
args = []
[[C_Calendar.OpenEvent.args]]
type = "number"
[[C_Calendar.OpenEvent.args]]
type = "number"
[[C_Calendar.OpenEvent.args]]
type = "number"
[C_Calendar.RemoveEvent]
args = []
[[C_Calendar.SetAbsMonth.args]]
type = "number"
[[C_Calendar.SetAbsMonth.args]]
type = "number"
[[C_Calendar.SetMonth.args]]
type = "number"
[[C_Calendar.SetNextClubId.args]]
type = "string"
required = false
[C_Calendar.UpdateEvent]
args = []
[C_ChallengeMode.ClearKeystone]
args = []
[C_ChallengeMode.CloseKeystoneFrame]
args = []
[C_ChallengeMode.GetActiveChallengeMapID]
args = []
[C_ChallengeMode.GetActiveKeystoneInfo]
args = []
[[C_ChallengeMode.GetAffixInfo.args]]
type = "number"
[C_ChallengeMode.GetCompletionInfo]
args = []
[C_ChallengeMode.GetDeathCount]
args = []
[C_ChallengeMode.GetGuildLeaders]
args = []
[C_ChallengeMode.GetMapTable]
args = []
[[C_ChallengeMode.GetMapUIInfo.args]]
type = "number"
[[C_ChallengeMode.GetPowerLevelDamageHealthMod.args]]
type = "number"
[C_ChallengeMode.GetSlottedKeystoneInfo]
args = []
[C_ChallengeMode.HasSlottedKeystone]
args = []
[C_ChallengeMode.IsChallengeModeActive]
args = []
[C_ChallengeMode.RemoveKeystone]
args = []
[[C_ChallengeMode.RequestLeaders.args]]
type = "number"
[C_ChallengeMode.Reset]
args = []
[C_ChallengeMode.SetKeystoneTooltip]
args = []
[C_ChallengeMode.SlotKeystone]
args = []
[C_ChallengeMode.StartChallengeMode]
args = []
[[C_ChatBubbles.GetAllChatBubbles.args]]
type = "bool"
required = false
[[C_ChatInfo.GetChannelRosterInfo.args]]
type = "number"
[[C_ChatInfo.GetChannelRosterInfo.args]]
type = "number"
[[C_ChatInfo.GetClubStreamIDs.args]]
type = "string"
[C_ChatInfo.GetNumActiveChannels]
args = []
[C_ChatInfo.GetRegisteredAddonMessagePrefixes]
args = []
[[C_ChatInfo.IsAddonMessagePrefixRegistered.args]]
type = "string"
[[C_ChatInfo.IsPartyChannelType.args]]
type = "number"
[[C_ChatInfo.IsValidChatLine.args]]
type = "number"
required = false
[[C_ChatInfo.RegisterAddonMessagePrefix.args]]
type = "string"
[[C_ChatInfo.ReplaceIconAndGroupExpressions.args]]
type = "string"
[[C_ChatInfo.ReplaceIconAndGroupExpressions.args]]
type = "bool"
required = false
[[C_ChatInfo.ReplaceIconAndGroupExpressions.args]]
type = "bool"
required = false
[C_ChatInfo.ResetDefaultZoneChannels]
args = []
[[C_ChatInfo.SendAddonMessage.args]]
type = "string"
[[C_ChatInfo.SendAddonMessage.args]]
type = "string"
[[C_ChatInfo.SendAddonMessage.args]]
type = "string"
required = false
[[C_ChatInfo.SendAddonMessage.args]]
type = "string"
required = false
[[C_ChatInfo.SendAddonMessageLogged.args]]
type = "string"
[[C_ChatInfo.SendAddonMessageLogged.args]]
type = "string"
[[C_ChatInfo.SendAddonMessageLogged.args]]
type = "string"
required = false
[[C_ChatInfo.SendAddonMessageLogged.args]]
type = "string"
required = false
[[C_ChatInfo.SwapChatChannelsByChannelIndex.args]]
type = "number"
[[C_ChatInfo.SwapChatChannelsByChannelIndex.args]]
type = "number"
[[C_ClassColor.GetClassColor.args]]
type = "string"
[[C_Club.AcceptInvitation.args]]
type = "string"
[[C_Club.AddClubStreamChatChannel.args]]
type = "string"
[[C_Club.AddClubStreamChatChannel.args]]
type = "string"
[[C_Club.AdvanceStreamViewMarker.args]]
type = "string"
[[C_Club.AdvanceStreamViewMarker.args]]
type = "string"
[[C_Club.AssignMemberRole.args]]
type = "string"
[[C_Club.AssignMemberRole.args]]
type = "number"
[[C_Club.AssignMemberRole.args]]
type = "number"
[[C_Club.CanResolvePlayerLocationFromClubMessageData.args]]
type = "string"
[[C_Club.CanResolvePlayerLocationFromClubMessageData.args]]
type = "string"
[[C_Club.CanResolvePlayerLocationFromClubMessageData.args]]
type = "number"
[[C_Club.CanResolvePlayerLocationFromClubMessageData.args]]
type = "number"
[C_Club.ClearAutoAdvanceStreamViewMarker]
args = []
[C_Club.ClearClubPresenceSubscription]
args = []
[[C_Club.CompareBattleNetDisplayName.args]]
type = "string"
[[C_Club.CompareBattleNetDisplayName.args]]
type = "number"
[[C_Club.CompareBattleNetDisplayName.args]]
type = "number"
[[C_Club.CreateClub.args]]
type = "string"
[[C_Club.CreateClub.args]]
type = "string"
required = false
[[C_Club.CreateClub.args]]
type = "string"
[[C_Club.CreateClub.args]]
type = "number"
[[C_Club.CreateClub.args]]
type = "number"
[[C_Club.CreateStream.args]]
type = "string"
[[C_Club.CreateStream.args]]
type = "string"
[[C_Club.CreateStream.args]]
type = "string"
[[C_Club.CreateStream.args]]
type = "bool"
[[C_Club.CreateTicket.args]]
type = "string"
[[C_Club.CreateTicket.args]]
type = "number"
required = false
[[C_Club.CreateTicket.args]]
type = "number"
required = false
[[C_Club.CreateTicket.args]]
type = "string"
required = false
[[C_Club.DeclineInvitation.args]]
type = "string"
[[C_Club.DestroyClub.args]]
type = "string"
[[C_Club.DestroyMessage.args]]
type = "string"
[[C_Club.DestroyMessage.args]]
type = "string"
[[C_Club.DestroyMessage.args]]
type = "table"
[[C_Club.DestroyStream.args]]
type = "string"
[[C_Club.DestroyStream.args]]
type = "string"
[[C_Club.DestroyTicket.args]]
type = "string"
[[C_Club.DestroyTicket.args]]
type = "string"
[[C_Club.EditClub.args]]
type = "string"
[[C_Club.EditClub.args]]
type = "string"
required = false
[[C_Club.EditClub.args]]
type = "string"
required = false
[[C_Club.EditClub.args]]
type = "string"
required = false
[[C_Club.EditClub.args]]
type = "number"
required = false
[[C_Club.EditClub.args]]
type = "string"
required = false
[[C_Club.EditMessage.args]]
type = "string"
[[C_Club.EditMessage.args]]
type = "string"
[[C_Club.EditMessage.args]]
type = "table"
[[C_Club.EditMessage.args]]
type = "string"
[[C_Club.EditStream.args]]
type = "string"
[[C_Club.EditStream.args]]
type = "string"
[[C_Club.EditStream.args]]
type = "string"
required = false
[[C_Club.EditStream.args]]
type = "string"
required = false
[[C_Club.EditStream.args]]
type = "bool"
required = false
[C_Club.Flush]
args = []
[[C_Club.FocusStream.args]]
type = "string"
[[C_Club.FocusStream.args]]
type = "string"
[[C_Club.GetAssignableRoles.args]]
type = "string"
[[C_Club.GetAssignableRoles.args]]
type = "number"
[[C_Club.GetAvatarIdList.args]]
type = "number"
[C_Club.GetClubCapacity]
args = []
[[C_Club.GetClubInfo.args]]
type = "string"
[[C_Club.GetClubLimits.args]]
type = "number"
[[C_Club.GetClubMembers.args]]
type = "string"
[[C_Club.GetClubMembers.args]]
type = "string"
required = false
[[C_Club.GetClubPrivileges.args]]
type = "string"
[[C_Club.GetClubStreamNotificationSettings.args]]
type = "string"
[[C_Club.GetCommunityNameResultText.args]]
type = "number"
[C_Club.GetGuildClubId]
args = []
[C_Club.GetInfoFromLastCommunityChatLine]
args = []
[[C_Club.GetInvitationCandidates.args]]
type = "string"
required = false
[[C_Club.GetInvitationCandidates.args]]
type = "number"
required = false
[[C_Club.GetInvitationCandidates.args]]
type = "number"
required = false
[[C_Club.GetInvitationCandidates.args]]
type = "bool"
required = false
[[C_Club.GetInvitationCandidates.args]]
type = "string"
[[C_Club.GetInvitationInfo.args]]
type = "string"
[[C_Club.GetInvitationsForClub.args]]
type = "string"
[C_Club.GetInvitationsForSelf]
args = []
[[C_Club.GetLastTicketResponse.args]]
type = "string"
[[C_Club.GetMemberInfo.args]]
type = "string"
[[C_Club.GetMemberInfo.args]]
type = "number"
[[C_Club.GetMemberInfoForSelf.args]]
type = "string"
[[C_Club.GetMessageInfo.args]]
type = "string"
[[C_Club.GetMessageInfo.args]]
type = "string"
[[C_Club.GetMessageInfo.args]]
type = "table"
[[C_Club.GetMessageRanges.args]]
type = "string"
[[C_Club.GetMessageRanges.args]]
type = "string"
[[C_Club.GetMessagesBefore.args]]
type = "string"
[[C_Club.GetMessagesBefore.args]]
type = "string"
[[C_Club.GetMessagesBefore.args]]
type = "table"
[[C_Club.GetMessagesBefore.args]]
type = "number"
[[C_Club.GetMessagesInRange.args]]
type = "string"
[[C_Club.GetMessagesInRange.args]]
type = "string"
[[C_Club.GetMessagesInRange.args]]
type = "table"
[[C_Club.GetMessagesInRange.args]]
type = "table"
[[C_Club.GetStreamInfo.args]]
type = "string"
[[C_Club.GetStreamInfo.args]]
type = "string"
[[C_Club.GetStreamViewMarker.args]]
type = "string"
[[C_Club.GetStreamViewMarker.args]]
type = "string"
[[C_Club.GetStreams.args]]
type = "string"
[C_Club.GetSubscribedClubs]
args = []
[[C_Club.GetTickets.args]]
type = "string"
[[C_Club.IsAccountMuted.args]]
type = "string"
[[C_Club.IsBeginningOfStream.args]]
type = "string"
[[C_Club.IsBeginningOfStream.args]]
type = "string"
[[C_Club.IsBeginningOfStream.args]]
type = "table"
[C_Club.IsEnabled]
args = []
[C_Club.IsRestricted]
args = []
[[C_Club.IsSubscribedToStream.args]]
type = "string"
[[C_Club.IsSubscribedToStream.args]]
type = "string"
[[C_Club.KickMember.args]]
type = "string"
[[C_Club.KickMember.args]]
type = "number"
[[C_Club.LeaveClub.args]]
type = "string"
[[C_Club.RedeemTicket.args]]
type = "string"
[[C_Club.RequestInvitationsForClub.args]]
type = "string"
[[C_Club.RequestMoreMessagesBefore.args]]
type = "string"
[[C_Club.RequestMoreMessagesBefore.args]]
type = "string"
[[C_Club.RequestMoreMessagesBefore.args]]
type = "table"
required = false
[[C_Club.RequestMoreMessagesBefore.args]]
type = "number"
required = false
[[C_Club.RequestTicket.args]]
type = "string"
[[C_Club.RequestTickets.args]]
type = "string"
[[C_Club.RevokeInvitation.args]]
type = "string"
[[C_Club.RevokeInvitation.args]]
type = "number"
[[C_Club.SendBattleTagFriendRequest.args]]
type = "string"
[[C_Club.SendBattleTagFriendRequest.args]]
type = "number"
[[C_Club.SendCharacterInvitation.args]]
type = "string"
[[C_Club.SendCharacterInvitation.args]]
type = "string"
[[C_Club.SendInvitation.args]]
type = "string"
[[C_Club.SendInvitation.args]]
type = "number"
[[C_Club.SendMessage.args]]
type = "string"
[[C_Club.SendMessage.args]]
type = "string"
[[C_Club.SendMessage.args]]
type = "string"
[[C_Club.SetAutoAdvanceStreamViewMarker.args]]
type = "string"
[[C_Club.SetAutoAdvanceStreamViewMarker.args]]
type = "string"
[[C_Club.SetAvatarTexture.args]]
type = "table"
[[C_Club.SetAvatarTexture.args]]
type = "number"
[[C_Club.SetAvatarTexture.args]]
type = "number"
[[C_Club.SetClubMemberNote.args]]
type = "string"
[[C_Club.SetClubMemberNote.args]]
type = "number"
[[C_Club.SetClubMemberNote.args]]
type = "string"
[[C_Club.SetClubPresenceSubscription.args]]
type = "string"
[[C_Club.SetClubStreamNotificationSettings.args]]
type = "string"
[[C_Club.SetClubStreamNotificationSettings.args]]
type = "table"
[[C_Club.SetFavorite.args]]
type = "string"
[[C_Club.SetFavorite.args]]
type = "bool"
[[C_Club.SetSocialQueueingEnabled.args]]
type = "string"
[[C_Club.SetSocialQueueingEnabled.args]]
type = "bool"
[[C_Club.ShouldAllowClubType.args]]
type = "number"
[[C_Club.UnfocusStream.args]]
type = "string"
[[C_Club.UnfocusStream.args]]
type = "string"
[[C_Club.ValidateText.args]]
type = "number"
[[C_Club.ValidateText.args]]
type = "string"
[[C_Club.ValidateText.args]]
type = "number"
[[C_ClubFinder.ApplicantAcceptClubInvite.args]]
type = "string"
[[C_ClubFinder.ApplicantDeclineClubInvite.args]]
type = "string"
[[C_ClubFinder.CancelMembershipRequest.args]]
type = "string"
[C_ClubFinder.CheckAllPlayerApplicantSettings]
args = []
[C_ClubFinder.ClearAllFinderCache]
args = []
[C_ClubFinder.ClearClubApplicantsCache]
args = []
[C_ClubFinder.ClearClubFinderPostingsCache]
args = []
[[C_ClubFinder.DoesPlayerBelongToClubFromClubGUID.args]]
type = "string"
[C_ClubFinder.GetClubFinderDisableReason]
args = []
[C_ClubFinder.GetClubRecruitmentSettings]
args = []
[[C_ClubFinder.GetClubTypeFromFinderGUID.args]]
type = "string"
[[C_ClubFinder.GetFocusIndexFromFlag.args]]
type = "number"
[C_ClubFinder.GetPlayerApplicantLocaleFlags]
args = []
[C_ClubFinder.GetPlayerApplicantSettings]
args = []
[[C_ClubFinder.GetPlayerClubApplicationStatus.args]]
type = "string"
[C_ClubFinder.GetPlayerSettingsFocusFlagsSelectedCount]
args = []
[[C_ClubFinder.GetPostingIDFromClubFinderGUID.args]]
type = "string"
[[C_ClubFinder.GetRecruitingClubInfoFromClubID.args]]
type = "string"
[[C_ClubFinder.GetRecruitingClubInfoFromFinderGUID.args]]
type = "string"
[[C_ClubFinder.GetStatusOfPostingFromClubId.args]]
type = "string"
[C_ClubFinder.GetTotalMatchingCommunityListSize]
args = []
[C_ClubFinder.GetTotalMatchingGuildListSize]
args = []
[[C_ClubFinder.HasAlreadyAppliedToLinkedPosting.args]]
type = "string"
[[C_ClubFinder.HasPostingBeenDelisted.args]]
type = "string"
[C_ClubFinder.IsEnabled]
args = []
[[C_ClubFinder.IsListingEnabledFromFlags.args]]
type = "number"
[[C_ClubFinder.IsPostingBanned.args]]
type = "string"
[[C_ClubFinder.LookupClubPostingFromClubFinderGUID.args]]
type = "string"
[[C_ClubFinder.LookupClubPostingFromClubFinderGUID.args]]
type = "bool"
[C_ClubFinder.PlayerGetClubInvitationList]
args = []
[[C_ClubFinder.PlayerRequestPendingClubsList.args]]
type = "number"
[C_ClubFinder.PlayerReturnPendingCommunitiesList]
args = []
[C_ClubFinder.PlayerReturnPendingGuildsList]
args = []
[[C_ClubFinder.PostClub.args]]
type = "string"
[[C_ClubFinder.PostClub.args]]
type = "number"
[[C_ClubFinder.PostClub.args]]
type = "string"
[[C_ClubFinder.PostClub.args]]
type = "string"
[[C_ClubFinder.PostClub.args]]
type = "table"
[[C_ClubFinder.PostClub.args]]
type = "number"
[[C_ClubFinder.ReportPosting.args]]
type = "number"
[[C_ClubFinder.ReportPosting.args]]
type = "string"
[[C_ClubFinder.ReportPosting.args]]
type = "string"
[[C_ClubFinder.ReportPosting.args]]
type = "string"
[[C_ClubFinder.RequestApplicantList.args]]
type = "number"
[[C_ClubFinder.RequestClubsList.args]]
type = "bool"
[[C_ClubFinder.RequestClubsList.args]]
type = "string"
[[C_ClubFinder.RequestClubsList.args]]
type = "table"
[[C_ClubFinder.RequestMembershipToClub.args]]
type = "string"
[[C_ClubFinder.RequestMembershipToClub.args]]
type = "string"
[[C_ClubFinder.RequestMembershipToClub.args]]
type = "table"
[[C_ClubFinder.RequestNextCommunityPage.args]]
type = "number"
[[C_ClubFinder.RequestNextCommunityPage.args]]
type = "number"
[[C_ClubFinder.RequestNextGuildPage.args]]
type = "number"
[[C_ClubFinder.RequestNextGuildPage.args]]
type = "number"
[[C_ClubFinder.RequestPostingInformationFromClubId.args]]
type = "string"
[C_ClubFinder.RequestSubscribedClubPostingIDs]
args = []
[C_ClubFinder.ResetClubPostingMapCache]
args = []
[[C_ClubFinder.RespondToApplicant.args]]
type = "string"
[[C_ClubFinder.RespondToApplicant.args]]
type = "string"
[[C_ClubFinder.RespondToApplicant.args]]
type = "bool"
[[C_ClubFinder.RespondToApplicant.args]]
type = "number"
[[C_ClubFinder.RespondToApplicant.args]]
type = "string"
[[C_ClubFinder.RespondToApplicant.args]]
type = "bool"
[[C_ClubFinder.RespondToApplicant.args]]
type = "bool"
required = false
[[C_ClubFinder.ReturnClubApplicantList.args]]
type = "string"
[C_ClubFinder.ReturnMatchingCommunityList]
args = []
[C_ClubFinder.ReturnMatchingGuildList]
args = []
[[C_ClubFinder.ReturnPendingClubApplicantList.args]]
type = "string"
[[C_ClubFinder.SetAllRecruitmentSettings.args]]
type = "number"
[[C_ClubFinder.SetPlayerApplicantLocaleFlags.args]]
type = "number"
[[C_ClubFinder.SetPlayerApplicantSettings.args]]
type = "number"
[[C_ClubFinder.SetPlayerApplicantSettings.args]]
type = "bool"
[[C_ClubFinder.SetRecruitmentLocale.args]]
type = "number"
[[C_ClubFinder.SetRecruitmentSettings.args]]
type = "number"
[[C_ClubFinder.SetRecruitmentSettings.args]]
type = "bool"
[C_ClubFinder.ShouldShowClubFinder]
args = []
[[C_Commentator.AddPlayerOverrideName.args]]
type = "string"
[[C_Commentator.AddPlayerOverrideName.args]]
type = "string"
[[C_Commentator.AddTrackedDefensiveAuras.args]]
type = "table"
[[C_Commentator.AddTrackedOffensiveAuras.args]]
type = "table"
[C_Commentator.AreTeamsSwapped]
args = []
[C_Commentator.CanUseCommentatorCheats]
args = []
[C_Commentator.ClearCameraTarget]
args = []
[C_Commentator.ClearFollowTarget]
args = []
[[C_Commentator.ClearLookAtTarget.args]]
type = "number"
required = false
[C_Commentator.EnterInstance]
args = []
[C_Commentator.ExitInstance]
args = []
[[C_Commentator.FollowPlayer.args]]
type = "number"
[[C_Commentator.FollowPlayer.args]]
type = "number"
[[C_Commentator.FollowPlayer.args]]
type = "bool"
required = false
[[C_Commentator.FollowUnit.args]]
type = "string"
[C_Commentator.ForceFollowTransition]
args = []
[C_Commentator.GetAdditionalCameraWeight]
args = []
[[C_Commentator.GetAdditionalCameraWeightByToken.args]]
type = "string"
[C_Commentator.GetAllPlayerOverrideNames]
args = []
[C_Commentator.GetCamera]
args = []
[C_Commentator.GetCameraCollision]
args = []
[C_Commentator.GetCameraPosition]
args = []
[C_Commentator.GetCurrentMapID]
args = []
[C_Commentator.GetDampeningPercent]
args = []
[C_Commentator.GetDistanceBeforeForcedHorizontalConvergence]
args = []
[C_Commentator.GetDurationToForceHorizontalConvergence]
args = []
[C_Commentator.GetExcludeDistance]
args = []
[C_Commentator.GetHardlockWeight]
args = []
[C_Commentator.GetHorizontalAngleThresholdToSmooth]
args = []
[[C_Commentator.GetIndirectSpellID.args]]
type = "number"
[[C_Commentator.GetInstanceInfo.args]]
type = "number"
[[C_Commentator.GetInstanceInfo.args]]
type = "number"
[C_Commentator.GetLookAtLerpAmount]
args = []
[[C_Commentator.GetMapInfo.args]]
type = "number"
[C_Commentator.GetMatchDuration]
args = []
[C_Commentator.GetMaxNumPlayersPerTeam]
args = []
[C_Commentator.GetMaxNumTeams]
args = []
[C_Commentator.GetMode]
args = []
[C_Commentator.GetMsToHoldForHorizontalMovement]
args = []
[C_Commentator.GetMsToHoldForVerticalMovement]
args = []
[C_Commentator.GetMsToSmoothHorizontalChange]
args = []
[C_Commentator.GetMsToSmoothVerticalChange]
args = []
[C_Commentator.GetNumMaps]
args = []
[[C_Commentator.GetNumPlayers.args]]
type = "number"
[[C_Commentator.GetPlayerAuraInfo.args]]
type = "number"
[[C_Commentator.GetPlayerAuraInfo.args]]
type = "number"
[[C_Commentator.GetPlayerAuraInfo.args]]
type = "number"
[[C_Commentator.GetPlayerCooldownInfo.args]]
type = "number"
[[C_Commentator.GetPlayerCooldownInfo.args]]
type = "number"
[[C_Commentator.GetPlayerCooldownInfo.args]]
type = "number"
[[C_Commentator.GetPlayerCrowdControlInfo.args]]
type = "number"
[[C_Commentator.GetPlayerCrowdControlInfo.args]]
type = "number"
[[C_Commentator.GetPlayerCrowdControlInfoByUnit.args]]
type = "string"
[[C_Commentator.GetPlayerFlagInfo.args]]
type = "number"
[[C_Commentator.GetPlayerFlagInfo.args]]
type = "number"
[[C_Commentator.GetPlayerInfo.args]]
type = "number"
[[C_Commentator.GetPlayerInfo.args]]
type = "number"
[[C_Commentator.GetPlayerOverrideName.args]]
type = "string"
[[C_Commentator.GetPlayerSpellCharges.args]]
type = "number"
[[C_Commentator.GetPlayerSpellCharges.args]]
type = "number"
[[C_Commentator.GetPlayerSpellCharges.args]]
type = "number"
[C_Commentator.GetPositionLerpAmount]
args = []
[C_Commentator.GetSmoothFollowTransitioning]
args = []
[C_Commentator.GetSoftlockWeight]
args = []
[C_Commentator.GetSpeedFactor]
args = []
[[C_Commentator.GetStartLocation.args]]
type = "number"
[[C_Commentator.GetTeamHighlightColor.args]]
type = "number"
[C_Commentator.GetTimeLeftInMatch]
args = []
[[C_Commentator.GetTrackedSpellID.args]]
type = "number"
[[C_Commentator.GetTrackedSpells.args]]
type = "number"
[[C_Commentator.GetTrackedSpells.args]]
type = "number"
[[C_Commentator.GetTrackedSpells.args]]
type = "number"
[[C_Commentator.GetWargameInfo.args]]
type = "number"
[[C_Commentator.HasTrackedAuras.args]]
type = "string"
[C_Commentator.IsSmartCameraLocked]
args = []
[C_Commentator.IsSpectating]
args = []
[[C_Commentator.IsTrackedDefensiveAura.args]]
type = "number"
[[C_Commentator.IsTrackedOffensiveAura.args]]
type = "number"
[[C_Commentator.IsTrackedSpell.args]]
type = "number"
[[C_Commentator.IsTrackedSpell.args]]
type = "number"
[[C_Commentator.IsTrackedSpell.args]]
type = "number"
[[C_Commentator.IsTrackedSpell.args]]
type = "number"
[C_Commentator.IsUsingSmartCamera]
args = []
[[C_Commentator.LookAtPlayer.args]]
type = "number"
[[C_Commentator.LookAtPlayer.args]]
type = "number"
[[C_Commentator.LookAtPlayer.args]]
type = "number"
required = false
[C_Commentator.RemoveAllOverrideNames]
args = []
[[C_Commentator.RemovePlayerOverrideName.args]]
type = "string"
[[C_Commentator.RequestPlayerCooldownInfo.args]]
type = "number"
[[C_Commentator.RequestPlayerCooldownInfo.args]]
type = "number"
[C_Commentator.ResetFoVTarget]
args = []
[C_Commentator.ResetTrackedAuras]
args = []
[[C_Commentator.SetAdditionalCameraWeight.args]]
type = "number"
[[C_Commentator.SetAdditionalCameraWeight.args]]
type = "number"
[[C_Commentator.SetAdditionalCameraWeight.args]]
type = "number"
[[C_Commentator.SetAdditionalCameraWeightByToken.args]]
type = "string"
[[C_Commentator.SetAdditionalCameraWeightByToken.args]]
type = "number"
[[C_Commentator.SetBlacklistedAuras.args]]
type = "table"
[[C_Commentator.SetBlacklistedCooldowns.args]]
type = "number"
[[C_Commentator.SetBlacklistedCooldowns.args]]
type = "table"
[[C_Commentator.SetCamera.args]]
type = "number"
[[C_Commentator.SetCamera.args]]
type = "number"
[[C_Commentator.SetCamera.args]]
type = "number"
[[C_Commentator.SetCamera.args]]
type = "number"
[[C_Commentator.SetCamera.args]]
type = "number"
[[C_Commentator.SetCamera.args]]
type = "number"
[[C_Commentator.SetCamera.args]]
type = "number"
[[C_Commentator.SetCameraCollision.args]]
type = "bool"
[[C_Commentator.SetCameraPosition.args]]
type = "number"
[[C_Commentator.SetCameraPosition.args]]
type = "number"
[[C_Commentator.SetCameraPosition.args]]
type = "number"
[[C_Commentator.SetCameraPosition.args]]
type = "bool"
[[C_Commentator.SetCheatsEnabled.args]]
type = "bool"
[[C_Commentator.SetDistanceBeforeForcedHorizontalConvergence.args]]
type = "number"
[[C_Commentator.SetDurationToForceHorizontalConvergence.args]]
type = "number"
[[C_Commentator.SetExcludeDistance.args]]
type = "number"
[[C_Commentator.SetFollowCameraSpeeds.args]]
type = "number"
[[C_Commentator.SetFollowCameraSpeeds.args]]
type = "number"
[[C_Commentator.SetHardlockWeight.args]]
type = "number"
[[C_Commentator.SetHorizontalAngleThresholdToSmooth.args]]
type = "number"
[[C_Commentator.SetLookAtLerpAmount.args]]
type = "number"
[[C_Commentator.SetMapAndInstanceIndex.args]]
type = "number"
[[C_Commentator.SetMapAndInstanceIndex.args]]
type = "number"
[[C_Commentator.SetMouseDisabled.args]]
type = "bool"
[[C_Commentator.SetMoveSpeed.args]]
type = "number"
[[C_Commentator.SetMsToHoldForHorizontalMovement.args]]
type = "number"
[[C_Commentator.SetMsToHoldForVerticalMovement.args]]
type = "number"
[[C_Commentator.SetMsToSmoothHorizontalChange.args]]
type = "number"
[[C_Commentator.SetMsToSmoothVerticalChange.args]]
type = "number"
[[C_Commentator.SetPositionLerpAmount.args]]
type = "number"
[[C_Commentator.SetRequestedDebuffCooldowns.args]]
type = "number"
[[C_Commentator.SetRequestedDebuffCooldowns.args]]
type = "table"
[[C_Commentator.SetRequestedDefensiveCooldowns.args]]
type = "number"
[[C_Commentator.SetRequestedDefensiveCooldowns.args]]
type = "table"
[[C_Commentator.SetRequestedOffensiveCooldowns.args]]
type = "number"
[[C_Commentator.SetRequestedOffensiveCooldowns.args]]
type = "table"
[[C_Commentator.SetSmartCameraLocked.args]]
type = "bool"
[[C_Commentator.SetSmoothFollowTransitioning.args]]
type = "bool"
[[C_Commentator.SetSoftlockWeight.args]]
type = "number"
[[C_Commentator.SetSpeedFactor.args]]
type = "number"
[[C_Commentator.SetTargetHeightOffset.args]]
type = "number"
[[C_Commentator.SetUseSmartCamera.args]]
type = "bool"
[C_Commentator.SnapCameraLookAtPoint]
args = []
[[C_Commentator.StartWargame.args]]
type = "number"
[[C_Commentator.StartWargame.args]]
type = "number"
[[C_Commentator.StartWargame.args]]
type = "bool"
[[C_Commentator.StartWargame.args]]
type = "string"
[[C_Commentator.StartWargame.args]]
type = "string"
[C_Commentator.SwapTeamSides]
args = []
[C_Commentator.ToggleCheats]
args = []
[[C_Commentator.UpdateMapInfo.args]]
type = "string"
required = false
[C_Commentator.UpdatePlayerInfo]
args = []
[C_Commentator.ZoomIn]
args = []
[C_Commentator.ZoomOut]
args = []
[[C_ConfigurationWarnings.GetConfigurationWarningSeen.args]]
type = "number"
[[C_ConfigurationWarnings.GetConfigurationWarningString.args]]
type = "number"
[[C_ConfigurationWarnings.GetConfigurationWarnings.args]]
type = "bool"
required = false
[[C_ConfigurationWarnings.SetConfigurationWarningSeen.args]]
type = "number"
[C_Console.GetAllCommands]
args = []
[[C_Console.GetColorFromType.args]]
type = "number"
[C_Console.GetFontHeight]
args = []
[[C_Console.PrintAllMatchingCommands.args]]
type = "string"
[[C_Console.SetFontHeight.args]]
type = "number"
[C_ContributionCollector.Close]
args = []
[[C_ContributionCollector.Contribute.args]]
type = "number"
[C_ContributionCollector.GetActive]
args = []
[[C_ContributionCollector.GetAtlases.args]]
type = "number"
[[C_ContributionCollector.GetBuffs.args]]
type = "number"
[[C_ContributionCollector.GetContributionAppearance.args]]
type = "number"
[[C_ContributionCollector.GetContributionAppearance.args]]
type = "number"
[[C_ContributionCollector.GetContributionCollectorsForMap.args]]
type = "number"
[[C_ContributionCollector.GetContributionResult.args]]
type = "number"
[[C_ContributionCollector.GetDescription.args]]
type = "number"
[[C_ContributionCollector.GetManagedContributionsForCreatureID.args]]
type = "number"
[[C_ContributionCollector.GetName.args]]
type = "number"
[[C_ContributionCollector.GetOrderIndex.args]]
type = "number"
[[C_ContributionCollector.GetRequiredContributionCurrency.args]]
type = "number"
[[C_ContributionCollector.GetRequiredContributionItem.args]]
type = "number"
[[C_ContributionCollector.GetRewardQuestID.args]]
type = "number"
[[C_ContributionCollector.GetState.args]]
type = "number"
[[C_ContributionCollector.HasPendingContribution.args]]
type = "number"
[[C_ContributionCollector.IsAwaitingRewardQuestData.args]]
type = "number"
[[C_CreatureInfo.GetClassInfo.args]]
type = "number"
[[C_CreatureInfo.GetFactionInfo.args]]
type = "number"
[[C_CreatureInfo.GetRaceInfo.args]]
type = "number"
[[C_CurrencyInfo.DoesWarModeBonusApply.args]]
type = "number"
[C_CurrencyInfo.GetAzeriteCurrencyID]
args = []
[[C_CurrencyInfo.GetBasicCurrencyInfo.args]]
type = "number"
[[C_CurrencyInfo.GetBasicCurrencyInfo.args]]
type = "number"
required = false
[[C_CurrencyInfo.GetCurrencyContainerInfo.args]]
type = "number"
[[C_CurrencyInfo.GetCurrencyContainerInfo.args]]
type = "number"
[[C_CurrencyInfo.GetCurrencyIDFromLink.args]]
type = "string"
[[C_CurrencyInfo.GetFactionGrantedByCurrency.args]]
type = "number"
[C_CurrencyInfo.GetWarResourcesCurrencyID]
args = []
[[C_CurrencyInfo.IsCurrencyContainer.args]]
type = "number"
[[C_CurrencyInfo.IsCurrencyContainer.args]]
type = "number"
[C_Cursor.DropCursorCommunitiesStream]
args = []
[C_Cursor.GetCursorCommunitiesStream]
args = []
[C_Cursor.GetCursorItem]
args = []
[[C_Cursor.SetCursorCommunitiesStream.args]]
type = "string"
[[C_Cursor.SetCursorCommunitiesStream.args]]
type = "string"
[[C_DateAndTime.AdjustTimeByDays.args]]
type = "table"
[[C_DateAndTime.AdjustTimeByDays.args]]
type = "number"
[[C_DateAndTime.AdjustTimeByMinutes.args]]
type = "table"
[[C_DateAndTime.AdjustTimeByMinutes.args]]
type = "number"
[[C_DateAndTime.CompareCalendarTime.args]]
type = "table"
[[C_DateAndTime.CompareCalendarTime.args]]
type = "table"
[[C_DateAndTime.GetCalendarTimeFromEpoch.args]]
type = "number"
[C_DateAndTime.GetCurrentCalendarTime]
args = []
[C_DateAndTime.GetServerTimeLocal]
args = []
[[C_DeathInfo.GetCorpseMapPosition.args]]
type = "number"
[[C_DeathInfo.GetDeathReleasePosition.args]]
type = "number"
[[C_DeathInfo.GetGraveyardsForMap.args]]
type = "number"
[C_DeathInfo.GetSelfResurrectOptions]
args = []
[[C_DeathInfo.UseSelfResurrectOption.args]]
type = "number"
[[C_DeathInfo.UseSelfResurrectOption.args]]
type = "number"
[[C_EncounterJournal.GetDungeonEntrancesForMap.args]]
type = "number"
[[C_EncounterJournal.GetEncountersOnMap.args]]
type = "number"
[[C_EncounterJournal.GetSectionIconFlags.args]]
type = "number"
[[C_EncounterJournal.GetSectionInfo.args]]
type = "number"
[[C_EncounterJournal.InstanceHasLoot.args]]
type = "number"
required = false
[[C_EncounterJournal.IsEncounterComplete.args]]
type = "number"
[[C_EncounterJournal.SetPreviewMythicPlusLevel.args]]
type = "number"
[[C_EncounterJournal.SetPreviewPvpTier.args]]
type = "number"
[[C_EquipmentSet.AssignSpecToEquipmentSet.args]]
type = "number"
[[C_EquipmentSet.AssignSpecToEquipmentSet.args]]
type = "number"
[C_EquipmentSet.CanUseEquipmentSets]
args = []
[C_EquipmentSet.ClearIgnoredSlotsForSave]
args = []
[[C_EquipmentSet.CreateEquipmentSet.args]]
type = "string"
[[C_EquipmentSet.CreateEquipmentSet.args]]
type = "string"
required = false
[[C_EquipmentSet.DeleteEquipmentSet.args]]
type = "number"
[[C_EquipmentSet.EquipmentSetContainsLockedItems.args]]
type = "number"
[[C_EquipmentSet.GetEquipmentSetAssignedSpec.args]]
type = "number"
[[C_EquipmentSet.GetEquipmentSetForSpec.args]]
type = "number"
[[C_EquipmentSet.GetEquipmentSetID.args]]
type = "string"
[C_EquipmentSet.GetEquipmentSetIDs]
args = []
[[C_EquipmentSet.GetEquipmentSetInfo.args]]
type = "number"
[[C_EquipmentSet.GetIgnoredSlots.args]]
type = "number"
[[C_EquipmentSet.GetItemIDs.args]]
type = "number"
[[C_EquipmentSet.GetItemLocations.args]]
type = "number"
[C_EquipmentSet.GetNumEquipmentSets]
args = []
[[C_EquipmentSet.IgnoreSlotForSave.args]]
type = "number"
[[C_EquipmentSet.IsSlotIgnoredForSave.args]]
type = "number"
[[C_EquipmentSet.ModifyEquipmentSet.args]]
type = "number"
[[C_EquipmentSet.ModifyEquipmentSet.args]]
type = "string"
[[C_EquipmentSet.ModifyEquipmentSet.args]]
type = "string"
required = false
[[C_EquipmentSet.PickupEquipmentSet.args]]
type = "number"
[[C_EquipmentSet.SaveEquipmentSet.args]]
type = "number"
[[C_EquipmentSet.SaveEquipmentSet.args]]
type = "string"
required = false
[[C_EquipmentSet.UnassignEquipmentSetSpec.args]]
type = "number"
[[C_EquipmentSet.UnignoreSlotForSave.args]]
type = "number"
[[C_EquipmentSet.UseEquipmentSet.args]]
type = "number"
[CanUpgradeExpansion]
args = []
[DoesCurrentLocaleSellExpansionLevels]
args = []
[GetAccountExpansionLevel]
args = []
[GetClientDisplayExpansionLevel]
args = []
[[GetExpansionDisplayInfo.args]]
type = "number"
[[GetExpansionForLevel.args]]
type = "number"
[[GetExpansionForLevel.args]]
type = "bool"
required = false
[GetExpansionLevel]
args = []
[GetExpansionTrialInfo]
args = []
[[GetMaxLevelForExpansionLevel.args]]
type = "number"
[[GetMaxLevelForExpansionLevel.args]]
type = "bool"
required = false
[GetMaximumExpansionLevel]
args = []
[GetMinimumExpansionLevel]
args = []
[GetNumExpansions]
args = []
[IsExpansionTrial]
args = []
[IsTrialAccount]
args = []
[IsVeteranTrialAccount]
args = []
[[C_FogOfWar.GetFogOfWarForMap.args]]
type = "number"
[[C_FogOfWar.GetFogOfWarInfo.args]]
type = "number"
[[C_FriendList.AddFriend.args]]
type = "string"
[[C_FriendList.AddFriend.args]]
type = "string"
required = false
[[C_FriendList.AddIgnore.args]]
type = "string"
[[C_FriendList.AddOrDelIgnore.args]]
type = "string"
[[C_FriendList.AddOrRemoveFriend.args]]
type = "string"
[[C_FriendList.AddOrRemoveFriend.args]]
type = "string"
[[C_FriendList.DelIgnore.args]]
type = "string"
[[C_FriendList.DelIgnoreByIndex.args]]
type = "number"
[[C_FriendList.GetFriendInfo.args]]
type = "string"
[[C_FriendList.GetFriendInfoByIndex.args]]
type = "number"
[[C_FriendList.GetIgnoreName.args]]
type = "number"
[C_FriendList.GetNumFriends]
args = []
[C_FriendList.GetNumIgnores]
args = []
[C_FriendList.GetNumOnlineFriends]
args = []
[C_FriendList.GetNumWhoResults]
args = []
[C_FriendList.GetSelectedFriend]
args = []
[C_FriendList.GetSelectedIgnore]
args = []
[[C_FriendList.GetWhoInfo.args]]
type = "number"
[[C_FriendList.IsFriend.args]]
type = "string"
[[C_FriendList.IsIgnored.args]]
type = "string"
[[C_FriendList.IsIgnoredByGuid.args]]
type = "string"
[[C_FriendList.RemoveFriend.args]]
type = "string"
[[C_FriendList.RemoveFriendByIndex.args]]
type = "number"
[[C_FriendList.SendWho.args]]
type = "string"
[[C_FriendList.SetFriendNotes.args]]
type = "string"
[[C_FriendList.SetFriendNotes.args]]
type = "string"
[[C_FriendList.SetFriendNotesByIndex.args]]
type = "number"
[[C_FriendList.SetFriendNotesByIndex.args]]
type = "string"
[[C_FriendList.SetSelectedFriend.args]]
type = "number"
[[C_FriendList.SetSelectedIgnore.args]]
type = "number"
[[C_FriendList.SetWhoToUi.args]]
type = "bool"
[C_FriendList.ShowFriends]
args = []
[[C_FriendList.SortWho.args]]
type = "string"
[C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID]
args = []
[C_Garrison.GetCurrentGarrTalentTreeID]
args = []
[[C_Garrison.GetGarrisonPlotsInstancesForMap.args]]
type = "number"
[[C_Garrison.GetGarrisonTalentTreeCurrencyTypes.args]]
type = "number"
[[C_Garrison.GetGarrisonTalentTreeType.args]]
type = "number"
[[C_Garrison.GetTalentPointsSpentInTalentTree.args]]
type = "number"
[[C_Garrison.GetTalentTreeIDsByClassID.args]]
type = "number"
[[C_Garrison.GetTalentTreeIDsByClassID.args]]
type = "number"
[[C_Garrison.GetTalentTreeTalentPointResearchInfo.args]]
type = "number"
[[C_Garrison.GetTalentTreeTalentPointResearchInfo.args]]
type = "number"
[[C_Garrison.GetTalentTreeTalentPointResearchInfo.args]]
type = "number"
[C_Garrison.IsAtGarrisonMissionNPC]
args = []
[[C_Garrison.IsEnvironmentCountered.args]]
type = "number"
[[C_GossipInfo.GetGossipPoiForUiMapID.args]]
type = "number"
[[C_GossipInfo.GetGossipPoiInfo.args]]
type = "number"
[[C_GossipInfo.GetGossipPoiInfo.args]]
type = "number"
[C_GuildInfo.CanEditOfficerNote]
args = []
[C_GuildInfo.CanSpeakInGuildChat]
args = []
[C_GuildInfo.CanViewOfficerNote]
args = []
[[C_GuildInfo.GetGuildNewsInfo.args]]
type = "number"
[[C_GuildInfo.GetGuildRankOrder.args]]
type = "string"
[[C_GuildInfo.GetGuildTabardInfo.args]]
type = "string"
required = false
[[C_GuildInfo.GuildControlGetRankFlags.args]]
type = "number"
[C_GuildInfo.GuildRoster]
args = []
[C_GuildInfo.IsGuildOfficer]
args = []
[[C_GuildInfo.IsGuildRankAssignmentAllowed.args]]
type = "string"
[[C_GuildInfo.IsGuildRankAssignmentAllowed.args]]
type = "number"
[[C_GuildInfo.QueryGuildMemberRecipes.args]]
type = "string"
[[C_GuildInfo.QueryGuildMemberRecipes.args]]
type = "number"
[[C_GuildInfo.RemoveFromGuild.args]]
type = "string"
[[C_GuildInfo.SetGuildRankOrder.args]]
type = "string"
[[C_GuildInfo.SetGuildRankOrder.args]]
type = "number"
[[C_GuildInfo.SetNote.args]]
type = "string"
[[C_GuildInfo.SetNote.args]]
type = "string"
[[C_GuildInfo.SetNote.args]]
type = "bool"
[[C_IncomingSummon.HasIncomingSummon.args]]
type = "string"
[[C_IncomingSummon.IncomingSummonStatus.args]]
type = "string"
[C_InvasionInfo.AreInvasionsAvailable]
args = []
[[C_InvasionInfo.GetInvasionForUiMapID.args]]
type = "number"
[[C_InvasionInfo.GetInvasionInfo.args]]
type = "number"
[[C_InvasionInfo.GetInvasionTimeLeft.args]]
type = "number"
[C_IslandsQueue.CloseIslandsQueueScreen]
args = []
[C_IslandsQueue.GetIslandDifficultyInfo]
args = []
[C_IslandsQueue.GetIslandsMaxGroupSize]
args = []
[C_IslandsQueue.GetIslandsWeeklyQuestID]
args = []
[[C_IslandsQueue.QueueForIsland.args]]
type = "number"
[[C_IslandsQueue.RequestPreloadRewardData.args]]
type = "number"
[[C_Item.CanScrapItem.args]]
type = "table"
[[C_Item.CanViewItemPowers.args]]
type = "table"
[[C_Item.DoesItemExist.args]]
type = "table"
[[C_Item.DoesItemExistByID.args]]
type = "string"
[[C_Item.GetCurrentItemLevel.args]]
type = "table"
[[C_Item.GetItemGUID.args]]
type = "table"
[[C_Item.GetItemID.args]]
type = "table"
[[C_Item.GetItemIcon.args]]
type = "table"
[[C_Item.GetItemIconByID.args]]
type = "string"
[[C_Item.GetItemInventoryType.args]]
type = "table"
[[C_Item.GetItemInventoryTypeByID.args]]
type = "string"
[[C_Item.GetItemLink.args]]
type = "table"
[[C_Item.GetItemName.args]]
type = "table"
[[C_Item.GetItemNameByID.args]]
type = "string"
[[C_Item.GetItemQuality.args]]
type = "table"
[[C_Item.GetItemQualityByID.args]]
type = "string"
[[C_Item.GetStackCount.args]]
type = "table"
[[C_Item.IsBound.args]]
type = "table"
[[C_Item.IsItemCorruptable.args]]
type = "table"
[[C_Item.IsItemCorrupted.args]]
type = "table"
[[C_Item.IsItemCorruptionRelated.args]]
type = "table"
[[C_Item.IsItemCorruptionResistant.args]]
type = "table"
[[C_Item.IsItemDataCached.args]]
type = "table"
[[C_Item.IsItemDataCachedByID.args]]
type = "string"
[[C_Item.IsLocked.args]]
type = "table"
[[C_Item.LockItem.args]]
type = "table"
[[C_Item.LockItemByGUID.args]]
type = "string"
[[C_Item.RequestLoadItemData.args]]
type = "table"
[[C_Item.RequestLoadItemDataByID.args]]
type = "string"
[[C_Item.UnlockItem.args]]
type = "table"
[[C_Item.UnlockItemByGUID.args]]
type = "string"
[C_ItemInteraction.ClearPendingItem]
args = []
[C_ItemInteraction.CloseUI]
args = []
[C_ItemInteraction.GetItemInteractionInfo]
args = []
[C_ItemInteraction.GetItemInteractionSpellId]
args = []
[C_ItemInteraction.InitializeFrame]
args = []
[C_ItemInteraction.PerformItemInteraction]
args = []
[C_ItemInteraction.Reset]
args = []
[C_ItemInteraction.SetCorruptionReforgerItemTooltip]
args = []
[[C_ItemInteraction.SetPendingItem.args]]
type = "table"
required = false
[C_ItemSocketInfo.CompleteSocketing]
args = []
[C_ItemUpgrade.GetItemHyperlink]
args = []
[[C_KeyBindings.GetCustomBindingType.args]]
type = "number"
[[C_LFGInfo.GetAllEntriesForCategory.args]]
type = "number"
[C_LFGInfo.GetRoleCheckDifficultyDetails]
args = []
[[C_LFGInfo.HideNameFromUI.args]]
type = "number"
[C_LFGList.CanActiveEntryUseAutoAccept]
args = []
[[C_LFGList.CanCreateQuestGroup.args]]
type = "number"
[C_LFGList.ClearApplicationTextFields]
args = []
[C_LFGList.ClearCreationTextFields]
args = []
[C_LFGList.ClearSearchTextFields]
args = []
[C_LFGList.CopyActiveEntryInfoToCreationFields]
args = []
[C_LFGList.GetActiveEntryInfo]
args = []
[[C_LFGList.GetApplicantInfo.args]]
type = "number"
[[C_LFGList.GetSearchResultInfo.args]]
type = "number"
[C_LFGList.HasActiveEntryInfo]
args = []
[[C_LFGList.HasSearchResultInfo.args]]
type = "number"
[[C_LFGList.Search.args]]
type = "number"
[[C_LFGList.Search.args]]
type = "number"
required = false
[[C_LFGList.Search.args]]
type = "number"
required = false
[[C_LFGList.Search.args]]
type = "table"
required = false
[[C_LFGList.SetSearchToActivity.args]]
type = "number"
[[C_LFGList.SetSearchToQuestID.args]]
type = "number"
[[C_LFGuildInfo.GetRecruitingGuildTabardInfo.args]]
type = "number"
[[C_LevelLink.IsActionLocked.args]]
type = "number"
[[C_LevelLink.IsSpellLocked.args]]
type = "number"
[C_Loot.IsLegacyLootModeEnabled]
args = []
[C_Mail.CanCheckInbox]
args = []
[[C_Mail.HasInboxMoney.args]]
type = "number"
[C_Mail.IsCommandPending]
args = []
[C_Map.CloseWorldMapInteraction]
args = []
[[C_Map.GetAreaInfo.args]]
type = "number"
[[C_Map.GetBestMapForUnit.args]]
type = "string"
[[C_Map.GetBountySetMaps.args]]
type = "number"
[C_Map.GetFallbackWorldMapID]
args = []
[[C_Map.GetMapArtBackgroundAtlas.args]]
type = "number"
[[C_Map.GetMapArtHelpTextPosition.args]]
type = "number"
[[C_Map.GetMapArtID.args]]
type = "number"
[[C_Map.GetMapArtLayerTextures.args]]
type = "number"
[[C_Map.GetMapArtLayerTextures.args]]
type = "number"
[[C_Map.GetMapArtLayers.args]]
type = "number"
[[C_Map.GetMapBannersForMap.args]]
type = "number"
[[C_Map.GetMapChildrenInfo.args]]
type = "number"
[[C_Map.GetMapChildrenInfo.args]]
type = "number"
required = false
[[C_Map.GetMapChildrenInfo.args]]
type = "bool"
required = false
[[C_Map.GetMapDisplayInfo.args]]
type = "number"
[[C_Map.GetMapGroupID.args]]
type = "number"
[[C_Map.GetMapGroupMembersInfo.args]]
type = "number"
[[C_Map.GetMapHighlightInfoAtPosition.args]]
type = "number"
[[C_Map.GetMapHighlightInfoAtPosition.args]]
type = "number"
[[C_Map.GetMapHighlightInfoAtPosition.args]]
type = "number"
[[C_Map.GetMapInfo.args]]
type = "number"
[[C_Map.GetMapInfoAtPosition.args]]
type = "number"
[[C_Map.GetMapInfoAtPosition.args]]
type = "number"
[[C_Map.GetMapInfoAtPosition.args]]
type = "number"
[[C_Map.GetMapLevels.args]]
type = "number"
[[C_Map.GetMapLinksForMap.args]]
type = "number"
[[C_Map.GetMapPosFromWorldPos.args]]
type = "number"
[[C_Map.GetMapPosFromWorldPos.args]]
type = "table"
[[C_Map.GetMapPosFromWorldPos.args]]
type = "number"
required = false
[[C_Map.GetMapRectOnMap.args]]
type = "number"
[[C_Map.GetMapRectOnMap.args]]
type = "number"
[[C_Map.GetPlayerMapPosition.args]]
type = "number"
[[C_Map.GetPlayerMapPosition.args]]
type = "string"
[[C_Map.GetWorldPosFromMapPos.args]]
type = "number"
[[C_Map.GetWorldPosFromMapPos.args]]
type = "table"
[[C_Map.MapHasArt.args]]
type = "number"
[[C_Map.RequestPreloadMap.args]]
type = "number"
[[C_MapExplorationInfo.GetExploredAreaIDsAtPosition.args]]
type = "number"
[[C_MapExplorationInfo.GetExploredAreaIDsAtPosition.args]]
type = "table"
[[C_MapExplorationInfo.GetExploredMapTextures.args]]
type = "number"
[[C_MerchantFrame.GetBuybackItemID.args]]
type = "number"
[[C_MerchantFrame.IsMerchantItemRefundable.args]]
type = "number"
[[C_MountJournal.ApplyMountEquipment.args]]
type = "table"
[C_MountJournal.AreMountEquipmentEffectsSuppressed]
args = []
[[C_MountJournal.ClearFanfare.args]]
type = "number"
[C_MountJournal.ClearRecentFanfares]
args = []
[C_MountJournal.Dismiss]
args = []
[C_MountJournal.GetAppliedMountEquipmentID]
args = []
[[C_MountJournal.GetCollectedFilterSetting.args]]
type = "number"
[[C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo.args]]
type = "number"
[[C_MountJournal.GetDisplayedMountInfo.args]]
type = "number"
[[C_MountJournal.GetDisplayedMountInfoExtra.args]]
type = "number"
[[C_MountJournal.GetIsFavorite.args]]
type = "number"
[[C_MountJournal.GetMountAllCreatureDisplayInfoByID.args]]
type = "number"
[C_MountJournal.GetMountEquipmentUnlockLevel]
args = []
[[C_MountJournal.GetMountFromItem.args]]
type = "number"
[[C_MountJournal.GetMountFromSpell.args]]
type = "number"
[C_MountJournal.GetMountIDs]
args = []
[[C_MountJournal.GetMountInfoByID.args]]
type = "number"
[[C_MountJournal.GetMountInfoExtraByID.args]]
type = "number"
[[C_MountJournal.GetMountUsabilityByID.args]]
type = "number"
[[C_MountJournal.GetMountUsabilityByID.args]]
type = "bool"
[C_MountJournal.GetNumDisplayedMounts]
args = []
[C_MountJournal.GetNumMounts]
args = []
[C_MountJournal.GetNumMountsNeedingFanfare]
args = []
[[C_MountJournal.IsItemMountEquipment.args]]
type = "table"
[C_MountJournal.IsMountEquipmentApplied]
args = []
[C_MountJournal.IsMountEquipmentUnlocked]
args = []
[[C_MountJournal.IsSourceChecked.args]]
type = "number"
[[C_MountJournal.IsValidSourceFilter.args]]
type = "number"
[[C_MountJournal.NeedsFanfare.args]]
type = "number"
[[C_MountJournal.Pickup.args]]
type = "number"
[[C_MountJournal.SetAllSourceFilters.args]]
type = "bool"
[[C_MountJournal.SetCollectedFilterSetting.args]]
type = "number"
[[C_MountJournal.SetCollectedFilterSetting.args]]
type = "bool"
[[C_MountJournal.SetIsFavorite.args]]
type = "number"
[[C_MountJournal.SetIsFavorite.args]]
type = "bool"
[[C_MountJournal.SetSearch.args]]
type = "string"
[[C_MountJournal.SetSourceFilter.args]]
type = "number"
[[C_MountJournal.SetSourceFilter.args]]
type = "bool"
[[C_MountJournal.SummonByID.args]]
type = "number"
[C_MythicPlus.GetCurrentAffixes]
args = []
[C_MythicPlus.GetCurrentSeason]
args = []
[C_MythicPlus.GetLastWeeklyBestInformation]
args = []
[C_MythicPlus.GetOwnedKeystoneChallengeMapID]
args = []
[C_MythicPlus.GetOwnedKeystoneLevel]
args = []
[[C_MythicPlus.GetRewardLevelForDifficultyLevel.args]]
type = "number"
[[C_MythicPlus.GetRewardLevelFromKeystoneLevel.args]]
type = "number"
[[C_MythicPlus.GetSeasonBestForMap.args]]
type = "number"
[[C_MythicPlus.GetWeeklyBestForMap.args]]
type = "number"
[C_MythicPlus.GetWeeklyChestRewardLevel]
args = []
[C_MythicPlus.IsMythicPlusActive]
args = []
[C_MythicPlus.IsWeeklyRewardAvailable]
args = []
[C_MythicPlus.RequestCurrentAffixes]
args = []
[C_MythicPlus.RequestMapInfo]
args = []
[C_MythicPlus.RequestRewards]
args = []
[[C_PaperDollInfo.GetArmorEffectiveness.args]]
type = "number"
[[C_PaperDollInfo.GetArmorEffectiveness.args]]
type = "number"
[[C_PaperDollInfo.GetArmorEffectivenessAgainstTarget.args]]
type = "number"
[[C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices.args]]
type = "string"
[[C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices.args]]
type = "number"
[[C_PaperDollInfo.GetInspectItemLevel.args]]
type = "string"
[C_PaperDollInfo.GetMinItemLevel]
args = []
[[C_PaperDollInfo.GetStaggerPercentage.args]]
type = "string"
[C_PaperDollInfo.OffhandHasShield]
args = []
[C_PaperDollInfo.OffhandHasWeapon]
args = []
[[C_PartyInfo.AllowedToDoPartyConversion.args]]
type = "bool"
[C_PartyInfo.CanInvite]
args = []
[C_PartyInfo.ConfirmConvertToRaid]
args = []
[[C_PartyInfo.ConfirmInviteTravelPass.args]]
type = "string"
[[C_PartyInfo.ConfirmInviteTravelPass.args]]
type = "string"
[[C_PartyInfo.ConfirmInviteUnit.args]]
type = "string"
[[C_PartyInfo.ConfirmLeaveParty.args]]
type = "number"
required = false
[[C_PartyInfo.ConfirmRequestInviteFromUnit.args]]
type = "string"
[[C_PartyInfo.ConfirmRequestInviteFromUnit.args]]
type = "bool"
required = false
[[C_PartyInfo.ConfirmRequestInviteFromUnit.args]]
type = "bool"
required = false
[[C_PartyInfo.ConfirmRequestInviteFromUnit.args]]
type = "bool"
required = false
[C_PartyInfo.ConvertToParty]
args = []
[C_PartyInfo.ConvertToRaid]
args = []
[C_PartyInfo.GetActiveCategories]
args = []
[[C_PartyInfo.GetInviteConfirmationInvalidQueues.args]]
type = "string"
[[C_PartyInfo.GetInviteReferralInfo.args]]
type = "string"
[[C_PartyInfo.GetMinLevel.args]]
type = "number"
required = false
[[C_PartyInfo.InviteUnit.args]]
type = "string"
[[C_PartyInfo.IsPartyFull.args]]
type = "number"
required = false
[[C_PartyInfo.LeaveParty.args]]
type = "number"
required = false
[[C_PartyInfo.RequestInviteFromUnit.args]]
type = "string"
[[C_PartyInfo.RequestInviteFromUnit.args]]
type = "bool"
required = false
[[C_PartyInfo.RequestInviteFromUnit.args]]
type = "bool"
required = false
[[C_PartyInfo.RequestInviteFromUnit.args]]
type = "bool"
required = false
[[C_PartyPose.GetPartyPoseInfoByMapID.args]]
type = "number"
[[C_PetInfo.GetPetTamersForMap.args]]
type = "number"
[[C_PetJournal.GetDisplayIDByIndex.args]]
type = "number"
[[C_PetJournal.GetDisplayIDByIndex.args]]
type = "number"
[[C_PetJournal.GetDisplayProbabilityByIndex.args]]
type = "number"
[[C_PetJournal.GetDisplayProbabilityByIndex.args]]
type = "number"
[[C_PetJournal.GetNumDisplays.args]]
type = "number"
[[C_PetJournal.GetPetSummonInfo.args]]
type = "string"
[[C_PetJournal.PetIsSummonable.args]]
type = "string"
[[C_PetJournal.PetUsesRandomDisplay.args]]
type = "number"
[[C_PlayerInfo.GUIDIsPlayer.args]]
type = "string"
[[C_PlayerInfo.GetClass.args]]
type = "table"
[[C_PlayerInfo.GetName.args]]
type = "table"
[[C_PlayerInfo.GetRace.args]]
type = "table"
[[C_PlayerInfo.GetSex.args]]
type = "table"
[[C_PlayerInfo.IsConnected.args]]
type = "table"
required = false
[[C_PlayerInfo.UnitIsSameServer.args]]
type = "table"
[C_PvP.CanDisplayDeaths]
args = []
[C_PvP.CanDisplayHonorableKills]
args = []
[[C_PvP.CanToggleWarMode.args]]
type = "bool"
[C_PvP.CanToggleWarModeInArea]
args = []
[C_PvP.DoesMatchOutcomeAffectRating]
args = []
[C_PvP.GetActiveBrawlInfo]
args = []
[C_PvP.GetActiveMatchBracket]
args = []
[C_PvP.GetActiveMatchDuration]
args = []
[C_PvP.GetActiveMatchState]
args = []
[C_PvP.GetActiveMatchWinner]
args = []
[[C_PvP.GetArenaCrowdControlInfo.args]]
type = "string"
[[C_PvP.GetArenaRewards.args]]
type = "number"
[C_PvP.GetArenaSkirmishRewards]
args = []
[C_PvP.GetAvailableBrawlInfo]
args = []
[[C_PvP.GetBrawlRewards.args]]
type = "number"
[[C_PvP.GetGlobalPvpScalingInfoForSpecID.args]]
type = "number"
[[C_PvP.GetHonorRewardInfo.args]]
type = "number"
[[C_PvP.GetMatchPVPStatColumn.args]]
type = "number"
[C_PvP.GetMatchPVPStatColumns]
args = []
[[C_PvP.GetNextHonorLevelForReward.args]]
type = "number"
[[C_PvP.GetOutdoorPvPWaitTime.args]]
type = "number"
[C_PvP.GetPVPActiveMatchPersonalRatedInfo]
args = []
[C_PvP.GetPostMatchCurrencyRewards]
args = []
[C_PvP.GetPostMatchItemRewards]
args = []
[[C_PvP.GetPvpTierInfo.args]]
type = "number"
[C_PvP.GetRandomBGInfo]
args = []
[C_PvP.GetRandomBGRewards]
args = []
[C_PvP.GetRandomEpicBGInfo]
args = []
[C_PvP.GetRandomEpicBGRewards]
args = []
[C_PvP.GetRatedBGRewards]
args = []
[[C_PvP.GetRewardItemLevelsByTierEnum.args]]
type = "number"
[[C_PvP.GetScoreInfo.args]]
type = "number"
[[C_PvP.GetScoreInfoByPlayerGuid.args]]
type = "string"
[C_PvP.GetSeasonBestInfo]
args = []
[[C_PvP.GetSkirmishInfo.args]]
type = "number"
[C_PvP.GetSpecialEventDetails]
args = []
[C_PvP.GetSpecialEventInfo]
args = []
[[C_PvP.GetTeamInfo.args]]
type = "number"
[C_PvP.GetWarModeRewardBonus]
args = []
[C_PvP.GetWarModeRewardBonusDefault]
args = []
[C_PvP.GetWeeklyChestInfo]
args = []
[C_PvP.HasArenaSkirmishWinToday]
args = []
[C_PvP.IsActiveBattlefield]
args = []
[C_PvP.IsActiveMatchRegistered]
args = []
[C_PvP.IsArena]
args = []
[C_PvP.IsBattleground]
args = []
[C_PvP.IsBattlegroundEnlistmentBonusActive]
args = []
[C_PvP.IsInBrawl]
args = []
[C_PvP.IsMatchConsideredArena]
args = []
[C_PvP.IsMatchFactional]
args = []
[C_PvP.IsPVPMap]
args = []
[C_PvP.IsRatedArena]
args = []
[C_PvP.IsRatedBattleground]
args = []
[C_PvP.IsRatedMap]
args = []
[C_PvP.IsWarModeActive]
args = []
[C_PvP.IsWarModeDesired]
args = []
[C_PvP.IsWarModeFeatureEnabled]
args = []
[C_PvP.JoinBrawl]
args = []
[[C_PvP.RequestCrowdControlSpell.args]]
type = "string"
[[C_PvP.SetWarModeDesired.args]]
type = "bool"
[C_PvP.ToggleWarMode]
args = []
[C_QuestChoice.GetQuestChoiceInfo]
args = []
[[C_QuestChoice.GetQuestChoiceOptionInfo.args]]
type = "number"
[[C_QuestLine.GetAvailableQuestLines.args]]
type = "number"
[[C_QuestLine.GetQuestLineInfo.args]]
type = "number"
[[C_QuestLine.GetQuestLineInfo.args]]
type = "number"
[[C_QuestLine.GetQuestLineQuests.args]]
type = "number"
[[C_QuestLine.RequestQuestLinesForMap.args]]
type = "number"
[C_QuestLog.GetActiveThreatMaps]
args = []
[C_QuestLog.GetMapForQuestPOIs]
args = []
[C_QuestLog.GetMaxNumQuests]
args = []
[C_QuestLog.GetMaxNumQuestsCanAccept]
args = []
[[C_QuestLog.GetNextWaypoint.args]]
type = "number"
[[C_QuestLog.GetNextWaypointForMap.args]]
type = "number"
[[C_QuestLog.GetNextWaypointForMap.args]]
type = "number"
[[C_QuestLog.GetNextWaypointText.args]]
type = "number"
[[C_QuestLog.GetNumQuestObjectives.args]]
type = "number"
[[C_QuestLog.GetQuestDifficultyLevel.args]]
type = "number"
[[C_QuestLog.GetQuestInfo.args]]
type = "number"
[[C_QuestLog.GetQuestObjectives.args]]
type = "number"
[[C_QuestLog.GetQuestsOnMap.args]]
type = "number"
[[C_QuestLog.GetZoneStoryInfo.args]]
type = "number"
[C_QuestLog.HasActiveThreats]
args = []
[[C_QuestLog.IsLegendaryQuest.args]]
type = "number"
[[C_QuestLog.IsOnQuest.args]]
type = "number"
[[C_QuestLog.IsQuestDisabledForSession.args]]
type = "number"
[[C_QuestLog.IsQuestFlaggedCompleted.args]]
type = "number"
[[C_QuestLog.IsQuestReplayable.args]]
type = "number"
[[C_QuestLog.IsQuestReplayedRecently.args]]
type = "number"
[[C_QuestLog.IsQuestTrivial.args]]
type = "number"
[[C_QuestLog.IsThreatQuest.args]]
type = "number"
[[C_QuestLog.QuestCanHaveWarModeBonus.args]]
type = "number"
[[C_QuestLog.QuestHasQuestSessionBonus.args]]
type = "number"
[[C_QuestLog.QuestHasWarModeBonus.args]]
type = "number"
[[C_QuestLog.RequestLoadQuestByID.args]]
type = "number"
[[C_QuestLog.SetMapForQuestPOIs.args]]
type = "number"
[[C_QuestLog.ShouldShowQuestRewards.args]]
type = "number"
[C_QuestSession.CanStart]
args = []
[C_QuestSession.CanStop]
args = []
[C_QuestSession.Exists]
args = []
[C_QuestSession.GetAvailableSessionCommand]
args = []
[C_QuestSession.GetPendingCommand]
args = []
[C_QuestSession.GetSessionBeginDetails]
args = []
[C_QuestSession.GetSuperTrackedQuest]
args = []
[C_QuestSession.HasJoined]
args = []
[C_QuestSession.HasPendingCommand]
args = []
[C_QuestSession.RequestSessionStart]
args = []
[C_QuestSession.RequestSessionStop]
args = []
[[C_QuestSession.SendSessionBeginResponse.args]]
type = "bool"
[[C_QuestSession.SetQuestIsSuperTracked.args]]
type = "number"
[[C_QuestSession.SetQuestIsSuperTracked.args]]
type = "bool"
[[C_TaskQuest.DoesMapShowTaskQuestObjectives.args]]
type = "number"
[[C_TaskQuest.GetDistanceSqToQuest.args]]
type = "number"
[[C_TaskQuest.GetQuestInfoByQuestID.args]]
type = "number"
[[C_TaskQuest.GetQuestLocation.args]]
type = "number"
[[C_TaskQuest.GetQuestLocation.args]]
type = "number"
[[C_TaskQuest.GetQuestProgressBarInfo.args]]
type = "number"
[[C_TaskQuest.GetQuestTimeLeftMinutes.args]]
type = "number"
[[C_TaskQuest.GetQuestTimeLeftSeconds.args]]
type = "number"
[[C_TaskQuest.GetQuestZoneID.args]]
type = "number"
[[C_TaskQuest.GetQuestsForPlayerByMapID.args]]
type = "number"
[C_TaskQuest.GetThreatQuests]
args = []
[[C_TaskQuest.IsActive.args]]
type = "number"
[[C_TaskQuest.RequestPreloadRewardData.args]]
type = "number"
[[C_RaidLocks.IsEncounterComplete.args]]
type = "number"
[[C_RaidLocks.IsEncounterComplete.args]]
type = "number"
[[C_RaidLocks.IsEncounterComplete.args]]
type = "number"
required = false
[[C_RecruitAFriend.ClaimActivityReward.args]]
type = "number"
[[C_RecruitAFriend.ClaimActivityReward.args]]
type = "string"
[C_RecruitAFriend.ClaimNextReward]
args = []
[C_RecruitAFriend.GenerateRecruitmentLink]
args = []
[C_RecruitAFriend.GetRAFInfo]
args = []
[C_RecruitAFriend.GetRAFSystemInfo]
args = []
[[C_RecruitAFriend.GetRecruitActivityRequirementsText.args]]
type = "number"
[[C_RecruitAFriend.GetRecruitActivityRequirementsText.args]]
type = "string"
[C_RecruitAFriend.GetRecruitInfo]
args = []
[C_RecruitAFriend.IsEnabled]
args = []
[C_RecruitAFriend.IsRecruitingEnabled]
args = []
[[C_RecruitAFriend.RemoveRAFRecruit.args]]
type = "string"
[C_RecruitAFriend.RequestUpdatedRecruitmentInfo]
args = []
[[C_ReportSystem.CanReportPlayer.args]]
type = "table"
[[C_ReportSystem.InitiateReportPlayer.args]]
type = "string"
[[C_ReportSystem.InitiateReportPlayer.args]]
type = "table"
required = false
[[C_ReportSystem.OpenReportPlayerDialog.args]]
type = "string"
[[C_ReportSystem.OpenReportPlayerDialog.args]]
type = "string"
[[C_ReportSystem.OpenReportPlayerDialog.args]]
type = "table"
required = false
[C_ReportSystem.ReportServerLag]
args = []
[[C_ReportSystem.SendReportPlayer.args]]
type = "number"
[[C_ReportSystem.SendReportPlayer.args]]
type = "string"
required = false
[[C_ReportSystem.SetPendingReportPetTarget.args]]
type = "string"
required = false
[[C_ReportSystem.SetPendingReportTarget.args]]
type = "string"
required = false
[[C_ReportSystem.SetPendingReportTargetByGuid.args]]
type = "string"
required = false
[[C_Reputation.GetFactionParagonInfo.args]]
type = "number"
[[C_Reputation.IsFactionParagon.args]]
type = "number"
[[C_Reputation.RequestFactionParagonPreloadRewardData.args]]
type = "number"
[[C_ResearchInfo.GetDigSitesForMap.args]]
type = "number"
[C_ScrappingMachineUI.CloseScrappingMachine]
args = []
[[C_ScrappingMachineUI.DropPendingScrapItemFromCursor.args]]
type = "number"
[[C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex.args]]
type = "number"
[C_ScrappingMachineUI.GetScrapSpellID]
args = []
[C_ScrappingMachineUI.GetScrappingMachineName]
args = []
[C_ScrappingMachineUI.HasScrappableItems]
args = []
[C_ScrappingMachineUI.RemoveAllScrapItems]
args = []
[C_ScrappingMachineUI.RemoveCurrentScrappingItem]
args = []
[[C_ScrappingMachineUI.RemoveItemToScrap.args]]
type = "number"
[C_ScrappingMachineUI.ScrapItems]
args = []
[[C_ScrappingMachineUI.SetScrappingMachine.args]]
type = "string"
[C_ScrappingMachineUI.ValidateScrappingList]
args = []
[C_Social.GetLastAchievement]
args = []
[C_Social.GetLastItem]
args = []
[C_Social.GetLastScreenshotIndex]
args = []
[C_Social.GetMaxTweetLength]
args = []
[[C_Social.GetScreenshotInfoByIndex.args]]
type = "number"
[[C_Social.GetTweetLength.args]]
type = "string"
[C_Social.IsSocialEnabled]
args = []
[C_Social.TwitterCheckStatus]
args = []
[C_Social.TwitterConnect]
args = []
[C_Social.TwitterDisconnect]
args = []
[C_Social.TwitterGetMSTillCanPost]
args = []
[[C_Social.TwitterPostMessage.args]]
type = "string"
[[C_SocialQueue.GetAllGroups.args]]
type = "bool"
required = false
[[C_SocialQueue.GetAllGroups.args]]
type = "bool"
required = false
[C_SocialQueue.GetConfig]
args = []
[[C_SocialQueue.GetGroupForPlayer.args]]
type = "string"
[[C_SocialQueue.GetGroupInfo.args]]
type = "string"
[[C_SocialQueue.GetGroupMembers.args]]
type = "string"
[[C_SocialQueue.GetGroupQueues.args]]
type = "string"
[[C_SocialQueue.RequestToJoin.args]]
type = "string"
[[C_SocialQueue.RequestToJoin.args]]
type = "bool"
required = false
[[C_SocialQueue.RequestToJoin.args]]
type = "bool"
required = false
[[C_SocialQueue.RequestToJoin.args]]
type = "bool"
required = false
[[C_SocialQueue.SignalToastDisplayed.args]]
type = "string"
[[C_SocialQueue.SignalToastDisplayed.args]]
type = "number"
[C_SocialRestrictions.IsMuted]
args = []
[C_SocialRestrictions.IsSilenced]
args = []
[C_SocialRestrictions.IsSquelched]
args = []
[C_SpecializationInfo.GetAllSelectedPvpTalentIDs]
args = []
[[C_SpecializationInfo.GetInspectSelectedPvpTalent.args]]
type = "string"
[[C_SpecializationInfo.GetInspectSelectedPvpTalent.args]]
type = "number"
[C_SpecializationInfo.GetPvpTalentAlertStatus]
args = []
[[C_SpecializationInfo.GetPvpTalentSlotInfo.args]]
type = "number"
[[C_SpecializationInfo.GetPvpTalentSlotUnlockLevel.args]]
type = "number"
[[C_SpecializationInfo.GetPvpTalentUnlockLevel.args]]
type = "number"
[[C_SpecializationInfo.GetSpellsDisplay.args]]
type = "number"
[C_SpecializationInfo.IsInitialized]
args = []
[[C_SpecializationInfo.IsPvpTalentLocked.args]]
type = "number"
[[C_SpecializationInfo.SetPvpTalentLocked.args]]
type = "number"
[[C_SpecializationInfo.SetPvpTalentLocked.args]]
type = "bool"
[[C_Spell.DoesSpellExist.args]]
type = "number"
[[C_Spell.IsSpellDataCached.args]]
type = "number"
[[C_Spell.RequestLoadSpellData.args]]
type = "number"
[C_SpellBook.ContainsAnyDisenchantSpell]
args = []
[[C_SpellBook.IsSpellDisabled.args]]
type = "number"
[[C_StorePublic.DoesGroupHavePurchaseableProducts.args]]
type = "number"
[C_StorePublic.IsDisabledByParentalControls]
args = []
[C_StorePublic.IsEnabled]
args = []
[C_SummonInfo.CancelSummon]
args = []
[C_SummonInfo.ConfirmSummon]
args = []
[C_SummonInfo.GetSummonConfirmAreaName]
args = []
[C_SummonInfo.GetSummonConfirmSummoner]
args = []
[C_SummonInfo.GetSummonConfirmTimeLeft]
args = []
[C_SummonInfo.GetSummonReason]
args = []
[C_SummonInfo.IsSummonSkippingStartExperience]
args = []
[[C_TaxiMap.GetAllTaxiNodes.args]]
type = "number"
[[C_TaxiMap.GetTaxiNodesForMap.args]]
type = "number"
[[C_TaxiMap.ShouldMapShowTaxiNodes.args]]
type = "number"
[[C_Texture.GetAtlasInfo.args]]
type = "string"
[[C_ToyBoxInfo.ClearFanfare.args]]
type = "number"
[[C_ToyBoxInfo.NeedsFanfare.args]]
type = "number"
[C_TradeSkillUI.GetAllProfessionTradeSkillLines]
args = []
[[C_TradeSkillUI.GetTradeSkillDisplayName.args]]
type = "number"
[C_TradeSkillUI.GetTradeSkillLine]
args = []
[[C_TradeSkillUI.GetTradeSkillLineInfoByID.args]]
type = "number"
[[C_TradeSkillUI.IsEmptySkillLineCategory.args]]
type = "number"
[[C_Transmog.GetCreatureDisplayIDForSource.args]]
type = "number"
[[C_Transmog.GetSlotForInventoryType.args]]
type = "number"
[[C_TransmogCollection.GetAppearanceSources.args]]
type = "number"
[[C_TransmogCollection.GetSourceIcon.args]]
type = "number"
[[C_TransmogCollection.GetSourceInfo.args]]
type = "number"
[C_TransmogSets.ClearLatestSource]
args = []
[[C_TransmogSets.ClearNewSource.args]]
type = "number"
[[C_TransmogSets.ClearSetNewSourcesForSlot.args]]
type = "number"
[[C_TransmogSets.ClearSetNewSourcesForSlot.args]]
type = "number"
[[C_TransmogSets.GetAllSourceIDs.args]]
type = "number"
[C_TransmogSets.GetBaseSetsCounts]
args = []
[[C_TransmogSets.GetBaseSetsFilter.args]]
type = "number"
[C_TransmogSets.GetCameraIDs]
args = []
[[C_TransmogSets.GetIsFavorite.args]]
type = "number"
[C_TransmogSets.GetLatestSource]
args = []
[[C_TransmogSets.GetSetNewSources.args]]
type = "number"
[[C_TransmogSets.GetSetsContainingSourceID.args]]
type = "number"
[[C_TransmogSets.GetSourceIDsForSlot.args]]
type = "number"
[[C_TransmogSets.GetSourceIDsForSlot.args]]
type = "number"
[[C_TransmogSets.GetSourcesForSlot.args]]
type = "number"
[[C_TransmogSets.GetSourcesForSlot.args]]
type = "number"
[C_TransmogSets.HasUsableSets]
args = []
[[C_TransmogSets.IsBaseSetCollected.args]]
type = "number"
[[C_TransmogSets.IsNewSource.args]]
type = "number"
[[C_TransmogSets.SetBaseSetsFilter.args]]
type = "number"
[[C_TransmogSets.SetBaseSetsFilter.args]]
type = "bool"
[[C_TransmogSets.SetHasNewSources.args]]
type = "number"
[[C_TransmogSets.SetHasNewSourcesForSlot.args]]
type = "number"
[[C_TransmogSets.SetHasNewSourcesForSlot.args]]
type = "number"
[[C_TransmogSets.SetIsFavorite.args]]
type = "number"
[[C_TransmogSets.SetIsFavorite.args]]
type = "bool"
[C_UI.Reload]
args = []
[[C_ModelInfo.AddActiveModelScene.args]]
type = "table"
[[C_ModelInfo.AddActiveModelScene.args]]
type = "number"
[[C_ModelInfo.AddActiveModelSceneActor.args]]
type = "table"
[[C_ModelInfo.AddActiveModelSceneActor.args]]
type = "number"
[[C_ModelInfo.ClearActiveModelScene.args]]
type = "table"
[[C_ModelInfo.ClearActiveModelSceneActor.args]]
type = "table"
[[C_ModelInfo.GetModelSceneActorDisplayInfoByID.args]]
type = "number"
[[C_ModelInfo.GetModelSceneActorInfoByID.args]]
type = "number"
[[C_ModelInfo.GetModelSceneCameraInfoByID.args]]
type = "number"
[[C_ModelInfo.GetModelSceneInfoByID.args]]
type = "number"
[[C_UIWidgetManager.GetAllWidgetsBySetID.args]]
type = "number"
[C_UIWidgetManager.GetBelowMinimapWidgetSetID]
args = []
[[C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetCaptureZoneVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetDoubleStateIconRowVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo.args]]
type = "number"
[C_UIWidgetManager.GetObjectiveTrackerWidgetSetID]
args = []
[C_UIWidgetManager.GetPowerBarWidgetSetID]
args = []
[[C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetSpellDisplayVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetTextureAndTextRowVisualizationInfo.args]]
type = "number"
[[C_UIWidgetManager.GetTextureAndTextVisualizationInfo.args]]
type = "number"
[C_UIWidgetManager.GetTopCenterWidgetSetID]
args = []
[[C_UIWidgetManager.GetZoneControlVisualizationInfo.args]]
type = "number"
[GetNegativeCorruptionEffectInfo]
args = []
[[GetUnitPowerBarInfo.args]]
type = "string"
[[GetUnitPowerBarInfoByID.args]]
type = "number"
[[GetUnitPowerBarStrings.args]]
type = "string"
[[GetUnitPowerBarStringsByID.args]]
type = "number"
[[GetUnitPowerBarTextureInfo.args]]
type = "string"
[[GetUnitPowerBarTextureInfo.args]]
type = "number"
[[GetUnitPowerBarTextureInfo.args]]
type = "number"
required = false
[[GetUnitPowerBarTextureInfoByID.args]]
type = "number"
[[GetUnitPowerBarTextureInfoByID.args]]
type = "number"
[[IsUnitModelReadyForUI.args]]
type = "string"
[PlayerVehicleHasComboPoints]
args = []
[[SetPortraitTexture.args]]
type = "table"
[[SetPortraitTexture.args]]
type = "string"
[[SetPortraitTextureFromCreatureDisplayID.args]]
type = "table"
[[SetPortraitTextureFromCreatureDisplayID.args]]
type = "number"
[[UnitAlliedRaceInfo.args]]
type = "string"
[[UnitClass.args]]
type = "string"
[[UnitClassBase.args]]
type = "string"
[[UnitIsConnected.args]]
type = "string"
[[UnitIsOwnerOrControllerOfUnit.args]]
type = "string"
[[UnitIsOwnerOrControllerOfUnit.args]]
type = "string"
[[UnitIsWarModeActive.args]]
type = "string"
[[UnitIsWarModeDesired.args]]
type = "string"
[[UnitIsWarModePhased.args]]
type = "string"
[[UnitPower.args]]
type = "string"
[[UnitPower.args]]
type = "number"
required = false
[[UnitPower.args]]
type = "bool"
required = false
[[UnitPowerBarID.args]]
type = "string"
[[UnitPowerDisplayMod.args]]
type = "number"
[[UnitPowerMax.args]]
type = "string"
[[UnitPowerMax.args]]
type = "number"
required = false
[[UnitPowerMax.args]]
type = "bool"
required = false
[[UnitPvpClassification.args]]
type = "string"
[[UnitSex.args]]
type = "string"
[[UnitTreatAsPlayerForDisplay.args]]
type = "string"
[[UnitWidgetSet.args]]
type = "string"
[C_VideoOptions.GetGxAdapterInfo]
args = []
[[C_VignetteInfo.FindBestUniqueVignette.args]]
type = "table"
[[C_VignetteInfo.GetVignetteInfo.args]]
type = "string"
[[C_VignetteInfo.GetVignettePosition.args]]
type = "string"
[[C_VignetteInfo.GetVignettePosition.args]]
type = "number"
[C_VignetteInfo.GetVignettes]
args = []
[[C_VoiceChat.ActivateChannel.args]]
type = "number"
[[C_VoiceChat.BeginLocalCapture.args]]
type = "bool"
[C_VoiceChat.CanPlayerUseVoiceChat]
args = []
[[C_VoiceChat.CreateChannel.args]]
type = "string"
[[C_VoiceChat.DeactivateChannel.args]]
type = "number"
[C_VoiceChat.EndLocalCapture]
args = []
[C_VoiceChat.GetActiveChannelID]
args = []
[C_VoiceChat.GetActiveChannelType]
args = []
[C_VoiceChat.GetAvailableInputDevices]
args = []
[C_VoiceChat.GetAvailableOutputDevices]
args = []
[[C_VoiceChat.GetChannel.args]]
type = "number"
[[C_VoiceChat.GetChannelForChannelType.args]]
type = "number"
[[C_VoiceChat.GetChannelForCommunityStream.args]]
type = "string"
[[C_VoiceChat.GetChannelForCommunityStream.args]]
type = "string"
[C_VoiceChat.GetCommunicationMode]
args = []
[C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode]
args = []
[C_VoiceChat.GetInputVolume]
args = []
[C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo]
args = []
[[C_VoiceChat.GetLocalPlayerMemberID.args]]
type = "number"
[C_VoiceChat.GetMasterVolumeScale]
args = []
[[C_VoiceChat.GetMemberGUID.args]]
type = "number"
[[C_VoiceChat.GetMemberGUID.args]]
type = "number"
[[C_VoiceChat.GetMemberID.args]]
type = "number"
[[C_VoiceChat.GetMemberID.args]]
type = "string"
[[C_VoiceChat.GetMemberInfo.args]]
type = "number"
[[C_VoiceChat.GetMemberInfo.args]]
type = "number"
[[C_VoiceChat.GetMemberName.args]]
type = "number"
[[C_VoiceChat.GetMemberName.args]]
type = "number"
[[C_VoiceChat.GetMemberVolume.args]]
type = "table"
[C_VoiceChat.GetOutputVolume]
args = []
[C_VoiceChat.GetPTTButtonPressedState]
args = []
[C_VoiceChat.GetProcesses]
args = []
[C_VoiceChat.GetPushToTalkBinding]
args = []
[C_VoiceChat.GetVADSensitivity]
args = []
[[C_VoiceChat.IsChannelJoinPending.args]]
type = "number"
[[C_VoiceChat.IsChannelJoinPending.args]]
type = "string"
required = false
[[C_VoiceChat.IsChannelJoinPending.args]]
type = "string"
required = false
[C_VoiceChat.IsDeafened]
args = []
[C_VoiceChat.IsEnabled]
args = []
[C_VoiceChat.IsLoggedIn]
args = []
[[C_VoiceChat.IsMemberLocalPlayer.args]]
type = "number"
[[C_VoiceChat.IsMemberLocalPlayer.args]]
type = "number"
[[C_VoiceChat.IsMemberMuted.args]]
type = "table"
[[C_VoiceChat.IsMemberMutedForAll.args]]
type = "number"
[[C_VoiceChat.IsMemberMutedForAll.args]]
type = "number"
[[C_VoiceChat.IsMemberSilenced.args]]
type = "number"
[[C_VoiceChat.IsMemberSilenced.args]]
type = "number"
[C_VoiceChat.IsMuted]
args = []
[C_VoiceChat.IsParentalDisabled]
args = []
[C_VoiceChat.IsParentalMuted]
args = []
[[C_VoiceChat.IsPlayerUsingVoice.args]]
type = "table"
[C_VoiceChat.IsSilenced]
args = []
[[C_VoiceChat.LeaveChannel.args]]
type = "number"
[C_VoiceChat.Login]
args = []
[C_VoiceChat.Logout]
args = []
[C_VoiceChat.MarkChannelsDiscovered]
args = []
[[C_VoiceChat.RequestJoinAndActivateCommunityStreamChannel.args]]
type = "string"
[[C_VoiceChat.RequestJoinAndActivateCommunityStreamChannel.args]]
type = "string"
[[C_VoiceChat.RequestJoinChannelByChannelType.args]]
type = "number"
[[C_VoiceChat.RequestJoinChannelByChannelType.args]]
type = "bool"
required = false
[[C_VoiceChat.SetCommunicationMode.args]]
type = "number"
[[C_VoiceChat.SetDeafened.args]]
type = "bool"
[[C_VoiceChat.SetInputDevice.args]]
type = "string"
[[C_VoiceChat.SetInputVolume.args]]
type = "number"
[[C_VoiceChat.SetMasterVolumeScale.args]]
type = "number"
[[C_VoiceChat.SetMemberMuted.args]]
type = "table"
[[C_VoiceChat.SetMemberMuted.args]]
type = "bool"
[[C_VoiceChat.SetMemberVolume.args]]
type = "table"
[[C_VoiceChat.SetMemberVolume.args]]
type = "number"
[[C_VoiceChat.SetMuted.args]]
type = "bool"
[[C_VoiceChat.SetOutputDevice.args]]
type = "string"
[[C_VoiceChat.SetOutputVolume.args]]
type = "number"
[[C_VoiceChat.SetPortraitTexture.args]]
type = "table"
[[C_VoiceChat.SetPortraitTexture.args]]
type = "number"
[[C_VoiceChat.SetPortraitTexture.args]]
type = "number"
[[C_VoiceChat.SetPushToTalkBinding.args]]
type = "table"
[[C_VoiceChat.SetVADSensitivity.args]]
type = "number"
[C_VoiceChat.ShouldDiscoverChannels]
args = []
[C_VoiceChat.ToggleDeafened]
args = []
[[C_VoiceChat.ToggleMemberMuted.args]]
type = "table"
[C_VoiceChat.ToggleMuted]
args = []
[[C_CampaignInfo.GetCampaignChapterInfo.args]]
type = "number"
[[C_CampaignInfo.GetCampaignInfo.args]]
type = "number"
[C_CampaignInfo.GetCurrentCampaignChapterID]
args = []
[C_CampaignInfo.GetCurrentCampaignID]
args = []
[[C_CampaignInfo.IsCampaignQuest.args]]
type = "number"
[[C_WowTokenUI.StartTokenSell.args]]
type = "string"
[AbandonQuest]
args = []
[[AbandonSkill.args]]
type = "number"
[[AbbreviateLargeNumbers.args]]
type = "string"
[[AbbreviateNumbers.args]]
type = "string"
[AcceptAreaSpiritHeal]
args = []
[[AcceptBattlefieldPort.args]]
type = "number"
[[AcceptBattlefieldPort.args]]
type = "any"
[AcceptDuel]
args = []
[AcceptGroup]
args = []
[AcceptGuild]
args = []
[AcceptLevelGrant]
args = []
[AcceptProposal]
args = []
[AcceptQuest]
args = []
[AcceptResurrect]
args = []
[AcceptSockets]
args = []
[[AcceptSpellConfirmationPrompt.args]]
type = "number"
[AcceptTrade]
args = []
[AcceptXPLoss]
args = []
[AcknowledgeAutoAcceptQuest]
args = []
[ActionBarBusy]
args = []
[[ActionHasRange.args]]
type = "number"
[[AddFrameLock.args]]
type = "string"
[[AddFriend.args]]
type = "string"
[[AddIgnore.args]]
type = "string"
[[AddOrDelIgnore.args]]
type = "string"
[[AddOrRemoveFriend.args]]
type = "string"
[[AddOrRemoveFriend.args]]
type = "string"
[[AddQuestWatch.args]]
type = "number"
[[AddReferencedFrame.args]]
type = "any"
[[AddToAutoHide.args]]
type = "any"
[[AddToAutoHide.args]]
type = "any"
[[AddTrackedAchievement.args]]
type = "number"
[AddTradeMoney]
args = []
[[AddWorldQuestWatch.args]]
type = "number"
[[AddWorldQuestWatch.args]]
type = "any"
[[Ambiguate.args]]
type = "string"
[[Ambiguate.args]]
type = "string"
[[AnimateTexCoords.args]]
type = "number"
[[AnimateTexCoords.args]]
type = "any"
[[AnimateTexCoords.args]]
type = "any"
[[AnimateTexCoords.args]]
type = "any"
[[AnimateTexCoords.args]]
type = "any"
[[AnimateTexCoords.args]]
type = "number"
[[AnimateTexCoords.args]]
type = "any"
[[AnimateTexCoords.args]]
type = "any"
[ApplyBarberShopStyle]
args = []
[[ArchaeologyGetIconInfo.args]]
type = "number"
[ArchaeologyMapUpdateAll]
args = []
[[ArcheologyGetVisibleBlobID.args]]
type = "number"
[AreAccountAchievementsHidden]
args = []
[[AreColorsEqual.args]]
type = "any"
[[AreColorsEqual.args]]
type = "any"
[AreDangerousScriptsAllowed]
args = []
[AreTalentsLocked]
args = []
[[AreVectorDEqual.args]]
type = "any"
[[AreVectorDEqual.args]]
type = "any"
[[AssistUnit.args]]
type = "string"
[AttackTarget]
args = []
[AutoEquipCursorItem]
args = []
[[AutoLootMailItem.args]]
type = "number"
[[AutoStoreGuildBankItem.args]]
type = "any"
[[AutoStoreGuildBankItem.args]]
type = "number"
[[BankButtonIDToInvSlotID.args]]
type = "number"
[[BankButtonIDToInvSlotID.args]]
type = "bool"
required = false
[BarberShopReset]
args = []
[BindEnchant]
args = []
[BNConnected]
args = []
[BNFeaturesEnabled]
args = []
[[BNGetFOFInfo.args]]
type = "number"
[[BNGetFOFInfo.args]]
type = "any"
[[BNGetFOFInfo.args]]
type = "any"
[[BNGetFOFInfo.args]]
type = "number"
[[BNGetFriendIndex.args]]
type = "number"
[[BNGetFriendInfo.args]]
type = "number"
[[BNGetFriendInfoByID.args]]
type = "number"
[BNGetInfo]
args = []
[BNGetNumFriends]
args = []
[BNGetSelectedFriend]
args = []
[[BNIsSelf.args]]
type = "number"
[[BNSendWhisper.args]]
type = "number"
[[BNSendWhisper.args]]
type = "any"
[[BNSetCustomMessage.args]]
type = "string"
[[BNSetFriendNote.args]]
type = "number"
[[BNSetFriendNote.args]]
type = "string"
[[BuybackItem.args]]
type = "number"
[BuyGuildBankTab]
args = []
[[BuyGuildCharter.args]]
type = "string"
[[BuyMerchantItem.args]]
type = "number"
[[BuyMerchantItem.args]]
type = "any"
[[BuyTrainerService.args]]
type = "number"
[[CalculateAuctionDeposit.args]]
type = "any"
[[CallCompanion.args]]
type = "string"
[[CallCompanion.args]]
type = "number"
[[CameraZoomIn.args]]
type = "any"
[[CameraZoomOut.args]]
type = "any"
[CanAlterSkin]
args = []
[[CanBeRaidTarget.args]]
type = "string"
[[CanCancelAuction.args]]
type = "number"
[CancelAreaSpiritHeal]
args = []
[[CancelAuction.args]]
type = "number"
[CancelBarberShop]
args = []
[CancelDuel]
args = []
[[CancelPendingEquip.args]]
type = "number"
[CancelSummon]
args = []
[CancelTrade]
args = []
[CancelTradeAccept]
args = []
[[CancelUnitBuff.args]]
type = "string"
[[CancelUnitBuff.args]]
type = "number"
[[CancelUnitBuff.args]]
type = "string"
required = false
[[CanComplainInboxItem.args]]
type = "number"
[CanEditGuildEvent]
args = []
[CanEditGuildInfo]
args = []
[[CanEditGuildTabInfo.args]]
type = "any"
[CanEditMOTD]
args = []
[CanEditOfficerNote]
args = []
[CanEditPublicNote]
args = []
[[CanEjectPassengerFromSeat.args]]
type = "any"
[CanExitVehicle]
args = []
[[CanGrantLevel.args]]
type = "string"
[CanGuildBankRepair]
args = []
[CanGuildDemote]
args = []
[CanGuildInvite]
args = []
[CanGuildPromote]
args = []
[CanGuildRemove]
args = []
[CanHearthAndResurrectFromArea]
args = []
[[CanInspect.args]]
type = "string"
[[CanInspect.args]]
type = "any"
[CanJoinBattlefieldAsGroup]
args = []
[CanMerchantRepair]
args = []
[[CanSendAuctionQuery.args]]
type = "string"
[CanShowAchievementUI]
args = []
[CanShowResetInstances]
args = []
[CanSignPetition]
args = []
[[CanSummonFriend.args]]
type = "string"
[CanSwitchVehicleSeat]
args = []
[CanSwitchVehicleSeats]
args = []
[CanViewOfficerNote]
args = []
[CanWithdrawGuildBankMoney]
args = []
[[ChangeActionBarPage.args]]
type = "any"
[[ChangeChatColor.args]]
type = "string"
[[ChangeChatColor.args]]
type = "number"
[[ChangeChatColor.args]]
type = "number"
[[ChangeChatColor.args]]
type = "number"
[[ChannelBan.args]]
type = "string"
[[ChannelBan.args]]
type = "string"
[[ChannelInvite.args]]
type = "string"
[[ChannelInvite.args]]
type = "string"
[[ChannelKick.args]]
type = "string"
[[ChannelKick.args]]
type = "string"
[[ChannelModerator.args]]
type = "string"
[[ChannelModerator.args]]
type = "string"
[[ChannelToggleAnnouncements.args]]
type = "string"
[[ChannelUnban.args]]
type = "string"
[[ChannelUnban.args]]
type = "string"
[[ChannelUnmoderator.args]]
type = "string"
[[ChannelUnmoderator.args]]
type = "string"
[[ChatFrame_AddMessageEventFilter.args]]
type = "string"
[[ChatFrame_AddMessageEventFilter.args]]
type = "any"
[[ChatFrame_GetMessageEventFilters.args]]
type = "string"
[[ChatFrame_RemoveMessageEventFilter.args]]
type = "string"
[[ChatFrame_RemoveMessageEventFilter.args]]
type = "any"
[[ChatHistory_GetAccessID.args]]
type = "string"
[[ChatHistory_GetAccessID.args]]
type = "string"
required = false
[[ChatHistory_GetChatType.args]]
type = "number"
[CheckBinderDist]
args = []
[CheckInbox]
args = []
[[CheckInteractDistance.args]]
type = "string"
[[CheckInteractDistance.args]]
type = "number"
[CheckSpiritHealerDist]
args = []
[CheckTalentMasterDist]
args = []
[ClearAchievementComparisonUnit]
args = []
[ClearAllLFGDungeons]
args = []
[ClearCursor]
args = []
[ClearInspectPlayer]
args = []
[ClearItemUpgrade]
args = []
[[ClearOverrideBindings.args]]
type = "any"
[ClearSendMail]
args = []
[ClearTutorials]
args = []
[ClickAuctionSellItemButton]
args = []
[[ClickSendMailItemButton.args]]
type = "number"
[[ClickSendMailItemButton.args]]
type = "any"
[[ClickSocketButton.args]]
type = "number"
[[ClickTargetTradeButton.args]]
type = "number"
[[ClickTradeButton.args]]
type = "number"
[CloseAuctionHouse]
args = []
[CloseBankFrame]
args = []
[CloseGossip]
args = []
[CloseGuildBankFrame]
args = []
[CloseGuildRegistrar]
args = []
[CloseItemText]
args = []
[CloseLoot]
args = []
[CloseMail]
args = []
[CloseMerchant]
args = []
[ClosePetition]
args = []
[ClosePetStables]
args = []
[CloseQuest]
args = []
[CloseSocketInfo]
args = []
[CloseTabardCreation]
args = []
[CloseTaxiMap]
args = []
[CloseTrade]
args = []
[CloseTrainer]
args = []
[CollapseAllFactionHeaders]
args = []
[[CollapseFactionHeader.args]]
type = "number"
[[CollapseGuildTradeSkillHeader.args]]
type = "number"
[[CollapseQuestHeader.args]]
type = "number"
[[CombatLog_Object_IsA.args]]
type = "any"
[[CombatLog_Object_IsA.args]]
type = "any"
[[CombatLogAdvanceEntry.args]]
type = "number"
[[CombatLogAdvanceEntry.args]]
type = "any"
[CombatLogClearEntries]
args = []
[[CombatLogGetCurrentEntry.args]]
type = "any"
required = false
[[CombatLogGetNumEntries.args]]
type = "any"
[CombatLogGetRetentionTime]
args = []
[CombatLogResetFilter]
args = []
[[CombatLogSetCurrentEntry.args]]
type = "number"
[[CombatLogSetCurrentEntry.args]]
type = "any"
required = false
[[CombatLogSetRetentionTime.args]]
type = "any"
[[CombatTextSetActiveUnit.args]]
type = "any"
[[ComplainInboxItem.args]]
type = "number"
[CompleteQuest]
args = []
[ConfirmAcceptQuest]
args = []
[ConfirmBinder]
args = []
[ConfirmBindOnUse]
args = []
[[ConfirmLootRoll.args]]
type = "number"
[[ConfirmLootRoll.args]]
type = "any"
[[ConfirmLootSlot.args]]
type = "number"
[[ConfirmReadyCheck.args]]
type = "any"
[ConfirmSummon]
args = []
[ConfirmTalentWipe]
args = []
[ConsoleAddMessage]
args = []
[[ConsoleExec.args]]
type = "string"
[[ContainerIDToInventoryID.args]]
type = "number"
[[ContainerRefundItemPurchase.args]]
type = "number"
[[ContainerRefundItemPurchase.args]]
type = "number"
[ConvertToParty]
args = []
[ConvertToRaid]
args = []
[[CreateColorFromBytes.args]]
type = "any"
[[CreateColorFromBytes.args]]
type = "any"
[[CreateColorFromBytes.args]]
type = "any"
[[CreateColorFromBytes.args]]
type = "any"
[[CreateColorFromHexString.args]]
type = "string"
[[CreateFont.args]]
type = "string"
[[CreateFrame.args]]
type = "string"
[[CreateFrame.args]]
type = "string"
required = false
[[CreateFrame.args]]
type = "table"
required = false
[[CreateFrame.args]]
type = "string"
required = false
[[CreateFramePool.args]]
type = "string"
[[CreateFramePool.args]]
type = "any"
[[CreateFramePool.args]]
type = "string"
[[CreateFramePool.args]]
type = "any"
required = false
[[CreateMacro.args]]
type = "string"
[[CreateMacro.args]]
type = "string"
[[CreateMacro.args]]
type = "string"
[[CreateMacro.args]]
type = "any"
[[CursorCanGoInSlot.args]]
type = "number"
[CursorHasItem]
args = []
[CursorHasMacro]
args = []
[CursorHasMoney]
args = []
[CursorHasSpell]
args = []
[DeclineGroup]
args = []
[DeclineGuild]
args = []
[DeclineLevelGrant]
args = []
[[DeclineName.args]]
type = "string"
[[DeclineName.args]]
type = "any"
[[DeclineName.args]]
type = "any"
[DeclineQuest]
args = []
[DeclineResurrect]
args = []
[DeleteCursorItem]
args = []
[DeleteGMTicket]
args = []
[[DeleteInboxItem.args]]
type = "number"
[[DeleteMacro.args]]
type = "number"
[[DelIgnore.args]]
type = "string"
[[DemoteAssistant.args]]
type = "string"
[[DepositGuildBankMoney.args]]
type = "any"
[DetectWowMouse]
args = []
[[DisableAddOn.args]]
type = "number"
[DisableAllAddOns]
args = []
[[DismissCompanion.args]]
type = "string"
[Dismount]
args = []
[[DoEmote.args]]
type = "string"
[[DoEmote.args]]
type = "string"
required = false
[[DoEmote.args]]
type = "any"
required = false
[DoReadyCheck]
args = []
[DropCursorMoney]
args = []
[[DropItemOnUnit.args]]
type = "string"
[[EasyMenu.args]]
type = "table"
[[EasyMenu.args]]
type = "table"
[[EasyMenu.args]]
type = "string"
required = false
[[EasyMenu.args]]
type = "number"
required = false
[[EasyMenu.args]]
type = "number"
required = false
[[EasyMenu.args]]
type = "string"
required = false
[[EasyMenu.args]]
type = "number"
required = false
[[EditMacro.args]]
type = "number"
[[EditMacro.args]]
type = "string"
[[EditMacro.args]]
type = "string"
[[EditMacro.args]]
type = "string"
[EJ_ClearSearch]
args = []
[EJ_EndSearch]
args = []
[[EJ_GetCreatureInfo.args]]
type = "number"
[[EJ_GetCreatureInfo.args]]
type = "number"
required = false
[EJ_GetCurrentTier]
args = []
[EJ_GetDifficulty]
args = []
[[EJ_GetEncounterInfo.args]]
type = "number"
[[EJ_GetEncounterInfoByIndex.args]]
type = "number"
[[EJ_GetEncounterInfoByIndex.args]]
type = "number"
required = false
[[EJ_GetInstanceByIndex.args]]
type = "number"
[[EJ_GetInstanceByIndex.args]]
type = "bool"
[[EJ_GetInstanceInfo.args]]
type = "number"
[[EJ_GetInvTypeSortOrder.args]]
type = "any"
[EJ_GetLootFilter]
args = []
[[EJ_GetLootInfo.args]]
type = "number"
[[EJ_GetLootInfoByIndex.args]]
type = "number"
[[EJ_GetMapEncounter.args]]
type = "number"
[[EJ_GetNumEncountersForLootByIndex.args]]
type = "number"
[EJ_GetNumLoot]
args = []
[EJ_GetNumSearchResults]
args = []
[EJ_GetNumTiers]
args = []
[EJ_GetSearchProgress]
args = []
[[EJ_GetSearchResult.args]]
type = "number"
[EJ_GetSearchSize]
args = []
[[EJ_GetSectionPath.args]]
type = "number"
[EJ_GetSlotFilter]
args = []
[[EJ_GetTierInfo.args]]
type = "number"
[[EJ_HandleLinkPath.args]]
type = "any"
[[EJ_HandleLinkPath.args]]
type = "number"
[EJ_InstanceIsRaid]
args = []
[EJ_IsLootListOutOfDate]
args = []
[EJ_IsSearchFinished]
args = []
[[EJ_IsValidInstanceDifficulty.args]]
type = "number"
[EJ_ResetLootFilter]
args = []
[EJ_ResetSlotFilter]
args = []
[[EJ_SelectEncounter.args]]
type = "number"
[[EJ_SelectInstance.args]]
type = "number"
[[EJ_SelectTier.args]]
type = "any"
[[EJ_SetDifficulty.args]]
type = "number"
[[EJ_SetLootFilter.args]]
type = "number"
[[EJ_SetLootFilter.args]]
type = "number"
[[EJ_SetSearch.args]]
type = "string"
[[EJ_SetSlotFilter.args]]
type = "number"
[[EjectPassengerFromSeat.args]]
type = "any"
[[EnableAddOn.args]]
type = "number"
[EnableAllAddOns]
args = []
[[EnableSpellAutocast.args]]
type = "string"
[[EndBoundTradeable.args]]
type = "number"
[[EndRefund.args]]
type = "number"
[[EnumerateFrames.args]]
type = "any"
required = false
[EnumerateServerChannels]
args = []
[[EquipCursorItem.args]]
type = "number"
[[EquipItemByName.args]]
type = "number"
[[EquipmentManager_UnpackLocation.args]]
type = "any"
[[EquipPendingItem.args]]
type = "number"
[ExpandAllFactionHeaders]
args = []
[[ExpandCurrencyList.args]]
type = "number"
[[ExpandCurrencyList.args]]
type = "any"
[[ExpandFactionHeader.args]]
type = "number"
[[ExpandGuildTradeSkillHeader.args]]
type = "number"
[[ExpandQuestHeader.args]]
type = "number"
[[FactionToggleAtWar.args]]
type = "number"
[[FillLocalizedClassList.args]]
type = "any"
[[FillLocalizedClassList.args]]
type = "any"
required = false
[[FindFlyoutSlotBySpellID.args]]
type = "number"
[[FindInTableIf.args]]
type = "any"
[[FindInTableIf.args]]
type = "any"
[[FindSpellBookSlotBySpellID.args]]
type = "number"
[[FindSpellBookSlotBySpellID.args]]
type = "bool"
required = false
[[FlagTutorial.args]]
type = "string"
[FlashClientIcon]
args = []
[[FlipCameraYaw.args]]
type = "any"
[[FlyoutHasSpell.args]]
type = "number"
[[FlyoutHasSpell.args]]
type = "number"
[[FocusUnit.args]]
type = "string"
[[FollowUnit.args]]
type = "string"
[ForceGossip]
args = []
[ForceLogout]
args = []
[ForceQuit]
args = []
[[FormatFraction.args]]
type = "any"
[[FormatFraction.args]]
type = "any"
[[FormatLargeNumber.args]]
type = "any"
[[FormatPaperDollTooltipStat.args]]
type = "string"
[[FormatPaperDollTooltipStat.args]]
type = "any"
[[FormatPaperDollTooltipStat.args]]
type = "any"
[[FormatPaperDollTooltipStat.args]]
type = "any"
[[FormatPercentage.args]]
type = "any"
[[FormatPercentage.args]]
type = "any"
[[FormatProfession.args]]
type = "any"
[[FormatProfession.args]]
type = "number"
[[FormatShortDate.args]]
type = "any"
[[FormatShortDate.args]]
type = "any"
[[FormatShortDate.args]]
type = "any"
[[FrameDeltaLerp.args]]
type = "any"
[[FrameDeltaLerp.args]]
type = "any"
[[FrameDeltaLerp.args]]
type = "any"
[[FrameXML_Debug.args]]
type = "any"
[[FreeTimerTrackerTimer.args]]
type = "any"
[GameMovieFinished]
args = []
[GetAbandonQuestItems]
args = []
[GetAbandonQuestName]
args = []
[[GetAchievementCategory.args]]
type = "number"
[[GetAchievementComparisonInfo.args]]
type = "number"
[[GetAchievementCriteriaInfo.args]]
type = "number"
[[GetAchievementInfo.args]]
type = "any"
[[GetAchievementInfo.args]]
type = "number"
[[GetAchievementLink.args]]
type = "number"
[[GetAchievementNumCriteria.args]]
type = "number"
[[GetAchievementNumRewards.args]]
type = "number"
[[GetAchievementReward.args]]
type = "number"
[[GetAchievementReward.args]]
type = "number"
[GetActionBarPage]
args = []
[GetActionBarToggles]
args = []
[[GetActionCooldown.args]]
type = "number"
[[GetActionCount.args]]
type = "number"
[[GetActionInfo.args]]
type = "number"
[[GetActionText.args]]
type = "number"
[[GetActionTexture.args]]
type = "number"
[[GetActiveLevel.args]]
type = "number"
[GetActiveSpecGroup]
args = []
[[GetActiveTitle.args]]
type = "number"
[[GetAddOnCPUUsage.args]]
type = "number"
[[GetAddOnDependencies.args]]
type = "number"
[[GetAddOnInfo.args]]
type = "number"
[[GetAddOnMemoryUsage.args]]
type = "number"
[[GetAddOnMetadata.args]]
type = "number"
[[GetAddOnMetadata.args]]
type = "string"
[[GetAddOnOptionalDependencies.args]]
type = "number"
[GetArchaeologyInfo]
args = []
[[GetArchaeologyRaceInfo.args]]
type = "number"
[GetAreaSpiritHealerTime]
args = []
[[GetArenaOpponentSpec.args]]
type = "any"
[GetArtifactProgress]
args = []
[[GetAttackPowerForStat.args]]
type = "number"
[[GetAttackPowerForStat.args]]
type = "any"
[[GetAuctionItemInfo.args]]
type = "string"
[[GetAuctionItemInfo.args]]
type = "number"
[[GetAuctionItemLink.args]]
type = "string"
[[GetAuctionItemLink.args]]
type = "number"
[[GetAuctionItemSubClasses.args]]
type = "number"
[[GetAuctionItemTimeLeft.args]]
type = "string"
[[GetAuctionItemTimeLeft.args]]
type = "number"
[GetAuctionSellItemInfo]
args = []
[[GetAuctionSort.args]]
type = "string"
[[GetAuctionSort.args]]
type = "number"
[[GetAutoCompletePresenceID.args]]
type = "string"
[[GetAutoCompleteResults.args]]
type = "string"
[[GetAutoCompleteResults.args]]
type = "number"
[[GetAutoCompleteResults.args]]
type = "number"
[[GetAutoCompleteResults.args]]
type = "number"
[[GetAutoCompleteResults.args]]
type = "number"
required = false
[[GetAutoQuestPopUp.args]]
type = "number"
[[GetAvailableLevel.args]]
type = "number"
[[GetAvailableQuestInfo.args]]
type = "number"
[[GetAvailableTitle.args]]
type = "number"
[GetAverageItemLevel]
args = []
[[GetBackpackCurrencyInfo.args]]
type = "number"
[[GetBagName.args]]
type = "number"
[GetBankSlotCost]
args = []
[[GetBarberShopStyleInfo.args]]
type = "number"
[GetBarberShopTotalCost]
args = []
[[GetBattlefieldEstimatedWaitTime.args]]
type = "number"
[[GetBattlefieldFlagPosition.args]]
type = "number"
[GetBattlefieldInstanceExpiration]
args = []
[GetBattlefieldInstanceRunTime]
args = []
[GetBattlefieldMapIconScale]
args = []
[[GetBattlefieldPortExpiration.args]]
type = "number"
[[GetBattlefieldScore.args]]
type = "number"
[[GetBattlefieldStatData.args]]
type = "number"
[[GetBattlefieldStatData.args]]
type = "number"
[[GetBattlefieldStatInfo.args]]
type = "number"
[[GetBattlefieldStatus.args]]
type = "number"
[[GetBattlefieldTeamInfo.args]]
type = "number"
[[GetBattlefieldTimeWaited.args]]
type = "number"
[[GetBattlefieldVehicleInfo.args]]
type = "number"
[GetBidderAuctionItems]
args = []
[GetBillingTimeRested]
args = []
[[GetBinding.args]]
type = "number"
[[GetBindingAction.args]]
type = "string"
[[GetBindingAction.args]]
type = "any"
required = false
[[GetBindingByKey.args]]
type = "string"
[[GetBindingKey.args]]
type = "string"
[GetBindLocation]
args = []
[GetBlockChance]
args = []
[GetBonusBarOffset]
args = []
[GetBuildInfo]
args = []
[[GetBuybackItemInfo.args]]
type = "number"
[[GetBuybackItemLink.args]]
type = "number"
[[GetCalendarEventLink.args]]
type = "any"
[[GetCalendarEventLink.args]]
type = "any"
[[GetCalendarEventLink.args]]
type = "number"
[[GetCategoryInfo.args]]
type = "number"
[GetCategoryList]
args = []
[[GetCategoryNumAchievements.args]]
type = "number"
[[GetChannelDisplayInfo.args]]
type = "number"
[GetChannelList]
args = []
[[GetChannelName.args]]
type = "number"
[[GetChatTypeIndex.args]]
type = "string"
[[GetChatWindowChannels.args]]
type = "number"
[[GetChatWindowInfo.args]]
type = "number"
[[GetChatWindowMessages.args]]
type = "number"
[[GetClickFrame.args]]
type = "string"
[[GetCoinIcon.args]]
type = "any"
[[GetCoinText.args]]
type = "any"
[[GetCoinText.args]]
type = "string"
[[GetCoinTextureString.args]]
type = "any"
[[GetCoinTextureString.args]]
type = "any"
required = false
[[GetCombatRating.args]]
type = "number"
[[GetCombatRatingBonus.args]]
type = "number"
[[GetComboPoints.args]]
type = "string"
[[GetComboPoints.args]]
type = "string"
required = false
[[GetCommunityLink.args]]
type = "any"
[[GetCompanionInfo.args]]
type = "string"
[[GetCompanionInfo.args]]
type = "number"
[GetComparisonAchievementPoints]
args = []
[[GetComparisonCategoryNumAchievements.args]]
type = "number"
[[GetComparisonStatistic.args]]
type = "number"
[[GetContainerFreeSlots.args]]
type = "number"
[[GetContainerFreeSlots.args]]
type = "any"
required = false
[[GetContainerItemCooldown.args]]
type = "number"
[[GetContainerItemCooldown.args]]
type = "number"
[[GetContainerItemDurability.args]]
type = "number"
[[GetContainerItemDurability.args]]
type = "number"
[[GetContainerItemEquipmentSetInfo.args]]
type = "number"
[[GetContainerItemEquipmentSetInfo.args]]
type = "number"
[[GetContainerItemID.args]]
type = "number"
[[GetContainerItemID.args]]
type = "number"
[[GetContainerItemInfo.args]]
type = "number"
[[GetContainerItemInfo.args]]
type = "number"
[[GetContainerItemLink.args]]
type = "number"
[[GetContainerItemLink.args]]
type = "number"
[[GetContainerItemPurchaseInfo.args]]
type = "number"
[[GetContainerItemPurchaseInfo.args]]
type = "number"
[[GetContainerItemPurchaseInfo.args]]
type = "any"
[[GetContainerItemPurchaseItem.args]]
type = "number"
[[GetContainerItemPurchaseItem.args]]
type = "number"
[[GetContainerItemPurchaseItem.args]]
type = "number"
[[GetContainerItemQuestInfo.args]]
type = "number"
[[GetContainerItemQuestInfo.args]]
type = "number"
[[GetContainerNumFreeSlots.args]]
type = "number"
[[GetContainerNumSlots.args]]
type = "number"
[GetCorpseRecoveryDelay]
args = []
[GetCritChance]
args = []
[[GetCurrencyInfo.args]]
type = "number"
[[GetCurrencyLink.args]]
type = "number"
[[GetCurrencyListInfo.args]]
type = "number"
[GetCurrencyListSize]
args = []
[GetCurrentArenaSeason]
args = []
[GetCurrentBindingSet]
args = []
[GetCurrentGuildBankTab]
args = []
[GetCurrentKeyBoardFocus]
args = []
[GetCurrentResolution]
args = []
[GetCurrentTitle]
args = []
[GetCursorInfo]
args = []
[GetCursorMoney]
args = []
[GetCursorPosition]
args = []
[[GetCustomizationDetails.args]]
type = "any"
[[GetCVar.args]]
type = "string"
[[GetCVarBool.args]]
type = "string"
[[GetCVarDefault.args]]
type = "string"
[[GetCVarInfo.args]]
type = "string"
[GetDailyQuestsCompleted]
args = []
[GetDefaultLanguage]
args = []
[[GetDistanceSqToQuest.args]]
type = "number"
[GetDodgeChance]
args = []
[[GetEventCPUUsage.args]]
type = "string"
required = false
[[GetExistingSocketInfo.args]]
type = "number"
[[GetExistingSocketLink.args]]
type = "number"
[GetExpertise]
args = []
[[GetFactionInfo.args]]
type = "number"
[[GetFactionInfoByID.args]]
type = "number"
[[GetFinalNameFromTextureKit.args]]
type = "string"
[[GetFinalNameFromTextureKit.args]]
type = "string"
[[GetFlyoutID.args]]
type = "number"
[[GetFlyoutInfo.args]]
type = "number"
[[GetFlyoutSlotInfo.args]]
type = "number"
[[GetFlyoutSlotInfo.args]]
type = "number"
[[GetFrameCPUUsage.args]]
type = "any"
[[GetFrameCPUUsage.args]]
type = "any"
[GetFramerate]
args = []
[[GetFramesRegisteredForEvent.args]]
type = "string"
[[GetFriendInfo.args]]
type = "number"
[[GetFunctionCPUUsage.args]]
type = "any"
[[GetFunctionCPUUsage.args]]
type = "any"
[GetGameTime]
args = []
[GetGMTicket]
args = []
[GetGossipActiveQuests]
args = []
[GetGossipAvailableQuests]
args = []
[GetGossipOptions]
args = []
[GetGossipText]
args = []
[GetGreetingText]
args = []
[[GetGuildBankItemInfo.args]]
type = "any"
[[GetGuildBankItemInfo.args]]
type = "number"
[[GetGuildBankItemLink.args]]
type = "any"
[[GetGuildBankItemLink.args]]
type = "number"
[GetGuildBankMoney]
args = []
[[GetGuildBankMoneyTransaction.args]]
type = "number"
[GetGuildBankTabCost]
args = []
[[GetGuildBankTabInfo.args]]
type = "any"
[[GetGuildBankTabPermissions.args]]
type = "any"
[[GetGuildBankText.args]]
type = "any"
[[GetGuildBankTransaction.args]]
type = "any"
[[GetGuildBankTransaction.args]]
type = "number"
[GetGuildBankWithdrawMoney]
args = []
[GetGuildCharterCost]
args = []
[[GetGuildEventInfo.args]]
type = "number"
[[GetGuildInfo.args]]
type = "string"
[GetGuildInfoText]
args = []
[[GetGuildNewsInfo.args]]
type = "number"
[[GetGuildRosterInfo.args]]
type = "number"
[[GetGuildRosterLastOnline.args]]
type = "number"
[GetGuildRosterMOTD]
args = []
[GetGuildRosterSelection]
args = []
[GetGuildRosterShowOffline]
args = []
[GetGuildTabardFiles]
args = []
[[GetGuildTradeSkillInfo.args]]
type = "number"
[[GetHighlightedNumberDifferenceString.args]]
type = "string"
[[GetHighlightedNumberDifferenceString.args]]
type = "string"
[[GetIgnoreName.args]]
type = "string"
[[GetInboxHeaderInfo.args]]
type = "number"
[[GetInboxInvoiceInfo.args]]
type = "number"
[[GetInboxItem.args]]
type = "number"
[[GetInboxItem.args]]
type = "number"
[[GetInboxItemLink.args]]
type = "number"
[[GetInboxItemLink.args]]
type = "number"
[GetInboxNumItems]
args = []
[[GetInboxText.args]]
type = "number"
[GetInspectHonorData]
args = []
[GetInspectSpecialization]
args = []
[GetInstanceBootTimeRemaining]
args = []
[GetInstanceInfo]
args = []
[GetInstanceLockTimeRemaining]
args = []
[[GetInventoryAlertStatus.args]]
type = "number"
[[GetInventoryItemBroken.args]]
type = "string"
[[GetInventoryItemBroken.args]]
type = "number"
[[GetInventoryItemCooldown.args]]
type = "string"
[[GetInventoryItemCooldown.args]]
type = "number"
[[GetInventoryItemCount.args]]
type = "string"
[[GetInventoryItemCount.args]]
type = "number"
[[GetInventoryItemDurability.args]]
type = "number"
[[GetInventoryItemID.args]]
type = "string"
[[GetInventoryItemID.args]]
type = "number"
[[GetInventoryItemLink.args]]
type = "string"
[[GetInventoryItemLink.args]]
type = "number"
[[GetInventoryItemQuality.args]]
type = "string"
[[GetInventoryItemQuality.args]]
type = "number"
[[GetInventoryItemsForSlot.args]]
type = "number"
[[GetInventoryItemTexture.args]]
type = "string"
[[GetInventoryItemTexture.args]]
type = "number"
[[GetInventorySlotInfo.args]]
type = "string"
[[GetItemCooldown.args]]
type = "number"
[[GetItemCount.args]]
type = "number"
[[GetItemCount.args]]
type = "bool"
[[GetItemCount.args]]
type = "bool"
[[GetItemFamily.args]]
type = "number"
[[GetItemIcon.args]]
type = "number"
[[GetItemInfo.args]]
type = "number"
[[GetItemInfoInstant.args]]
type = "number"
[GetItemLevelIncrement]
args = []
[[GetItemQualityColor.args]]
type = "any"
[[GetItemStatDelta.args]]
type = "string"
[[GetItemStatDelta.args]]
type = "string"
[[GetItemStatDelta.args]]
type = "any"
required = false
[[GetItemStats.args]]
type = "string"
[[GetItemStats.args]]
type = "any"
required = false
[GetItemUpdateLevel]
args = []
[GetItemUpgradeItemInfo]
args = []
[[GetItemUpgradeStats.args]]
type = "any"
[[GetLanguageByIndex.args]]
type = "number"
[[GetLatestCompletedAchievements.args]]
type = "bool"
[GetLatestCompletedComparisonAchievements]
args = []
[GetLatestThreeSenders]
args = []
[GetLFGCompletionReward]
args = []
[[GetLFGDungeonEncounterInfo.args]]
type = "any"
[[GetLFGDungeonEncounterInfo.args]]
type = "number"
[[GetLFGDungeonInfo.args]]
type = "number"
[[GetLFGDungeonNumEncounters.args]]
type = "any"
[GetLFGMode]
args = []
[GetLFGProposal]
args = []
[GetLFGQueueStats]
args = []
[GetLFGRoles]
args = []
[[GetLFGRoleShortageRewards.args]]
type = "number"
[[GetLFGRoleShortageRewards.args]]
type = "number"
[GetLFGTypes]
args = []
[GetLocale]
args = []
[GetLootMethod]
args = []
[[GetLootRollItemInfo.args]]
type = "number"
[[GetLootRollItemLink.args]]
type = "number"
[[GetLootRollTimeLeft.args]]
type = "number"
[[GetLootSlotInfo.args]]
type = "number"
[[GetLootSlotLink.args]]
type = "number"
[[GetLootSlotType.args]]
type = "number"
[[GetLootSourceInfo.args]]
type = "number"
[GetLootThreshold]
args = []
[[GetMacroBody.args]]
type = "number"
[[GetMacroIcons.args]]
type = "any"
[[GetMacroIndexByName.args]]
type = "string"
[[GetMacroInfo.args]]
type = "number"
[[GetMacroItem.args]]
type = "number"
[[GetMacroItemIcons.args]]
type = "any"
[[GetMacroSpell.args]]
type = "number"
[GetManaRegen]
args = []
[[GetMasterLootCandidate.args]]
type = "number"
[GetMastery]
args = []
[GetMaxArenaCurrency]
args = []
[GetMaxBattlefieldID]
args = []
[[GetMaxCombatRatingBonus.args]]
type = "number"
[GetMaxPlayerLevel]
args = []
[GetMeleeHaste]
args = []
[[GetMerchantItemCostInfo.args]]
type = "number"
[[GetMerchantItemCostItem.args]]
type = "number"
[[GetMerchantItemCostItem.args]]
type = "any"
[[GetMerchantItemInfo.args]]
type = "number"
[[GetMerchantItemLink.args]]
type = "number"
[[GetMerchantItemMaxStack.args]]
type = "number"
[GetMerchantNumItems]
args = []
[GetMinimapZoneText]
args = []
[[GetMirrorTimerInfo.args]]
type = "number"
[[GetMirrorTimerProgress.args]]
type = "string"
[[GetModifiedClick.args]]
type = "string"
[[GetModifiedClickAction.args]]
type = "number"
[GetMoney]
args = []
[[GetMonitorAspectRatio.args]]
type = "number"
[GetMonitorCount]
args = []
[[GetMonitorName.args]]
type = "number"
[GetMouseButtonClicked]
args = []
[[GetMouseButtonName.args]]
type = "any"
[GetMouseFocus]
args = []
[GetNetStats]
args = []
[[GetNewSocketInfo.args]]
type = "number"
[[GetNewSocketLink.args]]
type = "number"
[[GetNextAchievement.args]]
type = "number"
[GetNumActiveQuests]
args = []
[GetNumAddOns]
args = []
[GetNumArchaeologyRaces]
args = []
[GetNumArenaOpponents]
args = []
[GetNumArenaOpponentSpecs]
args = []
[[GetNumArtifactsByRace.args]]
type = "number"
[[GetNumAuctionItems.args]]
type = "string"
[GetNumAutoQuestPopUps]
args = []
[GetNumAvailableQuests]
args = []
[GetNumBankSlots]
args = []
[GetNumBattlefieldFlagPositions]
args = []
[GetNumBattlefieldScores]
args = []
[GetNumBattlefieldStats]
args = []
[GetNumBattlefieldVehicles]
args = []
[GetNumBattlegroundTypes]
args = []
[GetNumBindings]
args = []
[GetNumBuybackItems]
args = []
[[GetNumChannelMembers.args]]
type = "number"
[[GetNumCompanions.args]]
type = "string"
[GetNumComparisonCompletedAchievements]
args = []
[GetNumCompletedAchievements]
args = []
[[GetNumDeclensionSets.args]]
type = "string"
[[GetNumDeclensionSets.args]]
type = "any"
[GetNumDisplayChannels]
args = []
[GetNumFactions]
args = []
[GetNumFlyouts]
args = []
[GetNumFrames]
args = []
[GetNumFriends]
args = []
[GetNumGossipActiveQuests]
args = []
[GetNumGossipAvailableQuests]
args = []
[GetNumGossipOptions]
args = []
[GetNumGroupMembers]
args = []
[GetNumGuildBankMoneyTransactions]
args = []
[GetNumGuildBankTabs]
args = []
[[GetNumGuildBankTransactions.args]]
type = "any"
[GetNumGuildEvents]
args = []
[GetNumGuildMembers]
args = []
[GetNumGuildNews]
args = []
[GetNumGuildPerks]
args = []
[GetNumGuildRewards]
args = []
[GetNumGuildTradeSkill]
args = []
[GetNumIgnores]
args = []
[GetNumLanguages]
args = []
[GetNumLootItems]
args = []
[GetNumMacros]
args = []
[GetNumModifiedClickActions]
args = []
[GetNumPetitionNames]
args = []
[GetNumQuestChoices]
args = []
[GetNumQuestItems]
args = []
[[GetNumQuestLeaderBoards.args]]
type = "number"
required = false
[GetNumQuestLogChoices]
args = []
[GetNumQuestLogEntries]
args = []
[GetNumQuestLogRewards]
args = []
[GetNumQuestRewards]
args = []
[GetNumQuestWatches]
args = []
[GetNumRFDungeons]
args = []
[[GetNumRoutes.args]]
type = "number"
[GetNumSavedInstances]
args = []
[GetNumShapeshiftForms]
args = []
[GetNumSockets]
args = []
[GetNumSubgroupMembers]
args = []
[GetNumTitles]
args = []
[GetNumTrackedAchievements]
args = []
[GetNumTrackingTypes]
args = []
[GetNumTrainerServices]
args = []
[GetNumWhoResults]
args = []
[GetObjectiveText]
args = []
[GetOptOutOfLoot]
args = []
[GetOverrideSpellPowerByAP]
args = []
[GetOwnerAuctionItems]
args = []
[GetParryChance]
args = []
[[GetPartyAssignment.args]]
type = "string"
[[GetPartyAssignment.args]]
type = "string"
[[GetPetActionCooldown.args]]
type = "number"
[[GetPetActionInfo.args]]
type = "number"
[[GetPetActionSlotUsable.args]]
type = "number"
[GetPetActionsUsable]
args = []
[GetPetExperience]
args = []
[GetPetFoodTypes]
args = []
[GetPetIcon]
args = []
[GetPetitionInfo]
args = []
[[GetPetitionNameInfo.args]]
type = "number"
[GetPetTalentTree]
args = []
[GetPetTimeRemaining]
args = []
[GetPlayerFacing]
args = []
[[GetPlayerInfoByGUID.args]]
type = "string"
[GetPlayerTradeMoney]
args = []
[[GetPOITextureCoords.args]]
type = "number"
[[GetPossessInfo.args]]
type = "number"
[GetPowerRegen]
args = []
[[GetPreviousAchievement.args]]
type = "number"
[GetPreviousArenaSeason]
args = []
[[GetProfessionInfo.args]]
type = "number"
[GetProfessions]
args = []
[GetProgressText]
args = []
[GetPVPDesired]
args = []
[GetPVPLifetimeStats]
args = []
[GetPVPSessionStats]
args = []
[GetPVPTimer]
args = []
[GetPVPYesterdayStats]
args = []
[GetQuestBackgroundMaterial]
args = []
[[GetQuestCurrencyInfo.args]]
type = "string"
[[GetQuestCurrencyInfo.args]]
type = "number"
[[GetQuestDifficultyColor.args]]
type = "any"
[GetQuestGreenRange]
args = []
[GetQuestID]
args = []
[[GetQuestIndexForTimer.args]]
type = "number"
[[GetQuestIndexForWatch.args]]
type = "number"
[[GetQuestItemInfo.args]]
type = "string"
[[GetQuestItemInfo.args]]
type = "number"
[[GetQuestItemLink.args]]
type = "string"
[[GetQuestItemLink.args]]
type = "number"
[[GetQuestLink.args]]
type = "number"
[[GetQuestLogChoiceInfo.args]]
type = "number"
[GetQuestLogCompletionText]
args = []
[[GetQuestLogCriteriaSpell.args]]
type = "number"
required = false
[GetQuestLogGroupNum]
args = []
[[GetQuestLogIndexByID.args]]
type = "number"
[[GetQuestLogItemLink.args]]
type = "string"
[[GetQuestLogItemLink.args]]
type = "number"
[[GetQuestLogLeaderBoard.args]]
type = "any"
[[GetQuestLogLeaderBoard.args]]
type = "number"
required = false
[GetQuestLogPortraitGiver]
args = []
[GetQuestLogPortraitTurnIn]
args = []
[GetQuestLogPushable]
args = []
[GetQuestLogQuestText]
args = []
[GetQuestLogRequiredMoney]
args = []
[[GetQuestLogRewardInfo.args]]
type = "number"
[GetQuestLogRewardMoney]
args = []
[GetQuestLogRewardSkillPoints]
args = []
[GetQuestLogRewardSpell]
args = []
[GetQuestLogRewardTitle]
args = []
[GetQuestLogRewardXP]
args = []
[GetQuestLogSelection]
args = []
[[GetQuestLogSpecialItemCooldown.args]]
type = "number"
[[GetQuestLogSpecialItemInfo.args]]
type = "number"
[GetQuestLogSpellLink]
args = []
[GetQuestLogTimeLeft]
args = []
[[GetQuestLogTitle.args]]
type = "number"
[GetQuestMoneyToGet]
args = []
[GetQuestPortraitGiver]
args = []
[GetQuestPortraitTurnIn]
args = []
[GetQuestResetTime]
args = []
[[GetQuestReward.args]]
type = "any"
[[GetQuestsCompleted.args]]
type = "any"
[GetQuestSpellLink]
args = []
[GetQuestText]
args = []
[GetQuestTimers]
args = []
[[GetQuestWatchIndex.args]]
type = "number"
[[GetRaidRosterInfo.args]]
type = "number"
[[GetRaidTargetIndex.args]]
type = "string"
[GetRandomDungeonBestChoice]
args = []
[GetRangedCritChance]
args = []
[GetRangedHaste]
args = []
[[GetReadyCheckStatus.args]]
type = "string"
[GetReadyCheckTimeLeft]
args = []
[GetRealmName]
args = []
[GetRealZoneText]
args = []
[GetReleaseTimeRemaining]
args = []
[GetRepairAllCost]
args = []
[GetResSicknessDuration]
args = []
[GetRestState]
args = []
[GetRewardMoney]
args = []
[GetRewardSpell]
args = []
[GetRewardText]
args = []
[GetRewardTitle]
args = []
[GetRewardXP]
args = []
[[GetRFDungeonInfo.args]]
type = "number"
[[GetRuneCooldown.args]]
type = "number"
[[GetRuneCount.args]]
type = "number"
[GetRunningMacro]
args = []
[GetRunningMacroButton]
args = []
[[GetSavedInstanceChatLink.args]]
type = "number"
[[GetSavedInstanceInfo.args]]
type = "number"
[[GetScalingQuestDifficultyColor.args]]
type = "any"
[GetScalingQuestGreenRange]
args = []
[GetScreenHeight]
args = []
[GetScreenResolutions]
args = []
[GetScreenWidth]
args = []
[GetScriptCPUUsage]
args = []
[GetSelectedArtifactInfo]
args = []
[[GetSelectedAuctionItem.args]]
type = "string"
[GetSelectedDisplayChannel]
args = []
[GetSelectedFaction]
args = []
[GetSelectedFriend]
args = []
[GetSelectedIgnore]
args = []
[GetSendMailCOD]
args = []
[[GetSendMailItem.args]]
type = "number"
[[GetSendMailItemLink.args]]
type = "number"
[GetSendMailMoney]
args = []
[GetSendMailPrice]
args = []
[GetShapeshiftForm]
args = []
[[GetShapeshiftFormCooldown.args]]
type = "number"
[GetShapeshiftFormID]
args = []
[[GetShapeshiftFormInfo.args]]
type = "number"
[GetShieldBlock]
args = []
[GetSocketItemBoundTradeable]
args = []
[GetSocketItemInfo]
args = []
[GetSocketItemRefundable]
args = []
[[GetSocketTypes.args]]
type = "number"
[GetSortedSelfResurrectOptions]
args = []
[GetSpecialization]
args = []
[[GetSpecializationInfo.args]]
type = "number"
[[GetSpecializationInfoByID.args]]
type = "number"
[[GetSpecializationSpells.args]]
type = "number"
[[GetSpecializationSpells.args]]
type = "bool"
required = false
[[GetSpecializationSpells.args]]
type = "bool"
required = false
[[GetSpellAutocast.args]]
type = "number"
[[GetSpellAutocast.args]]
type = "string"
[[GetSpellBaseCooldown.args]]
type = "number"
[[GetSpellBonusDamage.args]]
type = "any"
[GetSpellBonusHealing]
args = []
[[GetSpellBookItemInfo.args]]
type = "number"
[[GetSpellBookItemInfo.args]]
type = "string"
[[GetSpellBookItemName.args]]
type = "number"
[[GetSpellBookItemName.args]]
type = "string"
[[GetSpellCharges.args]]
type = "number"
[[GetSpellCooldown.args]]
type = "number"
[[GetSpellCooldown.args]]
type = "string"
[[GetSpellCount.args]]
type = "number"
[[GetSpellCount.args]]
type = "string"
[[GetSpellCritChance.args]]
type = "any"
[[GetSpellDescription.args]]
type = "number"
[[GetSpellInfo.args]]
type = "number"
[[GetSpellInfo.args]]
type = "string"
required = false
[[GetSpellLink.args]]
type = "number"
[[GetSpellLink.args]]
type = "string"
[GetSpellPenetration]
args = []
[[GetSpellTabInfo.args]]
type = "number"
[[GetSpellTexture.args]]
type = "number"
[[GetSpellTexture.args]]
type = "string"
[[GetStablePetFoodTypes.args]]
type = "number"
[[GetStablePetInfo.args]]
type = "number"
[[GetStatistic.args]]
type = "number"
[GetStatisticsCategoryList]
args = []
[GetSubZoneText]
args = []
[GetSuggestedGroupNum]
args = []
[GetSummonConfirmAreaName]
args = []
[GetSummonConfirmSummoner]
args = []
[GetSummonConfirmTimeLeft]
args = []
[GetSummonFriendCooldown]
args = []
[GetTabardCreationCost]
args = []
[[GetTalentInfo.args]]
type = "any"
[[GetTalentInfo.args]]
type = "any"
[[GetTalentInfo.args]]
type = "any"
[[GetTalentInfo.args]]
type = "bool"
[[GetTalentInfo.args]]
type = "any"
[[GetTalentLink.args]]
type = "number"
[[GetTalentLink.args]]
type = "number"
[[GetTalentLink.args]]
type = "any"
[[GetTalentLink.args]]
type = "any"
[[GetTalentLink.args]]
type = "any"
[GetTargetTradeMoney]
args = []
[GetTaxiBenchmarkMode]
args = []
[[GetText.args]]
type = "string"
[[GetText.args]]
type = "any"
required = false
[[GetText.args]]
type = "any"
required = false
[[GetThreatStatusColor.args]]
type = "any"
[GetTime]
args = []
[[GetTitleName.args]]
type = "number"
[GetTitleText]
args = []
[[GetTotalAchievementPoints.args]]
type = "any"
[[GetTotemInfo.args]]
type = "number"
[[GetTotemTimeLeft.args]]
type = "number"
[GetTrackedAchievements]
args = []
[[GetTrackingInfo.args]]
type = "number"
[[GetTradePlayerItemInfo.args]]
type = "number"
[[GetTradePlayerItemLink.args]]
type = "number"
[[GetTradeTargetItemInfo.args]]
type = "number"
[[GetTradeTargetItemLink.args]]
type = "number"
[GetTrainerGreetingText]
args = []
[GetTrainerSelectionIndex]
args = []
[[GetTrainerServiceAbilityReq.args]]
type = "number"
[[GetTrainerServiceAbilityReq.args]]
type = "number"
[[GetTrainerServiceCost.args]]
type = "number"
[[GetTrainerServiceDescription.args]]
type = "number"
[[GetTrainerServiceIcon.args]]
type = "number"
[[GetTrainerServiceInfo.args]]
type = "number"
[[GetTrainerServiceItemLink.args]]
type = "number"
[[GetTrainerServiceLevelReq.args]]
type = "number"
[[GetTrainerServiceNumAbilityReq.args]]
type = "number"
[[GetTrainerServiceSkillLine.args]]
type = "number"
[[GetTrainerServiceSkillReq.args]]
type = "number"
[[GetTrainerServiceTypeFilter.args]]
type = "string"
[[GetUITextureKitInfo.args]]
type = "number"
[[GetUnitHealthModifier.args]]
type = "string"
[[GetUnitMaxHealthModifier.args]]
type = "string"
[[GetUnitName.args]]
type = "string"
[[GetUnitName.args]]
type = "string"
[[GetUnitPowerModifier.args]]
type = "string"
[[GetUnitSpeed.args]]
type = "number"
[[GetUnscaledFrameRect.args]]
type = "any"
[[GetUnscaledFrameRect.args]]
type = "any"
[GetVideoCaps]
args = []
[[GetVideoOptions.args]]
type = "any"
[GetWatchedFactionInfo]
args = []
[GetWeaponEnchantInfo]
args = []
[[GetWhoInfo.args]]
type = "number"
[[GetWorldPVPAreaInfo.args]]
type = "number"
[[GetWorldPVPQueueStatus.args]]
type = "number"
[GetXPExhaustion]
args = []
[GetZonePVPInfo]
args = []
[GetZoneText]
args = []
[[GiveMasterLoot.args]]
type = "number"
[[GiveMasterLoot.args]]
type = "number"
[[GMSurveyAnswer.args]]
type = "number"
[[GMSurveyAnswer.args]]
type = "number"
[[GMSurveyAnswerSubmit.args]]
type = "any"
[[GMSurveyAnswerSubmit.args]]
type = "any"
[[GMSurveyAnswerSubmit.args]]
type = "string"
[[GMSurveyQuestion.args]]
type = "number"
[GMSurveySubmit]
args = []
[[GrantLevel.args]]
type = "string"
[[GuildControlAddRank.args]]
type = "string"
[[GuildControlDelRank.args]]
type = "string"
[GuildControlGetNumRanks]
args = []
[[GuildControlGetRankName.args]]
type = "any"
[[GuildControlSaveRank.args]]
type = "string"
[[GuildControlSetRank.args]]
type = "any"
[[GuildControlSetRankFlag.args]]
type = "number"
[[GuildControlSetRankFlag.args]]
type = "bool"
[[GuildDemote.args]]
type = "string"
[GuildDisband]
args = []
[GuildInfo]
args = []
[[GuildInvite.args]]
type = "string"
[GuildLeave]
args = []
[[GuildPromote.args]]
type = "string"
[GuildRoster]
args = []
[[GuildRosterSetOfficerNote.args]]
type = "number"
[[GuildRosterSetOfficerNote.args]]
type = "string"
[[GuildRosterSetPublicNote.args]]
type = "number"
[[GuildRosterSetPublicNote.args]]
type = "string"
[[GuildSetLeader.args]]
type = "string"
[[GuildSetMOTD.args]]
type = "string"
[[GuildUninvite.args]]
type = "string"
[[HasAction.args]]
type = "number"
[HasCompletedAnyAchievement]
args = []
[HasFullControl]
args = []
[HasInspectHonorData]
args = []
[HasNewMail]
args = []
[HasPetSpells]
args = []
[HasPetUI]
args = []
[HasWandEquipped]
args = []
[HearthAndResurrectFromArea]
args = []
[HideRepairCursor]
args = []
[[InboxItemCanDelete.args]]
type = "number"
[InCinematic]
args = []
[InCombatLockdown]
args = []
[InGuildParty]
args = []
[InitiateRolePoll]
args = []
[[InitiateTrade.args]]
type = "string"
[InRepairMode]
args = []
[[InterfaceOptions_AddCategory.args]]
type = "any"
[[InterfaceOptionsFrame_OpenToCategory.args]]
type = "any"
[[InviteUnit.args]]
type = "string"
[IsAccountSecured]
args = []
[[IsActionInRange.args]]
type = "number"
[[IsActionInRange.args]]
type = "string"
required = false
[IsActiveBattlefieldArena]
args = []
[[IsActiveQuestTrivial.args]]
type = "number"
[[IsAddOnLoaded.args]]
type = "number"
[[IsAddOnLoadOnDemand.args]]
type = "number"
[IsAltKeyDown]
args = []
[[IsArenaTeamCaptain.args]]
type = "any"
[IsAtStableMaster]
args = []
[[IsAttackAction.args]]
type = "number"
[[IsAutoRepeatAction.args]]
type = "number"
[[IsAutoRepeatSpell.args]]
type = "string"
[[IsAvailableQuestTrivial.args]]
type = "number"
[IsChatAFK]
args = []
[IsChatDND]
args = []
[[IsConsumableAction.args]]
type = "number"
[[IsConsumableItem.args]]
type = "number"
[[IsConsumableSpell.args]]
type = "number"
[[IsConsumableSpell.args]]
type = "string"
[IsControlKeyDown]
args = []
[[IsCurrentAction.args]]
type = "number"
[[IsCurrentItem.args]]
type = "number"
[IsCurrentQuestFailed]
args = []
[[IsCurrentSpell.args]]
type = "number"
[[IsCurrentSpell.args]]
type = "string"
[IsDesaturateSupported]
args = []
[IsDisplayChannelModerator]
args = []
[IsDisplayChannelOwner]
args = []
[[IsDressableItem.args]]
type = "number"
[IsEncounterLimitingResurrections]
args = []
[[IsEquippableItem.args]]
type = "number"
[[IsEquippedAction.args]]
type = "number"
[[IsEquippedItem.args]]
type = "number"
[[IsEquippedItemType.args]]
type = "string"
[[IsFactionInactive.args]]
type = "number"
[IsFalling]
args = []
[IsFishingLoot]
args = []
[IsFlyableArea]
args = []
[IsFlying]
args = []
[IsGuildLeader]
args = []
[[IsHarmfulItem.args]]
type = "number"
[[IsHarmfulSpell.args]]
type = "number"
[[IsHarmfulSpell.args]]
type = "string"
[[IsHelpfulItem.args]]
type = "number"
[[IsHelpfulSpell.args]]
type = "number"
[[IsHelpfulSpell.args]]
type = "string"
[[IsIgnored.args]]
type = "string"
[IsInArenaTeam]
args = []
[IsIndoors]
args = []
[[IsInGroup.args]]
type = "any"
required = false
[IsInGuild]
args = []
[IsInInstance]
args = []
[IsInRaid]
args = []
[[IsInventoryItemLocked.args]]
type = "number"
[[IsItemInRange.args]]
type = "string"
[[IsItemInRange.args]]
type = "string"
[IsLeftAltKeyDown]
args = []
[IsLeftControlKeyDown]
args = []
[IsLeftShiftKeyDown]
args = []
[IsLinuxClient]
args = []
[IsLoggedIn]
args = []
[IsMacClient]
args = []
[[IsModifiedClick.args]]
type = "string"
[IsModifierKeyDown]
args = []
[IsMounted]
args = []
[[IsMouseButtonDown.args]]
type = "any"
required = false
[IsMouselooking]
args = []
[IsOnTournamentRealm]
args = []
[IsOutdoors]
args = []
[IsOutOfBounds]
args = []
[[IsPassiveSpell.args]]
type = "number"
[[IsPassiveSpell.args]]
type = "string"
[[IsPetAttackAction.args]]
type = "number"
[IsPetAttackActive]
args = []
[IsPossessBarVisible]
args = []
[IsPVPTimerRunning]
args = []
[IsQuestCompletable]
args = []
[[IsQuestFlaggedCompleted.args]]
type = "number"
[[IsQuestLogSpecialItemInRange.args]]
type = "number"
[[IsQuestWatched.args]]
type = "number"
[IsRatedBattleground]
args = []
[[IsReferAFriendLinked.args]]
type = "string"
[IsResting]
args = []
[IsRightAltKeyDown]
args = []
[IsRightControlKeyDown]
args = []
[IsRightShiftKeyDown]
args = []
[IsShiftKeyDown]
args = []
[[IsSpellInRange.args]]
type = "number"
[[IsSpellInRange.args]]
type = "string"
[[IsSpellInRange.args]]
type = "string"
[[IsSpellKnown.args]]
type = "number"
[[IsSpellKnown.args]]
type = "bool"
required = false
[[IsSpellOverlayed.args]]
type = "number"
[[IsStackableAction.args]]
type = "number"
[IsStealthed]
args = []
[IsSubZonePVPPOI]
args = []
[IsSwimming]
args = []
[IsThreatWarningEnabled]
args = []
[[IsTitleKnown.args]]
type = "number"
[[IsTrackedAchievement.args]]
type = "number"
[IsTrackingHiddenQuests]
args = []
[IsTradeskillTrainer]
args = []
[[IsUnitOnQuest.args]]
type = "number"
[[IsUnitOnQuest.args]]
type = "string"
[[IsUsableAction.args]]
type = "number"
[[IsUsableItem.args]]
type = "number"
[[IsUsableSpell.args]]
type = "number"
[[IsUsableSpell.args]]
type = "string"
[IsVehicleAimAngleAdjustable]
args = []
[IsWindowsClient]
args = []
[IsXPUserDisabled]
args = []
[[ItemHasRange.args]]
type = "number"
[ItemTextGetCreator]
args = []
[ItemTextGetItem]
args = []
[ItemTextGetMaterial]
args = []
[ItemTextGetPage]
args = []
[ItemTextGetText]
args = []
[ItemTextHasNextPage]
args = []
[ItemTextNextPage]
args = []
[ItemTextPrevPage]
args = []
[JoinArena]
args = []
[[JoinBattlefield.args]]
type = "number"
[[JoinBattlefield.args]]
type = "any"
[[JoinChannelByName.args]]
type = "string"
[[JoinChannelByName.args]]
type = "string"
required = false
[[JoinChannelByName.args]]
type = "number"
required = false
[[JoinChannelByName.args]]
type = "bool"
required = false
[JoinLFG]
args = []
[[JoinPermanentChannel.args]]
type = "string"
[[JoinPermanentChannel.args]]
type = "string"
required = false
[[JoinPermanentChannel.args]]
type = "number"
required = false
[[JoinPermanentChannel.args]]
type = "any"
required = false
[JoinRatedBattlefield]
args = []
[[JoinSingleLFG.args]]
type = "any"
[[JoinSingleLFG.args]]
type = "number"
[[JoinSkirmish.args]]
type = "number"
[[JoinSkirmish.args]]
type = "any"
[[JoinTemporaryChannel.args]]
type = "string"
[JumpOrAscendStart]
args = []
[[LearnPvpTalent.args]]
type = "number"
[[LearnPvpTalents.args]]
type = "number"
[[LearnPvpTalents.args]]
type = "number"
[[LearnPvpTalents.args]]
type = "any"
[[LearnTalent.args]]
type = "number"
[[LearnTalent.args]]
type = "number"
[[LearnTalent.args]]
type = "bool"
[[LearnTalent.args]]
type = "any"
[[LearnTalents.args]]
type = "number"
[[LearnTalents.args]]
type = "number"
[LeaveBattlefield]
args = []
[[LeaveChannelByName.args]]
type = "string"
[LeaveLFG]
args = []
[LeaveParty]
args = []
[[LeaveSingleLFG.args]]
type = "any"
[[LeaveSingleLFG.args]]
type = "number"
[[Lerp.args]]
type = "any"
[[Lerp.args]]
type = "any"
[[Lerp.args]]
type = "any"
[[LFGTeleport.args]]
type = "any"
[[ListChannelByName.args]]
type = "number"
[ListChannels]
args = []
[[LoadAddOn.args]]
type = "number"
[Logout]
args = []
[[LootSlot.args]]
type = "number"
[[LootSlotHasItem.args]]
type = "number"
[[LowerFrameLevel.args]]
type = "any"
[MouselookStart]
args = []
[MouselookStop]
args = []
[MoveViewDownStart]
args = []
[MoveViewDownStop]
args = []
[MoveViewInStart]
args = []
[MoveViewInStop]
args = []
[MoveViewLeftStart]
args = []
[MoveViewLeftStop]
args = []
[MoveViewOutStart]
args = []
[MoveViewOutStop]
args = []
[MoveViewRightStart]
args = []
[MoveViewRightStop]
args = []
[MoveViewUpStart]
args = []
[MoveViewUpStop]
args = []
[NextView]
args = []
[NoPlayTime]
args = []
[[NotifyInspect.args]]
type = "string"
[NotWhileDeadError]
args = []
[NumTaxiNodes]
args = []
[OfferPetition]
args = []
[OpeningCinematic]
args = []
[PartialPlayTime]
args = []
[PetAbandon]
args = []
[PetCanBeAbandoned]
args = []
[PetCanBeDismissed]
args = []
[PetCanBeRenamed]
args = []
[PetDismiss]
args = []
[PetHasActionBar]
args = []
[[PetRename.args]]
type = "string"
[[PetRename.args]]
type = "string"
required = false
[[PetRename.args]]
type = "string"
required = false
[[PetRename.args]]
type = "string"
required = false
[[PetRename.args]]
type = "string"
required = false
[[PetRename.args]]
type = "string"
required = false
[[PickupAction.args]]
type = "number"
[[PickupBagFromSlot.args]]
type = "number"
[[PickupCompanion.args]]
type = "string"
[[PickupCompanion.args]]
type = "number"
[[PickupContainerItem.args]]
type = "number"
[[PickupContainerItem.args]]
type = "number"
[[PickupGuildBankItem.args]]
type = "any"
[[PickupGuildBankItem.args]]
type = "number"
[[PickupGuildBankMoney.args]]
type = "any"
[[PickupInventoryItem.args]]
type = "number"
[[PickupItem.args]]
type = "number"
[[PickupMacro.args]]
type = "number"
[[PickupMerchantItem.args]]
type = "number"
[[PickupPetAction.args]]
type = "number"
[[PickupPlayerMoney.args]]
type = "any"
[[PickupSpell.args]]
type = "number"
[[PickupStablePet.args]]
type = "number"
[[PickupTradeMoney.args]]
type = "any"
[[PlaceAction.args]]
type = "number"
[[PlaceAuctionBid.args]]
type = "string"
[[PlaceAuctionBid.args]]
type = "number"
[[PlaceAuctionBid.args]]
type = "any"
[PlayerCanTeleport]
args = []
[PlayerHasHearthstone]
args = []
[[PlayerIsPVPInactive.args]]
type = "string"
[[PlayMusic.args]]
type = "string"
[[PlaySound.args]]
type = "string"
[[PlaySound.args]]
type = "string"
[[PlaySoundFile.args]]
type = "string"
[[PlaySoundFile.args]]
type = "string"
[[StartAuction.args]]
type = "number"
[[StartAuction.args]]
type = "any"
[[StartAuction.args]]
type = "any"
[[StartAuction.args]]
type = "any"
[[StartAuction.args]]
type = "number"
[PrevView]
args = []
[[PromoteToAssistant.args]]
type = "string"
[[PromoteToLeader.args]]
type = "string"
[PurchaseSlot]
args = []
[PutItemInBackpack]
args = []
[[PutItemInBag.args]]
type = "number"
[[QueryAuctionItems.args]]
type = "string"
required = false
[[QueryAuctionItems.args]]
type = "number"
required = false
[[QueryAuctionItems.args]]
type = "number"
required = false
[[QueryAuctionItems.args]]
type = "number"
required = false
[[QueryAuctionItems.args]]
type = "number"
required = false
[[QueryAuctionItems.args]]
type = "number"
required = false
[[QueryAuctionItems.args]]
type = "any"
required = false
[[QueryAuctionItems.args]]
type = "bool"
required = false
[[QueryAuctionItems.args]]
type = "number"
required = false
[[QueryAuctionItems.args]]
type = "any"
required = false
[[QueryGuildBankLog.args]]
type = "any"
[[QueryGuildBankTab.args]]
type = "any"
[[QueryGuildBankText.args]]
type = "any"
[QueryGuildEventLog]
args = []
[QuestChooseRewardError]
args = []
[QuestFlagsPVP]
args = []
[[QuestLogPushQuest.args]]
type = "number"
required = false
[[QuestPOIGetIconInfo.args]]
type = "number"
[Quit]
args = []
[[RandomRoll.args]]
type = "any"
[[RandomRoll.args]]
type = "any"
[[RegisterCVar.args]]
type = "string"
[[RegisterCVar.args]]
type = "string"
[RejectProposal]
args = []
[ReloadUI]
args = []
[[RemoveAutoQuestPopUp.args]]
type = "number"
[[RemoveChatWindowChannel.args]]
type = "number"
[[RemoveChatWindowChannel.args]]
type = "string"
[[RemoveChatWindowMessages.args]]
type = "number"
[[RemoveChatWindowMessages.args]]
type = "string"
[[RemoveFriend.args]]
type = "string"
[[RemoveQuestWatch.args]]
type = "number"
[[RemoveTrackedAchievement.args]]
type = "number"
[[RenamePetition.args]]
type = "string"
[[RepairAllItems.args]]
type = "any"
required = false
[ReplaceEnchant]
args = []
[ReplaceTradeEnchant]
args = []
[RepopMe]
args = []
[[ReportPlayerIsPVPAFK.args]]
type = "string"
[RequestArtifactCompletionHistory]
args = []
[RequestBattlefieldScoreData]
args = []
[[RequestBattlegroundInstanceInfo.args]]
type = "number"
[RequestInspectHonorData]
args = []
[RequestLFDPlayerLockInfo]
args = []
[RequestPVPRewards]
args = []
[RequestRaidInfo]
args = []
[RequestTimePlayed]
args = []
[ResetChatColors]
args = []
[ResetChatWindows]
args = []
[ResetCPUUsage]
args = []
[ResetCursor]
args = []
[ResetDisabledAddOns]
args = []
[ResetInstances]
args = []
[ResetTutorials]
args = []
[[ResetView.args]]
type = "number"
[[ResistancePercent.args]]
type = "any"
[[ResistancePercent.args]]
type = "any"
[[RespondInstanceLock.args]]
type = "any"
[RestartGx]
args = []
[ResurrectGetOfferer]
args = []
[ResurrectHasSickness]
args = []
[ResurrectHasTimer]
args = []
[RetrieveCorpse]
args = []
[[ReturnInboxItem.args]]
type = "number"
[[RollOnLoot.args]]
type = "number"
[[RollOnLoot.args]]
type = "any"
[[RunBinding.args]]
type = "string"
[[RunBinding.args]]
type = "string"
[[RunScript.args]]
type = "string"
[[SaveBindings.args]]
type = "any"
[[SaveView.args]]
type = "number"
[Screenshot]
args = []
[[SearchLFGGetResults.args]]
type = "number"
[[SecondsToTime.args]]
type = "any"
[[SecondsToTime.args]]
type = "any"
required = false
[[SecondsToTime.args]]
type = "any"
required = false
[[SecondsToTime.args]]
type = "number"
required = false
[[SecureCmdOptionParse.args]]
type = "string"
[[SelectActiveQuest.args]]
type = "number"
[[SelectAvailableQuest.args]]
type = "number"
[[SelectGossipActiveQuest.args]]
type = "number"
[[SelectGossipAvailableQuest.args]]
type = "number"
[[SelectGossipOption.args]]
type = "number"
[[SelectGossipOption.args]]
type = "string"
required = false
[[SelectGossipOption.args]]
type = "any"
required = false
[[SelectQuestLogEntry.args]]
type = "number"
[[SelectTrainerService.args]]
type = "number"
[[SendChatMessage.args]]
type = "string"
[[SendChatMessage.args]]
type = "string"
required = false
[[SendChatMessage.args]]
type = "number"
required = false
[[SendChatMessage.args]]
type = "string"
required = false
[[SendMail.args]]
type = "string"
[[SendMail.args]]
type = "string"
[[SendMail.args]]
type = "string"
[[SendWho.args]]
type = "string"
[[SetAbandonQuest.args]]
type = "number"
[[SetAchievementComparisonUnit.args]]
type = "any"
[[SetActionBarToggles.args]]
type = "any"
[[SetActionBarToggles.args]]
type = "any"
[[SetActionBarToggles.args]]
type = "any"
[[SetActionBarToggles.args]]
type = "any"
[[SetActionBarToggles.args]]
type = "any"
[[SetAllowLowLevelRaid.args]]
type = "any"
[[SetBagPortraitTexture.args]]
type = "number"
[[SetBagPortraitTexture.args]]
type = "number"
[[SetBattlefieldScoreFaction.args]]
type = "any"
[[SetBinding.args]]
type = "string"
[[SetBinding.args]]
type = "string"
required = false
[[SetBindingClick.args]]
type = "string"
[[SetBindingClick.args]]
type = "string"
[[SetBindingClick.args]]
type = "string"
required = false
[[SetBindingItem.args]]
type = "string"
[[SetBindingItem.args]]
type = "number"
[[SetBindingMacro.args]]
type = "string"
[[SetBindingMacro.args]]
type = "number"
[[SetBindingSpell.args]]
type = "string"
[[SetBindingSpell.args]]
type = "string"
[[SetChannelOwner.args]]
type = "string"
[[SetChannelOwner.args]]
type = "string"
[[SetChannelPassword.args]]
type = "string"
[[SetChannelPassword.args]]
type = "string"
[[SetChatColorNameByClass.args]]
type = "string"
[[SetChatColorNameByClass.args]]
type = "string"
[[SetChatWindowAlpha.args]]
type = "number"
[[SetChatWindowAlpha.args]]
type = "any"
[[SetChatWindowColor.args]]
type = "number"
[[SetChatWindowColor.args]]
type = "number"
[[SetChatWindowColor.args]]
type = "number"
[[SetChatWindowColor.args]]
type = "number"
[[SetChatWindowDocked.args]]
type = "number"
[[SetChatWindowDocked.args]]
type = "any"
[[SetChatWindowLocked.args]]
type = "number"
[[SetChatWindowLocked.args]]
type = "any"
[[SetChatWindowName.args]]
type = "number"
[[SetChatWindowName.args]]
type = "string"
[[SetChatWindowShown.args]]
type = "number"
[[SetChatWindowShown.args]]
type = "any"
[[SetChatWindowSize.args]]
type = "number"
[[SetChatWindowSize.args]]
type = "any"
[[SetChatWindowUninteractable.args]]
type = "number"
[[SetChatWindowUninteractable.args]]
type = "any"
[[SetCurrencyBackpack.args]]
type = "number"
[[SetCurrencyBackpack.args]]
type = "any"
[[SetCurrencyUnused.args]]
type = "number"
[[SetCurrencyUnused.args]]
type = "any"
[[SetCurrentGuildBankTab.args]]
type = "any"
[[SetCurrentTitle.args]]
type = "number"
[[SetCursor.args]]
type = "string"
[[SetCVar.args]]
type = "string"
[[SetCVar.args]]
type = "any"
[[SetCVar.args]]
type = "string"
required = false
[[SetEuropeanNumbers.args]]
type = "any"
[[SetFactionActive.args]]
type = "number"
[[SetFactionInactive.args]]
type = "number"
[[SetFriendNotes.args]]
type = "number"
[[SetFriendNotes.args]]
type = "string"
[[SetGuildBankTabInfo.args]]
type = "any"
[[SetGuildBankTabInfo.args]]
type = "string"
[[SetGuildBankTabInfo.args]]
type = "number"
[[SetGuildBankTabPermissions.args]]
type = "any"
[[SetGuildBankTabPermissions.args]]
type = "any"
[[SetGuildBankTabPermissions.args]]
type = "bool"
[[SetGuildBankText.args]]
type = "any"
[[SetGuildBankText.args]]
type = "string"
[[SetGuildInfoText.args]]
type = "string"
[[SetGuildMemberRank.args]]
type = "number"
[[SetGuildMemberRank.args]]
type = "number"
[[SetGuildRosterSelection.args]]
type = "number"
[[SetGuildRosterShowOffline.args]]
type = "any"
[[SetInventoryPortraitTexture.args]]
type = "number"
[[SetInventoryPortraitTexture.args]]
type = "string"
[[SetInventoryPortraitTexture.args]]
type = "number"
[SetItemUpgradeFromCursorItem]
args = []
[[SetLFGComment.args]]
type = "string"
[[SetLFGDungeon.args]]
type = "number"
[[SetLFGRoles.args]]
type = "any"
[[SetLFGRoles.args]]
type = "any"
[[SetLFGRoles.args]]
type = "any"
[[SetLFGRoles.args]]
type = "any"
[[SetLootMethod.args]]
type = "string"
[[SetLootMethod.args]]
type = "string"
required = false
[[SetLootPortrait.args]]
type = "number"
[[SetLootThreshold.args]]
type = "any"
[[SetMacroItem.args]]
type = "number"
[[SetMacroItem.args]]
type = "string"
[[SetMacroItem.args]]
type = "any"
required = false
[[SetMacroSpell.args]]
type = "number"
[[SetMacroSpell.args]]
type = "string"
[[SetMacroSpell.args]]
type = "any"
required = false
[[SetModifiedClick.args]]
type = "string"
[[SetModifiedClick.args]]
type = "string"
[[SetMouselookOverrideBinding.args]]
type = "string"
[[SetMouselookOverrideBinding.args]]
type = "string"
[[SetMultiCastSpell.args]]
type = "any"
[[SetMultiCastSpell.args]]
type = "any"
[[SetNextBarberShopStyle.args]]
type = "number"
[[SetNextBarberShopStyle.args]]
type = "any"
required = false
[[SetOptOutOfLoot.args]]
type = "any"
[[SetOverrideBinding.args]]
type = "any"
[[SetOverrideBinding.args]]
type = "bool"
[[SetOverrideBinding.args]]
type = "string"
[[SetOverrideBinding.args]]
type = "string"
[[SetOverrideBindingClick.args]]
type = "any"
[[SetOverrideBindingClick.args]]
type = "bool"
[[SetOverrideBindingClick.args]]
type = "string"
[[SetOverrideBindingClick.args]]
type = "string"
[[SetOverrideBindingClick.args]]
type = "string"
required = false
[[SetOverrideBindingItem.args]]
type = "any"
[[SetOverrideBindingItem.args]]
type = "bool"
[[SetOverrideBindingItem.args]]
type = "string"
[[SetOverrideBindingItem.args]]
type = "number"
[[SetOverrideBindingMacro.args]]
type = "any"
[[SetOverrideBindingMacro.args]]
type = "bool"
[[SetOverrideBindingMacro.args]]
type = "string"
[[SetOverrideBindingMacro.args]]
type = "number"
[[SetOverrideBindingSpell.args]]
type = "any"
[[SetOverrideBindingSpell.args]]
type = "bool"
[[SetOverrideBindingSpell.args]]
type = "string"
[[SetOverrideBindingSpell.args]]
type = "string"
[[SetPendingReportTarget.args]]
type = "string"
[[SetPetStablePaperdoll.args]]
type = "any"
[[SetPortraitTexture.args]]
type = "number"
[[SetPortraitTexture.args]]
type = "string"
[[SetPortraitTextureFromCreatureDisplayID.args]]
type = "number"
[[SetPortraitTextureFromCreatureDisplayID.args]]
type = "number"
[[SetPortraitToTexture.args]]
type = "string"
[[SetPortraitToTexture.args]]
type = "string"
[[SetPVP.args]]
type = "any"
[[SetRaidSubgroup.args]]
type = "number"
[[SetRaidSubgroup.args]]
type = "any"
[[SetRaidTarget.args]]
type = "string"
[[SetRaidTarget.args]]
type = "number"
[[SetScreenResolution.args]]
type = "number"
[[SetSelectedAuctionItem.args]]
type = "string"
[[SetSelectedAuctionItem.args]]
type = "number"
[[SetSelectedDisplayChannel.args]]
type = "number"
[[SetSelectedFaction.args]]
type = "number"
[[SetSelectedFriend.args]]
type = "number"
[[SetSelectedIgnore.args]]
type = "number"
[[SetSendMailCOD.args]]
type = "any"
[[SetSendMailMoney.args]]
type = "any"
[[SetSendMailShowing.args]]
type = "any"
[[SetTaxiBenchmarkMode.args]]
type = "string"
[[SetTaxiMap.args]]
type = "number"
[[SetTracking.args]]
type = "number"
[[SetTracking.args]]
type = "bool"
[[SetTradeMoney.args]]
type = "any"
[[SetTrainerServiceTypeFilter.args]]
type = "string"
[[SetTrainerServiceTypeFilter.args]]
type = "any"
required = false
[[SetTrainerServiceTypeFilter.args]]
type = "any"
required = false
[[SetUIVisibility.args]]
type = "any"
[[SetupFullscreenScale.args]]
type = "any"
[[SetupTextureKits.args]]
type = "number"
[[SetupTextureKits.args]]
type = "any"
[[SetupTextureKits.args]]
type = "any"
[[SetView.args]]
type = "number"
[[SetWatchedFactionIndex.args]]
type = "number"
[[SetWhoToUI.args]]
type = "any"
[[ShowBuybackSellCursor.args]]
type = "number"
[[ShowContainerSellCursor.args]]
type = "number"
[[ShowContainerSellCursor.args]]
type = "number"
[ShowFriends]
args = []
[[ShowInventorySellCursor.args]]
type = "number"
[ShowRepairCursor]
args = []
[SignPetition]
args = []
[[SocialRenderItem.args]]
type = "string"
[[SocketContainerItem.args]]
type = "number"
[[SocketContainerItem.args]]
type = "number"
[[SocketInventoryItem.args]]
type = "number"
[[SortAuctionApplySort.args]]
type = "string"
[[SortAuctionClearSort.args]]
type = "string"
[[SortAuctionSetSort.args]]
type = "string"
[[SortAuctionSetSort.args]]
type = "string"
[[SortAuctionSetSort.args]]
type = "any"
[[SortBattlefieldScoreData.args]]
type = "string"
[[SortGuildRoster.args]]
type = "string"
[SortQuestWatches]
args = []
[[SortWho.args]]
type = "string"
[[Sound_ChatSystem_GetInputDriverNameByIndex.args]]
type = "number"
[Sound_ChatSystem_GetNumInputDrivers]
args = []
[Sound_ChatSystem_GetNumOutputDrivers]
args = []
[[Sound_ChatSystem_GetOutputDriverNameByIndex.args]]
type = "number"
[[Sound_GameSystem_GetInputDriverNameByIndex.args]]
type = "number"
[Sound_GameSystem_GetNumInputDrivers]
args = []
[Sound_GameSystem_GetNumOutputDrivers]
args = []
[[Sound_GameSystem_GetOutputDriverNameByIndex.args]]
type = "number"
[Sound_GameSystem_RestartSoundSystem]
args = []
[SpellCanTargetItem]
args = []
[[SpellCanTargetUnit.args]]
type = "string"
[[SpellHasRange.args]]
type = "number"
[[SpellHasRange.args]]
type = "string"
[SpellIsTargeting]
args = []
[[SplitContainerItem.args]]
type = "number"
[[SplitContainerItem.args]]
type = "number"
[[SplitContainerItem.args]]
type = "any"
[[SplitGuildBankItem.args]]
type = "any"
[[SplitGuildBankItem.args]]
type = "number"
[[SplitGuildBankItem.args]]
type = "any"
[[SplitTextIntoHeaderAndNonHeader.args]]
type = "string"
[[StartDuel.args]]
type = "string"
[StopCinematic]
args = []
[StopMusic]
args = []
[Stopwatch_IsPlaying]
args = []
[[Stopwatch_StartCountdown.args]]
type = "any"
[[Stopwatch_StartCountdown.args]]
type = "any"
[[Stopwatch_StartCountdown.args]]
type = "any"
[Stopwatch_Toggle]
args = []
[[SummonFriend.args]]
type = "string"
[SummonRandomCritter]
args = []
[[SwapRaidSubgroup.args]]
type = "number"
[[SwapRaidSubgroup.args]]
type = "number"
[[TakeInboxItem.args]]
type = "number"
[[TakeInboxItem.args]]
type = "number"
[[TakeInboxMoney.args]]
type = "number"
[[TakeInboxTextItem.args]]
type = "number"
[[TakeTaxiNode.args]]
type = "number"
[[TaxiGetDestX.args]]
type = "any"
[[TaxiGetDestX.args]]
type = "any"
[[TaxiGetDestY.args]]
type = "any"
[[TaxiGetDestY.args]]
type = "any"
[[TaxiGetSrcX.args]]
type = "any"
[[TaxiGetSrcX.args]]
type = "any"
[[TaxiGetSrcY.args]]
type = "any"
[[TaxiGetSrcY.args]]
type = "any"
[[TaxiNodeCost.args]]
type = "number"
[[TaxiNodeGetType.args]]
type = "number"
[[TaxiNodeName.args]]
type = "number"
[[TaxiNodePosition.args]]
type = "number"
[TogglePVP]
args = []
[ToggleSheath]
args = []
[[ToggleSpellAutocast.args]]
type = "number"
[[ToggleSpellAutocast.args]]
type = "string"
[TurnInGuildCharter]
args = []
[[UninviteUnit.args]]
type = "string"
[[UninviteUnit.args]]
type = "string"
[[UnitAffectingCombat.args]]
type = "string"
[[UnitAlternatePowerInfo.args]]
type = "string"
[[UnitAlternatePowerTextureInfo.args]]
type = "string"
[[UnitAlternatePowerTextureInfo.args]]
type = "number"
[[UnitArmor.args]]
type = "string"
[[UnitAttackPower.args]]
type = "string"
[[UnitAttackSpeed.args]]
type = "string"
[[UnitAura.args]]
type = "string"
[[UnitAura.args]]
type = "number"
[[UnitAura.args]]
type = "string"
required = false
[[UnitBuff.args]]
type = "string"
[[UnitBuff.args]]
type = "number"
[[UnitBuff.args]]
type = "string"
required = false
[[UnitCanAssist.args]]
type = "string"
[[UnitCanAssist.args]]
type = "string"
[[UnitCanAttack.args]]
type = "string"
[[UnitCanAttack.args]]
type = "string"
[[UnitCanCooperate.args]]
type = "string"
[[UnitCanCooperate.args]]
type = "string"
[[UnitCastingInfo.args]]
type = "string"
[[UnitChannelInfo.args]]
type = "string"
[[UnitClassification.args]]
type = "string"
[[UnitControllingVehicle.args]]
type = "string"
[[UnitCreatureFamily.args]]
type = "string"
[[UnitCreatureType.args]]
type = "string"
[[UnitDamage.args]]
type = "string"
[[UnitDebuff.args]]
type = "string"
[[UnitDebuff.args]]
type = "number"
[[UnitDebuff.args]]
type = "string"
required = false
[[UnitDetailedThreatSituation.args]]
type = "number"
[[UnitDetailedThreatSituation.args]]
type = "any"
[[UnitExists.args]]
type = "string"
[[UnitFactionGroup.args]]
type = "string"
[[UnitGetAvailableRoles.args]]
type = "string"
[[UnitGroupRolesAssigned.args]]
type = "string"
[[UnitGUID.args]]
type = "string"
[[UnitHasIncomingResurrection.args]]
type = "string"
[[UnitHasRelicSlot.args]]
type = "string"
[[UnitHasVehicleUI.args]]
type = "string"
[[UnitHealth.args]]
type = "string"
[[UnitHealthMax.args]]
type = "string"
[[UnitInBattleground.args]]
type = "string"
[[UnitInParty.args]]
type = "string"
[[UnitInPhase.args]]
type = "number"
[[UnitInRaid.args]]
type = "string"
[[UnitInRange.args]]
type = "string"
[[UnitInVehicle.args]]
type = "string"
[UnitInVehicleControlSeat]
args = []
[[UnitIsAFK.args]]
type = "string"
[[UnitIsCharmed.args]]
type = "string"
[[UnitIsControlling.args]]
type = "string"
[[UnitIsCorpse.args]]
type = "string"
[[UnitIsDead.args]]
type = "string"
[[UnitIsDeadOrGhost.args]]
type = "string"
[[UnitIsDND.args]]
type = "string"
[[UnitIsEnemy.args]]
type = "string"
[[UnitIsEnemy.args]]
type = "string"
[[UnitIsFeignDeath.args]]
type = "string"
[[UnitIsFriend.args]]
type = "string"
[[UnitIsFriend.args]]
type = "string"
[[UnitIsGhost.args]]
type = "string"
[UnitIsGroupLeader]
args = []
[[UnitIsInMyGuild.args]]
type = "string"
[[UnitIsOwnerOrControllerOfUnit.args]]
type = "any"
[[UnitIsOwnerOrControllerOfUnit.args]]
type = "any"
[[UnitIsPlayer.args]]
type = "string"
[[UnitIsPossessed.args]]
type = "string"
[[UnitIsPVP.args]]
type = "string"
[[UnitIsPVPFreeForAll.args]]
type = "string"
[[UnitIsPVPSanctuary.args]]
type = "string"
[[UnitIsRaidOfficer.args]]
type = "string"
[[UnitIsSameServer.args]]
type = "string"
[[UnitIsSameServer.args]]
type = "string"
[[UnitIsTrivial.args]]
type = "string"
[[UnitIsUnit.args]]
type = "string"
[[UnitIsUnit.args]]
type = "string"
[[UnitIsVisible.args]]
type = "string"
[[UnitLevel.args]]
type = "string"
[[UnitName.args]]
type = "string"
[[UnitOnTaxi.args]]
type = "string"
[[UnitPlayerControlled.args]]
type = "string"
[[UnitPlayerOrPetInParty.args]]
type = "string"
[[UnitPlayerOrPetInRaid.args]]
type = "string"
[[UnitPowerType.args]]
type = "string"
[[UnitPVPName.args]]
type = "string"
[[UnitRace.args]]
type = "string"
[[UnitRangedAttackPower.args]]
type = "string"
[[UnitRangedDamage.args]]
type = "string"
[[UnitReaction.args]]
type = "string"
[[UnitReaction.args]]
type = "string"
[[UnitSelectionColor.args]]
type = "string"
[[UnitSetRole.args]]
type = "string"
[[UnitSetRole.args]]
type = "string"
[[UnitSpellHaste.args]]
type = "string"
[[UnitStat.args]]
type = "string"
[[UnitStat.args]]
type = "number"
[[UnitSwitchToVehicleSeat.args]]
type = "string"
[[UnitSwitchToVehicleSeat.args]]
type = "any"
[[UnitTargetsVehicleInRaidUI.args]]
type = "string"
[[UnitThreatSituation.args]]
type = "string"
[[UnitThreatSituation.args]]
type = "any"
required = false
[[UnitTrialBankedLevels.args]]
type = "string"
[[UnitTrialXP.args]]
type = "string"
[[UnitUsingVehicle.args]]
type = "string"
[[UnitVehicleSeatCount.args]]
type = "string"
[[UnitVehicleSeatInfo.args]]
type = "string"
[[UnitVehicleSeatInfo.args]]
type = "any"
[[UnitVehicleSkin.args]]
type = "string"
[[UnitXP.args]]
type = "string"
[[UnitXPMax.args]]
type = "string"
[UpdateAddOnCPUUsage]
args = []
[UpdateAddOnMemoryUsage]
args = []
[UpgradeItem]
args = []
[[VehicleAimDecrement.args]]
type = "any"
[VehicleAimGetAngle]
args = []
[VehicleAimGetNormAngle]
args = []
[[VehicleAimIncrement.args]]
type = "any"
[[VehicleAimRequestAngle.args]]
type = "any"
[[VehicleAimRequestNormAngle.args]]
type = "any"
[VehicleCameraZoomIn]
args = []
[VehicleCameraZoomOut]
args = []
[VehicleExit]
args = []
[VehicleNextSeat]
args = []
[VehiclePrevSeat]
args = []
[[ViewGuildRecipes.args]]
type = "number"
[[WarGameRespond.args]]
type = "any"
[[WithdrawGuildBankMoney.args]]
type = "any"
[[WrapTextInColorCode.args]]
type = "string"
[[WrapTextInColorCode.args]]
type = "string"
[AntiAliasingSupported]
args = []
[GetNumSpellTabs]
args = []
# Constants.lua
[MAX_PLAYER_LEVEL_TABLE]
property = true
[NPE_TUTORIAL_COMPLETE_LEVEL]
property = true
[NORMAL_FONT_COLOR_CODE]
property = true
[HIGHLIGHT_FONT_COLOR_CODE]
property = true
[RED_FONT_COLOR_CODE]
property = true
[GREEN_FONT_COLOR_CODE]
property = true
[GRAY_FONT_COLOR_CODE]
property = true
[YELLOW_FONT_COLOR_CODE]
property = true
[LIGHTYELLOW_FONT_COLOR_CODE]
property = true
[ORANGE_FONT_COLOR_CODE]
property = true
[ACHIEVEMENT_COLOR_CODE]
property = true
[BATTLENET_FONT_COLOR_CODE]
property = true
[DISABLED_FONT_COLOR_CODE]
property = true
[FONT_COLOR_CODE_CLOSE]
property = true
[NORMAL_FONT_COLOR]
property = true
[WHITE_FONT_COLOR]
property = true
[HIGHLIGHT_FONT_COLOR]
property = true
[RED_FONT_COLOR]
property = true
[DIM_RED_FONT_COLOR]
property = true
[DULL_RED_FONT_COLOR]
property = true
[GREEN_FONT_COLOR]
property = true
[GRAY_FONT_COLOR]
property = true
[YELLOW_FONT_COLOR]
property = true
[LIGHTYELLOW_FONT_COLOR]
property = true
[ORANGE_FONT_COLOR]
property = true
[PASSIVE_SPELL_FONT_COLOR]
property = true
[BATTLENET_FONT_COLOR]
property = true
[TRANSMOGRIFY_FONT_COLOR]
property = true
[DISABLED_FONT_COLOR]
property = true
[LIGHTBLUE_FONT_COLOR]
property = true
[LIGHTGRAY_FONT_COLOR]
property = true
[PAPER_FRAME_EXPANDED_COLOR]
property = true
[PAPER_FRAME_COLLAPSED_COLOR]
property = true
[ARTIFACT_BAR_COLOR]
property = true
[WARBOARD_OPTION_TEXT_COLOR]
property = true
[DEFAULT_CHAT_CHANNEL_COLOR]
property = true
[DIM_GREEN_FONT_COLOR]
property = true
[BLACK_FONT_COLOR]
property = true
[LINK_FONT_COLOR]
property = true
[SEPIA_COLOR]
property = true
[CORRUPTION_COLOR]
property = true
[QUEST_OBJECTIVE_FONT_COLOR]
property = true
[QUEST_OBJECTIVE_HIGHLIGHT_FONT_COLOR]
property = true
[QUEST_OBJECTIVE_DISABLED_FONT_COLOR]
property = true
[QUEST_OBJECTIVE_DISABLED_HIGHLIGHT_FONT_COLOR]
property = true
[AREA_NAME_FONT_COLOR]
property = true
[AREA_DESCRIPTION_FONT_COLOR]
property = true
[INVASION_FONT_COLOR]
property = true
[INVASION_DESCRIPTION_FONT_COLOR]
property = true
[FACTION_BAR_COLORS]
property = true
[WORLD_QUEST_ICONS_BY_PROFESSION]
property = true
[CHAT_FONT_HEIGHTS]
property = true
[MATERIAL_TEXT_COLOR_TABLE]
property = true
[MATERIAL_TITLETEXT_COLOR_TABLE]
property = true
[FRIENDS_BNET_NAME_COLOR]
property = true
[FRIENDS_BNET_BACKGROUND_COLOR]
property = true
[FRIENDS_WOW_NAME_COLOR]
property = true
[FRIENDS_WOW_BACKGROUND_COLOR]
property = true
[FRIENDS_GRAY_COLOR]
property = true
[FRIENDS_OFFLINE_BACKGROUND_COLOR]
property = true
[FRIENDS_BNET_NAME_COLOR_CODE]
property = true
[FRIENDS_BROADCAST_TIME_COLOR_CODE]
property = true
[FRIENDS_WOW_NAME_COLOR_CODE]
property = true
[FRIENDS_OTHER_NAME_COLOR_CODE]
property = true
[HTML_START]
property = true
[HTML_START_CENTERED]
property = true
[HTML_END]
property = true
[CLASS_SORT_ORDER]
property = true
[MAX_CLASSES]
property = true
[LOCALIZED_CLASS_NAMES_MALE]
property = true
[LOCALIZED_CLASS_NAMES_FEMALE]
property = true
[HUNTER_DISMISS_PET]
property = true
[WARLOCK_METAMORPHOSIS]
property = true
[WARLOCK_SOULBURN]
property = true
[WARLOCK_GREEN_FIRE]
property = true
[BATTLEGROUND_ENLISTMENT_BONUS]
property = true
[SCHOOL_MASK_NONE]
property = true
[SCHOOL_MASK_PHYSICAL]
property = true
[SCHOOL_MASK_HOLY]
property = true
[SCHOOL_MASK_FIRE]
property = true
[SCHOOL_MASK_NATURE]
property = true
[SCHOOL_MASK_FROST]
property = true
[SCHOOL_MASK_SHADOW]
property = true
[SCHOOL_MASK_ARCANE]
property = true
[SCHOOL_STRINGS]
property = true
[MAX_POWER_PER_EMBER]
property = true
[SHOW_TALENT_LEVEL]
property = true
[SHOW_PVP_TALENT_LEVEL]
property = true
[SHOW_PVP_LEVEL]
property = true
[SHOW_LFD_LEVEL]
property = true
[SHOW_MASTERY_LEVEL]
property = true
[CLASS_TALENT_LEVELS]
property = true
[SPECIALIZATION_TAB]
property = true
[TALENTS_TAB]
property = true
[NUM_TALENT_FRAME_TABS]
property = true
[SHOW_SPEC_LEVEL]
property = true
[SPEC_WARLOCK_AFFLICTION]
property = true
[SPEC_WARLOCK_DEMONOLOGY]
property = true
[SPEC_WARLOCK_DESTRUCTION]
property = true
[SPEC_PRIEST_SHADOW]
property = true
[SPEC_MONK_MISTWEAVER]
property = true
[SPEC_MONK_BREWMASTER]
property = true
[SPEC_MONK_WINDWALKER]
property = true
[SPEC_PALADIN_RETRIBUTION]
property = true
[SPEC_MAGE_ARCANE]
property = true
[SPEC_SHAMAN_RESTORATION]
property = true
[TALENT_SORT_ORDER]
property = true
[TALENT_ACTIVATION_SPELLS]
property = true
[MAX_TRACKED_ACHIEVEMENTS]
property = true
[CRITERIA_TYPE_ACHIEVEMENT]
property = true
[ACHIEVEMENT_FLAGS_HAS_PROGRESS_BAR]
property = true
[ACHIEVEMENT_FLAGS_GUILD]
property = true
[ACHIEVEMENT_FLAGS_SHOW_GUILD_MEMBERS]
property = true
[ACHIEVEMENT_FLAGS_SHOW_CRITERIA_MEMBERS]
property = true
[ACHIEVEMENT_FLAGS_ACCOUNT]
property = true
[NUM_ACHIEVEMENT_FLAGS]
property = true
[EVALUATION_TREE_FLAG_PROGRESS_BAR]
property = true
[EVALUATION_TREE_FLAG_DO_NOT_DISPLAY]
property = true
[NUM_EVALUATION_TREE_FLAGS]
property = true
[ITEM_UNIQUE_EQUIPPED]
property = true
[MAX_NUM_SOCKETS]
property = true
[COMMON_GRAY_COLOR]
property = true
[UNCOMMON_GREEN_COLOR]
property = true
[RARE_BLUE_COLOR]
property = true
[EPIC_PURPLE_COLOR]
property = true
[LEGENDARY_ORANGE_COLOR]
property = true
[ARTIFACT_GOLD_COLOR]
property = true
[HEIRLOOM_BLUE_COLOR]
property = true
[BAG_ITEM_QUALITY_COLORS]
property = true
[NEW_ITEM_ATLAS_BY_QUALITY]
property = true
[LOOT_BORDER_BY_QUALITY]
property = true
[LOOT_ROLL_TYPE_PASS]
property = true
[LOOT_ROLL_TYPE_NEED]
property = true
[LOOT_ROLL_TYPE_GREED]
property = true
[LOOT_ROLL_TYPE_DISENCHANT]
property = true
[ITEM_INVENTORY_LOCATION_PLAYER]
property = true
[ITEM_INVENTORY_LOCATION_BAGS]
property = true
[ITEM_INVENTORY_LOCATION_BANK]
property = true
[ITEM_INVENTORY_LOCATION_VOIDSTORAGE]
property = true
[ITEM_INVENTORY_BAG_BIT_OFFSET]
property = true
[INVSLOT_AMMO]
property = true
[INVSLOT_HEAD]
property = true
[INVSLOT_NECK]
property = true
[INVSLOT_SHOULDER]
property = true
[INVSLOT_BODY]
property = true
[INVSLOT_CHEST]
property = true
[INVSLOT_WAIST]
property = true
[INVSLOT_LEGS]
property = true
[INVSLOT_FEET]
property = true
[INVSLOT_WRIST]
property = true
[INVSLOT_HAND]
property = true
[INVSLOT_FINGER1]
property = true
[INVSLOT_FINGER2]
property = true
[INVSLOT_TRINKET1]
property = true
[INVSLOT_TRINKET2]
property = true
[INVSLOT_BACK]
property = true
[INVSLOT_MAINHAND]
property = true
[INVSLOT_OFFHAND]
property = true
[INVSLOT_RANGED]
property = true
[INVSLOT_TABARD]
property = true
[INVSLOT_LAST_EQUIPPED]
property = true
[INVSLOTS_EQUIPABLE_IN_COMBAT]
property = true
[ITEM_INVENTORY_BANK_BAG_OFFSET]
property = true
[CONTAINER_BAG_OFFSET]
property = true
[BACKPACK_CONTAINER]
property = true
[BANK_CONTAINER]
property = true
[BANK_CONTAINER_INVENTORY_OFFSET]
property = true
[KEYRING_CONTAINER]
property = true
[REAGENTBANK_CONTAINER]
property = true
[NUM_BAG_SLOTS]
property = true
[NUM_BANKGENERIC_SLOTS]
property = true
[NUM_BANKBAGSLOTS]
property = true
[HEARTHSTONE_ITEM_ID]
property = true
[MAX_EQUIPMENT_SETS_PER_PLAYER]
property = true
[EQUIPMENT_SET_EMPTY_SLOT]
property = true
[EQUIPMENT_SET_IGNORED_SLOT]
property = true
[EQUIPMENT_SET_ITEM_MISSING]
property = true
[COMBATLOG_OBJECT_AFFILIATION_MINE]
property = true
[COMBATLOG_OBJECT_AFFILIATION_PARTY]
property = true
[COMBATLOG_OBJECT_AFFILIATION_RAID]
property = true
[COMBATLOG_OBJECT_AFFILIATION_OUTSIDER]
property = true
[COMBATLOG_OBJECT_AFFILIATION_MASK]
property = true
[COMBATLOG_OBJECT_REACTION_FRIENDLY]
property = true
[COMBATLOG_OBJECT_REACTION_NEUTRAL]
property = true
[COMBATLOG_OBJECT_REACTION_HOSTILE]
property = true
[COMBATLOG_OBJECT_REACTION_MASK]
property = true
[COMBATLOG_OBJECT_CONTROL_PLAYER]
property = true
[COMBATLOG_OBJECT_CONTROL_NPC]
property = true
[COMBATLOG_OBJECT_CONTROL_MASK]
property = true
[COMBATLOG_OBJECT_TYPE_PLAYER]
property = true
[COMBATLOG_OBJECT_TYPE_NPC]
property = true
[COMBATLOG_OBJECT_TYPE_PET]
property = true
[COMBATLOG_OBJECT_TYPE_GUARDIAN]
property = true
[COMBATLOG_OBJECT_TYPE_OBJECT]
property = true
[COMBATLOG_OBJECT_TYPE_MASK]
property = true
[COMBATLOG_OBJECT_TARGET]
property = true
[COMBATLOG_OBJECT_FOCUS]
property = true
[COMBATLOG_OBJECT_MAINTANK]
property = true
[COMBATLOG_OBJECT_MAINASSIST]
property = true
[COMBATLOG_OBJECT_NONE]
property = true
[COMBATLOG_OBJECT_SPECIAL_MASK]
property = true
[COMBATLOG_OBJECT_RAIDTARGET1]
property = true
[COMBATLOG_OBJECT_RAIDTARGET2]
property = true
[COMBATLOG_OBJECT_RAIDTARGET3]
property = true
[COMBATLOG_OBJECT_RAIDTARGET4]
property = true
[COMBATLOG_OBJECT_RAIDTARGET5]
property = true
[COMBATLOG_OBJECT_RAIDTARGET6]
property = true
[COMBATLOG_OBJECT_RAIDTARGET7]
property = true
[COMBATLOG_OBJECT_RAIDTARGET8]
property = true
[COMBATLOG_OBJECT_RAIDTARGET_MASK]
property = true
[COMBATLOG_FILTER_ME]
property = true
[COMBATLOG_FILTER_MINE]
property = true
[COMBATLOG_FILTER_MY_PET]
property = true
[COMBATLOG_FILTER_FRIENDLY_UNITS]
property = true
[COMBATLOG_FILTER_HOSTILE_PLAYERS]
property = true
[COMBATLOG_FILTER_HOSTILE_UNITS]
property = true
[COMBATLOG_FILTER_NEUTRAL_UNITS]
property = true
[COMBATLOG_FILTER_UNKNOWN_UNITS]
property = true
[COMBATLOG_FILTER_EVERYTHING]
property = true
[CALENDAR_FIRST_WEEKDAY]
property = true
[CALENDAR_EVENTTYPE_RAID]
property = true
[CALENDAR_EVENTTYPE_DUNGEON]
property = true
[CALENDAR_EVENTTYPE_PVP]
property = true
[CALENDAR_EVENTTYPE_MEETING]
property = true
[CALENDAR_EVENTTYPE_OTHER]
property = true
[CALENDAR_MAX_EVENTTYPE]
property = true
[CALENDAR_INVITESTATUS_INVITED]
property = true
[CALENDAR_INVITESTATUS_ACCEPTED]
property = true
[CALENDAR_INVITESTATUS_DECLINED]
property = true
[CALENDAR_INVITESTATUS_CONFIRMED]
property = true
[CALENDAR_INVITESTATUS_OUT]
property = true
[CALENDAR_INVITESTATUS_STANDBY]
property = true
[CALENDAR_INVITESTATUS_SIGNEDUP]
property = true
[CALENDAR_INVITESTATUS_NOT_SIGNEDUP]
property = true
[CALENDAR_INVITESTATUS_TENTATIVE]
property = true
[CALENDAR_MAX_INVITESTATUS]
property = true
[CALENDAR_INVITETYPE_NORMAL]
property = true
[CALENDAR_INVITETYPE_SIGNUP]
property = true
[CALENDAR_MAX_INVITETYPE]
property = true
[NUM_WORLDMAP_PATCH_TILES]
property = true
[MAX_TOTEMS]
property = true
[FIRE_TOTEM_SLOT]
property = true
[EARTH_TOTEM_SLOT]
property = true
[WATER_TOTEM_SLOT]
property = true
[AIR_TOTEM_SLOT]
property = true
[STANDARD_TOTEM_PRIORITIES]
property = true
[SHAMAN_TOTEM_PRIORITIES]
property = true
[TOTEM_MULTI_CAST_SUMMON_SPELLS]
property = true
[TOTEM_MULTI_CAST_RECALL_SPELLS]
property = true
[GMTICKET_QUEUE_STATUS_ENABLED]
property = true
[GMTICKET_QUEUE_STATUS_DISABLED]
property = true
[GMTICKET_ASSIGNEDTOGM_STATUS_NOT_ASSIGNED]
property = true
[GMTICKET_ASSIGNEDTOGM_STATUS_ASSIGNED]
property = true
[GMTICKET_ASSIGNEDTOGM_STATUS_ESCALATED]
property = true
[GMTICKET_OPENEDBYGM_STATUS_NOT_OPENED]
property = true
[GMTICKET_OPENEDBYGM_STATUS_OPENED]
property = true
[LIGHT_LIVE]
property = true
[LIGHT_GHOST]
property = true
[STATIC_CONSTANTS]
property = true
[TEXTURE_ITEM_QUEST_BANG]
property = true
[TEXTURE_ITEM_QUEST_BORDER]
property = true
[SHOW_SEARCH_BAR_NUM_FRIENDS]
property = true
[MIN_CHARACTER_SEARCH]
property = true
[PLAYER_FACTION_COLORS]
property = true
[PANEL_DEFAULT_WIDTH]
property = true
[PANEL_DEFAULT_HEIGHT]
property = true
[INLINE_TANK_ICON]
property = true
[INLINE_HEALER_ICON]
property = true
[INLINE_DAMAGER_ICON]
property = true
[MAX_GUILDBANK_TABS]
property = true
[MAX_BUY_GUILDBANK_TABS]
property = true
[EXP_DEFAULT_WIDTH]
property = true
[CALENDAR_WEEKDAY_NAMES]
property = true
[CALENDAR_FULLDATE_MONTH_NAMES]
property = true
[CAT_FORM]
property = true
[BEAR_FORM]
property = true
[MOONKIN_FORM]
property = true
[CONQUEST_CURRENCY]
property = true
[HONOR_CURRENCY]
property = true
[JUSTICE_CURRENCY]
property = true
[VALOR_CURRENCY]
property = true
[SHOW_CONQUEST_LEVEL]
property = true
[LFGUILD_PARAM_QUESTS]
property = true
[LFGUILD_PARAM_DUNGEONS]
property = true
[LFGUILD_PARAM_RAIDS]
property = true
[LFGUILD_PARAM_PVP]
property = true
[LFGUILD_PARAM_RP]
property = true
[LFGUILD_PARAM_WEEKDAYS]
property = true
[LFGUILD_PARAM_WEEKENDS]
property = true
[LFGUILD_PARAM_TANK]
property = true
[LFGUILD_PARAM_HEALER]
property = true
[LFGUILD_PARAM_DAMAGE]
property = true
[LFGUILD_PARAM_ANY_LEVEL]
property = true
[LFGUILD_PARAM_MAX_LEVEL]
property = true
[LFGUILD_PARAM_LOOKING]
property = true
[INSTANCE_TYPE_DUNGEON]
property = true
[INSTANCE_TYPE_RAID]
property = true
[INSTANCE_TYPE_BG]
property = true
[INSTANCE_TYPE_ARENA]
property = true
[DEFAULT_READY_CHECK_STAY_TIME]
property = true
[PET_TYPE_SUFFIX]
property = true
[PET_BATTLE_PET_TYPE_PASSIVES]
property = true
[MAX_NUM_PET_BATTLE_ATTACK_MODIFIERS]
property = true
[PET_BATTLE_STATE_ATTACK]
property = true
[PET_BATTLE_STATE_SPEED]
property = true
[PET_BATTLE_EVENT_ON_APPLY]
property = true
[PET_BATTLE_EVENT_ON_DAMAGE_TAKEN]
property = true
[PET_BATTLE_EVENT_ON_DAMAGE_DEALT]
property = true
[PET_BATTLE_EVENT_ON_HEAL_TAKEN]
property = true
[PET_BATTLE_EVENT_ON_HEAL_DEALT]
property = true
[PET_BATTLE_EVENT_ON_AURA_REMOVED]
property = true
[PET_BATTLE_EVENT_ON_ROUND_START]
property = true
[PET_BATTLE_EVENT_ON_ROUND_END]
property = true
[PET_BATTLE_EVENT_ON_TURN]
property = true
[PET_BATTLE_EVENT_ON_ABILITY]
property = true
[PET_BATTLE_EVENT_ON_SWAP_IN]
property = true
[PET_BATTLE_EVENT_ON_SWAP_OUT]
property = true
[PET_BATTLE_PAD_INDEX]
property = true
[CHALLENGE_MEDAL_NONE]
property = true
[CHALLENGE_MEDAL_BRONZE]
property = true
[CHALLENGE_MEDAL_SILVER]
property = true
[CHALLENGE_MEDAL_GOLD]
property = true
[CHALLENGE_MEDAL_PLAT]
property = true
[NUM_CHALLENGE_MEDALS]
property = true
[CHALLENGE_MEDAL_TEXTURES]
property = true
[CHALLENGE_MEDAL_TEXTURES_SMALL]
property = true
[PLAYER_REPORT_TYPE_SPAM]
property = true
[PLAYER_REPORT_TYPE_LANGUAGE]
property = true
[PLAYER_REPORT_TYPE_ABUSE]
property = true
[PLAYER_REPORT_TYPE_BAD_PLAYER_NAME]
property = true
[PLAYER_REPORT_TYPE_BAD_GUILD_NAME]
property = true
[PLAYER_REPORT_TYPE_CHEATING]
property = true
[PLAYER_REPORT_TYPE_BAD_BATTLEPET_NAME]
property = true
[PLAYER_REPORT_TYPE_BAD_PET_NAME]
property = true
[BONUS_ROLL_REQUIRED_CURRENCY]
property = true
[QUEST_TYPE_DUNGEON]
property = true
[QUEST_TYPE_SCENARIO]
property = true
[MAX_QUESTS]
property = true
[MAX_OBJECTIVES]
property = true
[MAX_QUESTLOG_QUESTS]
property = true
[MAX_WATCHABLE_QUESTS]
property = true
[WORLD_QUESTS_TIME_CRITICAL_MINUTES]
property = true
[WORLD_QUESTS_TIME_LOW_MINUTES]
property = true
[WORLD_QUESTS_AVAILABLE_QUEST_ID]
property = true
[LFG_CATEGORY_NAMES]
property = true
[DIFFICULTY_DUNGEON_NORMAL]
property = true
[DIFFICULTY_DUNGEON_HEROIC]
property = true
[DIFFICULTY_RAID10_NORMAL]
property = true
[DIFFICULTY_RAID25_NORMAL]
property = true
[DIFFICULTY_RAID10_HEROIC]
property = true
[DIFFICULTY_RAID25_HEROIC]
property = true
[DIFFICULTY_RAID_LFR]
property = true
[DIFFICULTY_DUNGEON_CHALLENGE]
property = true
[DIFFICULTY_RAID40]
property = true
[DIFFICULTY_PRIMARYRAID_NORMAL]
property = true
[DIFFICULTY_PRIMARYRAID_HEROIC]
property = true
[DIFFICULTY_PRIMARYRAID_MYTHIC]
property = true
[DIFFICULTY_PRIMARYRAID_LFR]
property = true
[MAX_ARENA_TEAMS]
property = true
[MAX_WORLD_PVP_QUEUES]
property = true
[CHANNEL_INVITE_TIMEOUT]
property = true
[SCENARIO_FLAG_DEPRECATED1]
property = true
[SCENARIO_FLAG_SUPRESS_STAGE_TEXT]
property = true
[SCENARIO_FLAG_DEPRECATED2]
property = true
[SCENARIO_FLAG_DEPRECATED3]
property = true
[LUA_WARNING_TREAT_AS_ERROR]
property = true
[QUEST_ICONS_FILE]
property = true
[QUEST_ICONS_FILE_WIDTH]
property = true
[QUEST_ICONS_FILE_HEIGHT]
property = true
[QUEST_TAG_TCOORDS]
property = true
[WORLD_QUEST_TYPE_TCOORDS]
property = true
[MATCH_CONDITION_WRONG_ACHIEVEMENT]
property = true
[MATCH_CONDITION_SUCCESS]
property = true
[FIRST_NUMBER_CAP_VALUE]
property = true
[GARRISON_HIGH_THREAT_VALUE]
property = true
[LOOT_SOURCE_GARRISON_CACHE]
property = true
[WOW_TOKEN_ITEM_ID]
property = true
[ENCHANT_EMPTY_SLOT_FILEDATAID]
property = true
[WARDROBE_TOOLTIP_CYCLE_ARROW_ICON]
property = true
[WARDROBE_TOOLTIP_CYCLE_SPACER_ICON]
property = true
[WARDROBE_CYCLE_KEY]
property = true
[WARDROBE_PREV_VISUAL_KEY]
property = true
[WARDROBE_NEXT_VISUAL_KEY]
property = true
[WARDROBE_UP_VISUAL_KEY]
property = true
[WARDROBE_DOWN_VISUAL_KEY]
property = true
[TRANSMOG_INVALID_CODES]
property = true
[TRANSMOG_SOURCE_BOSS_DROP]
property = true
[TRANSMOG_SLOTS]
property = true
[FIRST_TRANSMOG_COLLECTION_WEAPON_TYPE]
property = true
[LAST_TRANSMOG_COLLECTION_WEAPON_TYPE]
property = true
[NO_TRANSMOG_SOURCE_ID]
property = true
[NO_TRANSMOG_VISUAL_ID]
property = true
[REMOVE_TRANSMOG_ID]
property = true
[ITEMSUBCLASSTYPES]
property = true
[TYPEID_DUNGEON]
property = true
[TYPEID_RANDOM_DUNGEON]
property = true
[LFG_SUBTYPEID_DUNGEON]
property = true
[LFG_SUBTYPEID_HEROIC]
property = true
[LFG_SUBTYPEID_RAID]
property = true
[LFG_SUBTYPEID_SCENARIO]
property = true
[LFG_SUBTYPEID_FLEXRAID]
property = true
[LFG_SUBTYPEID_WORLDPVP]
property = true
[QUESTION_MARK_ICON]
property = true
[UPPER_LEFT_VERTEX]
property = true
[LOWER_LEFT_VERTEX]
property = true
[UPPER_RIGHT_VERTEX]
property = true
[LOWER_RIGHT_VERTEX]
property = true
[HELPTIP_HEIGHT_PADDING]
property = true
[RELIC_TALENT_TYPE_LIGHT]
property = true
[RELIC_TALENT_TYPE_VOID]
property = true
[RELIC_TALENT_TYPE_NEUTRAL]
property = true
[RELIC_TALENT_STYLE_CLOSED]
property = true
[RELIC_TALENT_STYLE_UPCOMING]
property = true
[RELIC_TALENT_STYLE_AVAILABLE]
property = true
[RELIC_TALENT_STYLE_CHOSEN]
property = true
[RELIC_TALENT_LINK_TYPE_LIGHT]
property = true
[RELIC_TALENT_LINK_TYPE_VOID]
property = true
[RELIC_TALENT_LINK_STYLE_DISABLED]
property = true
[RELIC_TALENT_LINK_STYLE_POTENTIAL]
property = true
[RELIC_TALENT_LINK_STYLE_ACTIVE]
property = true
[RELIC_TALENT_LINK_STYLE_UPCOMING]
property = true
[RELIC_TALENT_LINK_STYLE_AVAILABLE]
property = true
[CALENDAR_INVITESTATUS_INFO]
property = true
[TOOLTIP_INDENT_OFFSET]
property = true
# GlobalStrings
[ABANDON_PET]
property = true
[ABANDON_QUEST]
property = true
[ABANDON_QUEST_ABBREV]
property = true
[ABANDON_QUEST_CONFIRM]
property = true
[ABANDON_QUEST_CONFIRM_WITH_ITEMS]
property = true
[ABILITIES]
property = true
[ABSORB]
property = true
[ABSORB_TRAILER]
property = true
[ACCEPT]
property = true
[ACCEPTING_INVITE_WILL_REMOVE_QUEUE]
property = true
[ACCEPT_ALT]
property = true
[ACCEPT_COMMENT]
property = true
[ACCESSIBILITY_LABEL]
property = true
[ACCESSIBILITY_SUBTEXT]
property = true
[ACCOUNT_LEVEL_MOUNT]
property = true
[ACCOUNT_WIDE_ACHIEVEMENT]
property = true
[ACCOUNT_WIDE_ACHIEVEMENT_COMPLETED]
property = true
[ACHIEVEMENT]
property = true
[ACHIEVEMENTFRAME_FILTER_ALL]
property = true
[ACHIEVEMENTFRAME_FILTER_COMPLETED]
property = true
[ACHIEVEMENTFRAME_FILTER_INCOMPLETE]
property = true
[ACHIEVEMENTS]
property = true
[ACHIEVEMENTS_COMPLETED]
property = true
[ACHIEVEMENTS_COMPLETED_CATEGORY]
property = true
[ACHIEVEMENTS_GUILD_TAB]
property = true
[ACHIEVEMENT_BROADCAST]
property = true
[ACHIEVEMENT_BROADCAST_SELF]
property = true
[ACHIEVEMENT_BUTTON]
property = true
[ACHIEVEMENT_CATEGORY_PROGRESS]
property = true
[ACHIEVEMENT_COMPARISON_COMPLETED]
property = true
[ACHIEVEMENT_COMPARISON_COMPLETED_EU]
property = true
[ACHIEVEMENT_COMPARISON_CRITERIA_WITH_CHECK]
property = true
[ACHIEVEMENT_COMPARISON_IN_PROGRESS]
property = true
[ACHIEVEMENT_COMPARISON_NOT_COMPLETED]
property = true
[ACHIEVEMENT_COMPARISON_NO_PROGRESS]
property = true
[ACHIEVEMENT_COMPLETED_BY]
property = true
[ACHIEVEMENT_EARNED_BY]
property = true
[ACHIEVEMENT_FILTER_ALL_EXPLANATION]
property = true
[ACHIEVEMENT_FILTER_COMPLETE_EXPLANATION]
property = true
[ACHIEVEMENT_FILTER_INCOMPLETE_EXPLANATION]
property = true
[ACHIEVEMENT_FILTER_TITLE]
property = true
[ACHIEVEMENT_META_COMPLETED_DATE]
property = true
[ACHIEVEMENT_NOT_COMPLETED_BY]
property = true
[ACHIEVEMENT_POINTS]
property = true
[ACHIEVEMENT_PROGRESSED]
property = true
[ACHIEVEMENT_REQUIRES_GUILD_REPUTATION]
property = true
[ACHIEVEMENT_SUMMARY_CATEGORY]
property = true
[ACHIEVEMENT_TITLE]
property = true
[ACHIEVEMENT_TOOLTIP_COMPLETE]
property = true
[ACHIEVEMENT_TOOLTIP_COMPLETE_EU]
property = true
[ACHIEVEMENT_TOOLTIP_IN_PROGRESS]
property = true
[ACHIEVEMENT_UNLOCKED]
property = true
[ACHIEVEMENT_UNLOCKED_CHAT_MSG]
property = true
[ACHIEVEMENT_WATCH_TOO_MANY]
property = true
[ACTIONBARS_LABEL]
property = true
[ACTIONBARS_SUBTEXT]
property = true
[ACTION_BUTTON_USE_KEY_DOWN]
property = true
[ACTION_DAMAGE_SHIELD]
property = true
[ACTION_DAMAGE_SHIELD_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_BLOCK]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_BLOCK_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_BLOCK_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_BLOCK_POSSESSIVE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_DEFLECT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_DEFLECT_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_DEFLECT_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_DEFLECT_POSSESSIVE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_DODGE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_DODGE_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_DODGE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_DODGE_POSSESSIVE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_EVADED]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_EVADED_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_EVADED_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_EVADED_POSSESSIVE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_IMMUNE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_IMMUNE_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_IMMUNE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_IMMUNE_POSSESSIVE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_MISS]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_MISS_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_MISS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_MISS_POSSESSIVE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_PARRY]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_PARRY_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_PARRY_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_PARRY_POSSESSIVE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_POSSESSIVE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_RESIST]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_RESIST_FULL_TEXT]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_RESIST_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_DAMAGE_SHIELD_MISSED_RESIST_POSSESSIVE]
property = true
[ACTION_DAMAGE_SHIELD_POSSESSIVE]
property = true
[ACTION_DAMAGE_SPLIT]
property = true
[ACTION_DAMAGE_SPLIT_ABSORBED_FULL_TEXT]
property = true
[ACTION_DAMAGE_SPLIT_FULL_TEXT]
property = true
[ACTION_DAMAGE_SPLIT_POSSESSIVE]
property = true
[ACTION_DAMAGE_SPLIT_RESULT_FULL_TEXT]
property = true
[ACTION_ENCHANT_APPLIED]
property = true
[ACTION_ENCHANT_APPLIED_FULL_TEXT]
property = true
[ACTION_ENCHANT_APPLIED_POSSESSIVE]
property = true
[ACTION_ENCHANT_REMOVED]
property = true
[ACTION_ENCHANT_REMOVED_FULL_TEXT]
property = true
[ACTION_ENCHANT_REMOVED_POSSESSIVE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_DROWNING]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_DROWNING_FULL_TEXT]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_DROWNING_POSSESSIVE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FALLING]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FALLING_FULL_TEXT]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FALLING_POSSESSIVE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FATIGUE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FATIGUE_FULL_TEXT]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FATIGUE_POSSESSIVE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FIRE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FIRE_FULL_TEXT]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FIRE_POSSESSIVE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_FULL_TEXT]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_LAVA]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_LAVA_FULL_TEXT]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_LAVA_POSSESSIVE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_POSSESSIVE]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_SLIME]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_SLIME_FULL_TEXT]
property = true
[ACTION_ENVIRONMENTAL_DAMAGE_SLIME_POSSESSIVE]
property = true
[ACTION_PARTY_KILL]
property = true
[ACTION_PARTY_KILL_FULL_TEXT]
property = true
[ACTION_PARTY_KILL_POSSESSIVE]
property = true
[ACTION_PARTY_KILL_UNCONSCIOUS]
property = true
[ACTION_PARTY_KILL_UNCONSCIOUS_FULL_TEXT]
property = true
[ACTION_PARTY_KILL_UNCONSCIOUS_POSSESSIVE]
property = true
[ACTION_PLAYER_DIED]
property = true
[ACTION_RANGED]
property = true
[ACTION_RANGE_DAMAGE]
property = true
[ACTION_RANGE_DAMAGE_FULL_TEXT]
property = true
[ACTION_RANGE_DAMAGE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_RANGE_DAMAGE_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED]
property = true
[ACTION_RANGE_MISSED_ABSORB]
property = true
[ACTION_RANGE_MISSED_ABSORB_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_ABSORB_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_BLOCK]
property = true
[ACTION_RANGE_MISSED_BLOCK_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_BLOCK_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_DEFLECT]
property = true
[ACTION_RANGE_MISSED_DEFLECT_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_DEFLECT_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_DODGE]
property = true
[ACTION_RANGE_MISSED_DODGE_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_DODGE_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_EVADE]
property = true
[ACTION_RANGE_MISSED_EVADE_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_EVADE_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_IMMUNE]
property = true
[ACTION_RANGE_MISSED_IMMUNE_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_IMMUNE_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_MISFIRE]
property = true
[ACTION_RANGE_MISSED_MISFIRE_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_MISFIRE_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_MISS]
property = true
[ACTION_RANGE_MISSED_MISS_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_MISS_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_PARRY]
property = true
[ACTION_RANGE_MISSED_PARRY_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_PARRY_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_POSSESSIVE]
property = true
[ACTION_RANGE_MISSED_RESIST]
property = true
[ACTION_RANGE_MISSED_RESIST_FULL_TEXT]
property = true
[ACTION_RANGE_MISSED_RESIST_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_APPLIED]
property = true
[ACTION_SPELL_AURA_APPLIED_BUFF]
property = true
[ACTION_SPELL_AURA_APPLIED_BUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_APPLIED_BUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_APPLIED_BUFF_MASTER]
property = true
[ACTION_SPELL_AURA_APPLIED_BUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_APPLIED_BUFF_WITH_POINTS_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_APPLIED_BUFF_WITH_POINTS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_APPLIED_DEBUFF]
property = true
[ACTION_SPELL_AURA_APPLIED_DEBUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_APPLIED_DEBUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_APPLIED_DEBUFF_MASTER]
property = true
[ACTION_SPELL_AURA_APPLIED_DEBUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_APPLIED_DEBUFF_WITH_POINTS_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_APPLIED_DEBUFF_WITH_POINTS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_APPLIED_DOSE]
property = true
[ACTION_SPELL_AURA_APPLIED_DOSE_BUFF]
property = true
[ACTION_SPELL_AURA_APPLIED_DOSE_BUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_APPLIED_DOSE_BUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_APPLIED_DOSE_BUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_APPLIED_DOSE_DEBUFF]
property = true
[ACTION_SPELL_AURA_APPLIED_DOSE_DEBUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_APPLIED_DOSE_DEBUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_APPLIED_DOSE_DEBUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_APPLIED_MASTER]
property = true
[ACTION_SPELL_AURA_APPLIED_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_BROKEN]
property = true
[ACTION_SPELL_AURA_BROKEN_BUFF]
property = true
[ACTION_SPELL_AURA_BROKEN_BUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_BROKEN_BUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_BROKEN_BUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_BROKEN_DEBUFF]
property = true
[ACTION_SPELL_AURA_BROKEN_DEBUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_BROKEN_DEBUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_BROKEN_DEBUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_BROKEN_SPELL_BUFF]
property = true
[ACTION_SPELL_AURA_BROKEN_SPELL_BUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_BROKEN_SPELL_BUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_BROKEN_SPELL_BUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_BROKEN_SPELL_DEBUFF]
property = true
[ACTION_SPELL_AURA_BROKEN_SPELL_DEBUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_BROKEN_SPELL_DEBUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_BROKEN_SPELL_DEBUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_REFRESH]
property = true
[ACTION_SPELL_AURA_REFRESH_BUFF]
property = true
[ACTION_SPELL_AURA_REFRESH_BUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REFRESH_BUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REFRESH_BUFF_MASTER]
property = true
[ACTION_SPELL_AURA_REFRESH_BUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_REFRESH_BUFF_WITH_POINTS_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REFRESH_BUFF_WITH_POINTS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REFRESH_DEBUFF]
property = true
[ACTION_SPELL_AURA_REFRESH_DEBUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REFRESH_DEBUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REFRESH_DEBUFF_MASTER]
property = true
[ACTION_SPELL_AURA_REFRESH_DEBUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_REFRESH_DEBUFF_WITH_POINTS_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REFRESH_DEBUFF_WITH_POINTS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REFRESH_MASTER]
property = true
[ACTION_SPELL_AURA_REMOVED]
property = true
[ACTION_SPELL_AURA_REMOVED_BUFF]
property = true
[ACTION_SPELL_AURA_REMOVED_BUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REMOVED_BUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REMOVED_BUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_REMOVED_BUFF_WITH_POINTS_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REMOVED_BUFF_WITH_POINTS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REMOVED_DEBUFF]
property = true
[ACTION_SPELL_AURA_REMOVED_DEBUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REMOVED_DEBUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REMOVED_DEBUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_REMOVED_DEBUFF_WITH_POINTS_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REMOVED_DEBUFF_WITH_POINTS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REMOVED_DOSE]
property = true
[ACTION_SPELL_AURA_REMOVED_DOSE_BUFF]
property = true
[ACTION_SPELL_AURA_REMOVED_DOSE_BUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REMOVED_DOSE_BUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REMOVED_DOSE_BUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_REMOVED_DOSE_DEBUFF]
property = true
[ACTION_SPELL_AURA_REMOVED_DOSE_DEBUFF_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REMOVED_DOSE_DEBUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REMOVED_DOSE_DEBUFF_POSSESSIVE]
property = true
[ACTION_SPELL_AURA_REMOVED_FULL_TEXT]
property = true
[ACTION_SPELL_AURA_REMOVED_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_AURA_REMOVED_POSSESSIVE]
property = true
[ACTION_SPELL_BUILDING_DAMAGE]
property = true
[ACTION_SPELL_BUILDING_DAMAGE_FULL_TEXT]
property = true
[ACTION_SPELL_BUILDING_DAMAGE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_BUILDING_DAMAGE_MASTER]
property = true
[ACTION_SPELL_BUILDING_DAMAGE_POSSESSIVE]
property = true
[ACTION_SPELL_BUILDING_HEAL]
property = true
[ACTION_SPELL_BUILDING_HEAL_FULL_TEXT]
property = true
[ACTION_SPELL_BUILDING_HEAL_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_BUILDING_HEAL_POSSESSIVE]
property = true
[ACTION_SPELL_CAST_FAILED]
property = true
[ACTION_SPELL_CAST_FAILED_FULL_TEXT]
property = true
[ACTION_SPELL_CAST_FAILED_MASTER]
property = true
[ACTION_SPELL_CAST_FAILED_POSSESSIVE]
property = true
[ACTION_SPELL_CAST_START]
property = true
[ACTION_SPELL_CAST_START_FULL_TEXT]
property = true
[ACTION_SPELL_CAST_START_FULL_TEXT_NO_DEST]
property = true
[ACTION_SPELL_CAST_START_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_CAST_START_MASTER]
property = true
[ACTION_SPELL_CAST_START_POSSESSIVE]
property = true
[ACTION_SPELL_CAST_SUCCESS]
property = true
[ACTION_SPELL_CAST_SUCCESS_FULL_TEXT]
property = true
[ACTION_SPELL_CAST_SUCCESS_FULL_TEXT_NO_DEST]
property = true
[ACTION_SPELL_CAST_SUCCESS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_CAST_SUCCESS_MASTER]
property = true
[ACTION_SPELL_CAST_SUCCESS_POSSESSIVE]
property = true
[ACTION_SPELL_CREATE]
property = true
[ACTION_SPELL_CREATE_FULL_TEXT]
property = true
[ACTION_SPELL_CREATE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_CREATE_POSSESSIVE]
property = true
[ACTION_SPELL_DAMAGE]
property = true
[ACTION_SPELL_DAMAGE_FULL_TEXT]
property = true
[ACTION_SPELL_DAMAGE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_DAMAGE_MASTER]
property = true
[ACTION_SPELL_DAMAGE_POSSESSIVE]
property = true
[ACTION_SPELL_DISPEL]
property = true
[ACTION_SPELL_DISPEL_BUFF]
property = true
[ACTION_SPELL_DISPEL_BUFF_FULL_TEXT]
property = true
[ACTION_SPELL_DISPEL_BUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_DISPEL_BUFF_POSSESSIVE]
property = true
[ACTION_SPELL_DISPEL_DEBUFF]
property = true
[ACTION_SPELL_DISPEL_DEBUFF_FULL_TEXT]
property = true
[ACTION_SPELL_DISPEL_DEBUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_DISPEL_DEBUFF_POSSESSIVE]
property = true
[ACTION_SPELL_DISPEL_FAILED]
property = true
[ACTION_SPELL_DISPEL_FAILED_FULL_TEXT]
property = true
[ACTION_SPELL_DISPEL_FAILED_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_DISPEL_FAILED_POSSESSIVE]
property = true
[ACTION_SPELL_DISPEL_POSSESSIVE]
property = true
[ACTION_SPELL_DRAIN]
property = true
[ACTION_SPELL_DRAIN_FULL_TEXT]
property = true
[ACTION_SPELL_DRAIN_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_DRAIN_POSSESSIVE]
property = true
[ACTION_SPELL_DURABILITY_DAMAGE]
property = true
[ACTION_SPELL_DURABILITY_DAMAGE_ALL]
property = true
[ACTION_SPELL_DURABILITY_DAMAGE_ALL_FULL_TEXT]
property = true
[ACTION_SPELL_DURABILITY_DAMAGE_ALL_POSSESSIVE]
property = true
[ACTION_SPELL_DURABILITY_DAMAGE_FULL_TEXT]
property = true
[ACTION_SPELL_DURABILITY_DAMAGE_POSSESSIVE]
property = true
[ACTION_SPELL_ENERGIZE]
property = true
[ACTION_SPELL_ENERGIZE_FULL_TEXT]
property = true
[ACTION_SPELL_ENERGIZE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_ENERGIZE_POSSESSIVE]
property = true
[ACTION_SPELL_ENERGIZE_RESULT]
property = true
[ACTION_SPELL_EXTRA_ATTACKS]
property = true
[ACTION_SPELL_EXTRA_ATTACKS_FULL_TEXT]
property = true
[ACTION_SPELL_EXTRA_ATTACKS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_EXTRA_ATTACKS_POSSESSIVE]
property = true
[ACTION_SPELL_HEAL]
property = true
[ACTION_SPELL_HEAL_FULL_TEXT]
property = true
[ACTION_SPELL_HEAL_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_HEAL_POSSESSIVE]
property = true
[ACTION_SPELL_INSTAKILL]
property = true
[ACTION_SPELL_INSTAKILL_FULL_TEXT]
property = true
[ACTION_SPELL_INSTAKILL_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_INSTAKILL_POSSESSIVE]
property = true
[ACTION_SPELL_INSTAKILL_UNCONSCIOUS]
property = true
[ACTION_SPELL_INSTAKILL_UNCONSCIOUS_FULL_TEXT]
property = true
[ACTION_SPELL_INSTAKILL_UNCONSCIOUS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_INSTAKILL_UNCONSCIOUS_POSSESSIVE]
property = true
[ACTION_SPELL_INTERRUPT]
property = true
[ACTION_SPELL_INTERRUPT_FULL_TEXT]
property = true
[ACTION_SPELL_INTERRUPT_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_INTERRUPT_POSSESSIVE]
property = true
[ACTION_SPELL_LEECH]
property = true
[ACTION_SPELL_LEECH_FULL_TEXT]
property = true
[ACTION_SPELL_LEECH_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_LEECH_POSSESSIVE]
property = true
[ACTION_SPELL_LEECH_RESULT]
property = true
[ACTION_SPELL_MISSED]
property = true
[ACTION_SPELL_MISSED_ABSORB]
property = true
[ACTION_SPELL_MISSED_ABSORB_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_ABSORB_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_ABSORB_POSSESSIVE]
property = true
[ACTION_SPELL_MISSED_BLOCK]
property = true
[ACTION_SPELL_MISSED_BLOCK_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_BLOCK_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_BLOCK_POSSESSIVE]
property = true
[ACTION_SPELL_MISSED_DEFLECT]
property = true
[ACTION_SPELL_MISSED_DEFLECT_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_DEFLECT_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_DEFLECT_POSSESSIVE]
property = true
[ACTION_SPELL_MISSED_DODGE]
property = true
[ACTION_SPELL_MISSED_DODGE_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_DODGE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_DODGE_POSSESSIVE]
property = true
[ACTION_SPELL_MISSED_EVADE]
property = true
[ACTION_SPELL_MISSED_EVADE_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_EVADE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_EVADE_POSSESSIVE]
property = true
[ACTION_SPELL_MISSED_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_IMMUNE]
property = true
[ACTION_SPELL_MISSED_IMMUNE_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_IMMUNE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_MISFIRE]
property = true
[ACTION_SPELL_MISSED_MISFIRE_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_MISFIRE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_MISFIRE_POSSESSIVE]
property = true
[ACTION_SPELL_MISSED_MISS]
property = true
[ACTION_SPELL_MISSED_MISS_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_MISS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_MISS_POSSESSIVE]
property = true
[ACTION_SPELL_MISSED_PARRY]
property = true
[ACTION_SPELL_MISSED_PARRY_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_PARRY_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_PARRY_POSSESSIVE]
property = true
[ACTION_SPELL_MISSED_POSSESSIVE]
property = true
[ACTION_SPELL_MISSED_REFLECT]
property = true
[ACTION_SPELL_MISSED_REFLECT_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_REFLECT_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_RESIST]
property = true
[ACTION_SPELL_MISSED_RESIST_FULL_TEXT]
property = true
[ACTION_SPELL_MISSED_RESIST_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_MISSED_RESIST_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_DAMAGE]
property = true
[ACTION_SPELL_PERIODIC_DAMAGE_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_DAMAGE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_DAMAGE_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_DRAIN]
property = true
[ACTION_SPELL_PERIODIC_DRAIN_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_DRAIN_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_DRAIN_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_ENERGIZE]
property = true
[ACTION_SPELL_PERIODIC_ENERGIZE_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_ENERGIZE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_ENERGIZE_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_ENERGIZE_RESULT]
property = true
[ACTION_SPELL_PERIODIC_HEAL]
property = true
[ACTION_SPELL_PERIODIC_HEAL_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_HEAL_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_HEAL_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_LEECH]
property = true
[ACTION_SPELL_PERIODIC_LEECH_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_LEECH_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_LEECH_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_LEECH_RESULT]
property = true
[ACTION_SPELL_PERIODIC_MISSED]
property = true
[ACTION_SPELL_PERIODIC_MISSED_ABSORB]
property = true
[ACTION_SPELL_PERIODIC_MISSED_ABSORB_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_ABSORB_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_ABSORB_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_BLOCK]
property = true
[ACTION_SPELL_PERIODIC_MISSED_BLOCK_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_BLOCK_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_BLOCK_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_DEFLECTED]
property = true
[ACTION_SPELL_PERIODIC_MISSED_DEFLECTED_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_DEFLECTED_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_DEFLECTED_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_DODGE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_DODGE_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_DODGE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_DODGE_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_EVADED]
property = true
[ACTION_SPELL_PERIODIC_MISSED_EVADED_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_EVADED_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_EVADED_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_IMMUNE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_IMMUNE_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_IMMUNE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_IMMUNE_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_MISS]
property = true
[ACTION_SPELL_PERIODIC_MISSED_MISS_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_MISS_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_MISS_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_PARRY]
property = true
[ACTION_SPELL_PERIODIC_MISSED_PARRY_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_PARRY_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_PARRY_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_POSSESSIVE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_RESIST]
property = true
[ACTION_SPELL_PERIODIC_MISSED_RESIST_FULL_TEXT]
property = true
[ACTION_SPELL_PERIODIC_MISSED_RESIST_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_PERIODIC_MISSED_RESIST_POSSESSIVE]
property = true
[ACTION_SPELL_RESURRECT]
property = true
[ACTION_SPELL_RESURRECT_FULL_TEXT]
property = true
[ACTION_SPELL_RESURRECT_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_RESURRECT_POSSESSIVE]
property = true
[ACTION_SPELL_STOLEN]
property = true
[ACTION_SPELL_STOLEN_BUFF]
property = true
[ACTION_SPELL_STOLEN_BUFF_FULL_TEXT]
property = true
[ACTION_SPELL_STOLEN_BUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_STOLEN_BUFF_POSSESSIVE]
property = true
[ACTION_SPELL_STOLEN_BUFF__POSSESSIVE]
property = true
[ACTION_SPELL_STOLEN_DEBUFF]
property = true
[ACTION_SPELL_STOLEN_DEBUFF_FULL_TEXT]
property = true
[ACTION_SPELL_STOLEN_DEBUFF_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_STOLEN_DEBUFF_POSSESSIVE]
property = true
[ACTION_SPELL_STOLEN_FULL_TEXT]
property = true
[ACTION_SPELL_STOLEN_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_STOLEN_POSSESSIVE]
property = true
[ACTION_SPELL_SUMMON]
property = true
[ACTION_SPELL_SUMMON_FULL_TEXT]
property = true
[ACTION_SPELL_SUMMON_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SPELL_SUMMON_POSSESSIVE]
property = true
[ACTION_SWING]
property = true
[ACTION_SWING_DAMAGE]
property = true
[ACTION_SWING_DAMAGE_FULL_TEXT]
property = true
[ACTION_SWING_DAMAGE_FULL_TEXT_NO_SOURCE]
property = true
[ACTION_SWING_DAMAGE_POSSESSIVE]
property = true
[ACTION_SWING_MISSED]
property = true
[ACTION_SWING_MISSED_ABSORB]
property = true
[ACTION_SWING_MISSED_ABSORB_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_ABSORB_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_BLOCK]
property = true
[ACTION_SWING_MISSED_BLOCK_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_BLOCK_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_DEFLECT]
property = true
[ACTION_SWING_MISSED_DEFLECT_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_DEFLECT_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_DODGE]
property = true
[ACTION_SWING_MISSED_DODGE_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_DODGE_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_EVADE]
property = true
[ACTION_SWING_MISSED_EVADE_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_EVADE_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_IMMUNE]
property = true
[ACTION_SWING_MISSED_IMMUNE_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_IMMUNE_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_MISFIRE]
property = true
[ACTION_SWING_MISSED_MISFIRE_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_MISFIRE_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_MISS]
property = true
[ACTION_SWING_MISSED_MISS_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_MISS_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_PARRY]
property = true
[ACTION_SWING_MISSED_PARRY_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_PARRY_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_POSSESSIVE]
property = true
[ACTION_SWING_MISSED_RESIST]
property = true
[ACTION_SWING_MISSED_RESIST_FULL_TEXT]
property = true
[ACTION_SWING_MISSED_RESIST_POSSESSIVE]
property = true
[ACTION_UNIT_BECCOMES_UNCONSCIOUS]
property = true
[ACTION_UNIT_BECOMES_UNCONSCIOUS_FULL_TEXT]
property = true
[ACTION_UNIT_BECOMES_UNCONSCIOUS_POSSESSIVE]
property = true
[ACTION_UNIT_DESTROYED]
property = true
[ACTION_UNIT_DESTROYED_FULL_TEXT]
property = true
[ACTION_UNIT_DESTROYED_POSSESSIVE]
property = true
[ACTION_UNIT_DIED]
property = true
[ACTION_UNIT_DIED_FULL_TEXT]
property = true
[ACTION_UNIT_DIED_POSSESSIVE]
property = true
[ACTION_UNIT_DISSIPATES]
property = true
[ACTION_UNIT_DISSIPATES_FULL_TEXT]
property = true
[ACTION_UNIT_DISSIPATES_POSSESSIVE]
property = true
[ACTION_WILL_BIND_ITEM]
property = true
[ACTIVATE]
property = true
[ACTIVE_PETS]
property = true
[ADD]
property = true
[ADDITIONAL_COMMENTS]
property = true
[ADDITIONAL_FILTERS]
property = true
[ADDMEMBER]
property = true
[ADDMEMBER_TEAM]
property = true
[ADDONS]
property = true
[ADDON_ACTION_FORBIDDEN]
property = true
[ADDON_BANNED]
property = true
[ADDON_BANNED_TOOLTIP]
property = true
[ADDON_CORRUPT]
property = true
[ADDON_DEMAND_LOADED]
property = true
[ADDON_DEPENDENCIES]
property = true
[ADDON_DEP_BANNED]
property = true
[ADDON_DEP_CORRUPT]
property = true
[ADDON_DEP_DEMAND_LOADED]
property = true
[ADDON_DEP_DISABLED]
property = true
[ADDON_DEP_INCOMPATIBLE]
property = true
[ADDON_DEP_INSECURE]
property = true
[ADDON_DEP_INTERFACE_VERSION]
property = true
[ADDON_DEP_MISSING]
property = true
[ADDON_DISABLED]
property = true
[ADDON_FORCE_LOAD]
property = true
[ADDON_INCOMPATIBLE]
property = true
[ADDON_INSECURE]
property = true
[ADDON_INTERFACE_VERSION]
property = true
[ADDON_LIST]
property = true
[ADDON_LOAD_FAILED]
property = true
[ADDON_MEM_KB_ABBR]
property = true
[ADDON_MEM_MB_ABBR]
property = true
[ADDON_MISSING]
property = true
[ADDON_NOT_AVAILABLE]
property = true
[ADDON_UNKNOWN_ERROR]
property = true
[ADD_ANOTHER]
property = true
[ADD_CHANNEL]
property = true
[ADD_CHARACTER_FRIEND]
property = true
[ADD_CHAT_CHANNEL]
property = true
[ADD_FAVORITE_STATUS]
property = true
[ADD_FILTER]
property = true
[ADD_FRIEND]
property = true
[ADD_FRIEND_LABEL]
property = true
[ADD_GUILDMEMBER_LABEL]
property = true
[ADD_GUILDRANK_LABEL]
property = true
[ADD_IGNORE_LABEL]
property = true
[ADD_MUTE_LABEL]
property = true
[ADD_RAIDMEMBER_LABEL]
property = true
[ADD_RAID_MEMBER]
property = true
[ADD_TEAMMEMBER_LABEL]
property = true
[ADJUST_COLORBLIND_STRENGTH]
property = true
[ADVANCED_ANTIALIASING_MSAA_FORMAT]
property = true
[ADVANCED_COMBAT_LOGGING]
property = true
[ADVANCED_LABEL]
property = true
[ADVANCED_OBJECTIVES_TEXT]
property = true
[ADVANCED_OPTIONS]
property = true
[ADVANCED_OPTIONS_TOOLTIP]
property = true
[ADVANCED_WATCHFRAME_OPTION_ENABLE_INTERRUPT]
property = true
[ADVENTURE_JOURNAL]
property = true
[ADVENTURE_MAP_AVAILABLE_MISSIONS]
property = true
[ADVENTURE_MAP_AVAILABLE_QUESTS]
property = true
[ADVENTURE_MAP_TITLE]
property = true
[ADVENTURE_MAP_VIEW_ZONE_TOOLTIP]
property = true
[AFK]
property = true
[AGGRO_WARNING_DISPLAY]
property = true
[AGGRO_WARNING_IN_INSTANCE]
property = true
[AGGRO_WARNING_IN_PARTY]
property = true
[AGI]
property = true
[AGILITY_COLON]
property = true
[AGILITY_TOOLTIP]
property = true
[AGI_LCD]
property = true
[AH_EXACT_MATCH]
property = true
[AH_EXACT_MATCH_TOOLTIP]
property = true
[AIM_DOWN]
property = true
[AIM_UP]
property = true
[AJ_LFG_REWARD_DEFAULT_IRANGE_TEXT]
property = true
[AJ_LFG_REWARD_DEFAULT_TEXT]
property = true
[AJ_LFG_REWARD_DIFFICULTY_IRANGE_TEXT]
property = true
[AJ_LFG_REWARD_DIFFICULTY_TEXT]
property = true
[AJ_MICRO_BUTTON_ALERT_TEXT]
property = true
[AJ_PRIMARY_REWARD_TEXT]
property = true
[AJ_REWARD_CLICK_TEXT]
property = true
[AJ_SAMPLE_REWARD_TEXT]
property = true
[AJ_SUGGESTED_CONTENT_TAB]
property = true
[AJ_ZONE_CONTINUE]
property = true
[AJ_ZONE_CONTINUE_BUTTON_TEXT]
property = true
[AJ_ZONE_REWARD_DEFAULT_TEXT]
property = true
[ALL]
property = true
[ALLIANCE_CHEER]
property = true
[ALLIED]
property = true
[ALLIED_RACE_UNLOCK_TEXT]
property = true
[ALL_ASSIST_DESCRIPTION]
property = true
[ALL_ASSIST_LABEL]
property = true
[ALL_ASSIST_LABEL_LONG]
property = true
[ALL_ASSIST_NOT_LEADER_ERROR]
property = true
[ALL_BOSSES_ALIVE]
property = true
[ALL_CLASSES]
property = true
[ALL_GLYPHS]
property = true
[ALL_INVENTORY_SLOTS]
property = true
[ALL_SETTINGS]
property = true
[ALL_SPECS]
property = true
[ALREADY_BOUND]
property = true
[ALREADY_LEARNED]
property = true
[ALSO_QUEUED_FOR]
property = true
[ALTERED_FORM_CAN_NEVER_TRANSFORM]
property = true
[ALTERNATE_RESOURCE_TEXT]
property = true
[ALT_KEY]
property = true
[ALT_KEY_TEXT]
property = true
[ALT_KEY_TEXT_ABBR]
property = true
[ALWAYS]
property = true
[ALWAYS_SHOW_MULTIBARS_TEXT]
property = true
[AMBIENCE_VOLUME]
property = true
[AMMOSLOT]
property = true
[AMMO_DAMAGE_TEMPLATE]
property = true
[AMMO_SCHOOL_DAMAGE_TEMPLATE]
property = true
[AMOUNT_PAID_COLON]
property = true
[AMOUNT_RECEIVED_COLON]
property = true
[AMOUNT_TO_PICKUP]
property = true
[AMOUNT_TO_SEND]
property = true
[ANIMATION]
property = true
[ANISOTROPIC]
property = true
[ANTIALIASING]
property = true
[ANTIALIASING_CMAA]
property = true
[ANTIALIASING_FXAA_HIGH]
property = true
[ANTIALIASING_FXAA_LOW]
property = true
[ANTIALIASING_MSAA_FORMAT]
property = true
[ANTIALIASING_SSAA]
property = true
[ANTIALIASING_SSAA_CMAA]
property = true
[APPEARANCE_LABEL]
property = true
[APPEARANCE_SUBTEXT]
property = true
[APPLY]
property = true
[APPRENTICE]
property = true
[ARCANE_CHARGES]
property = true
[ARCANE_CHARGES_COST]
property = true
[ARCANE_CHARGES_COST_PER_TIME]
property = true
[ARCANE_CHARGES_COST_PER_TIME_NO_BASE]
property = true
[ARCANE_CHARGES_POWER]
property = true
[ARCHAEOLOGY_COMMON_COMPLETED]
property = true
[ARCHAEOLOGY_COMPLETED]
property = true
[ARCHAEOLOGY_COMPLETION]
property = true
[ARCHAEOLOGY_CURRENT]
property = true
[ARCHAEOLOGY_DIGSITE_COMPLETE_TOAST_FRAME_TITLE]
property = true
[ARCHAEOLOGY_DIGSITE_PROGRESS_BAR_TITLE]
property = true
[ARCHAEOLOGY_DIG_HELP]
property = true
[ARCHAEOLOGY_HELP]
property = true
[ARCHAEOLOGY_KEYSTONE_ADD_TOOLTIP]
property = true
[ARCHAEOLOGY_KEYSTONE_REMOVE_TOOLTIP]
property = true
[ARCHAEOLOGY_NONE_COMPLETED]
property = true
[ARCHAEOLOGY_POJECTBAR_TOOLTIP]
property = true
[ARCHAEOLOGY_RANK_TOOLTIP]
property = true
[ARCHAEOLOGY_RARE_COMPLETED]
property = true
[ARCHAEOLOGY_RUNE_STONES]
property = true
[ARCHAEOLOGY_SHOW_DIG_SITES]
property = true
[ARCHAEOLOGY_TIMESTAMP]
property = true
[AREA_SPIRIT_HEAL]
property = true
[ARENA]
property = true
[ARENA_2V2]
property = true
[ARENA_3V3]
property = true
[ARENA_5V5]
property = true
[ARENA_BANNER_VENDOR_GREETING]
property = true
[ARENA_BATTLES]
property = true
[ARENA_BATTLES_2V2]
property = true
[ARENA_BATTLES_3V3]
property = true
[ARENA_BATTLES_5V5]
property = true
[ARENA_CAPTAIN_INVALID_TEAM]
property = true
[ARENA_CASUAL]
property = true
[ARENA_CHARTER_PURCHASE]
property = true
[ARENA_CHARTER_TEMPLATE]
property = true
[ARENA_CHARTER_TURN_IN]
property = true
[ARENA_COMPLETE_MESSAGE]
property = true
[ARENA_CONQUEST_INFO]
property = true
[ARENA_CREATE_INFO]
property = true
[ARENA_ENTER_TEAM_NAME]
property = true
[ARENA_INFO]
property = true
[ARENA_IS_READY]
property = true
[ARENA_MASTER_NO_SEASON_TEXT]
property = true
[ARENA_MASTER_TEXT]
property = true
[ARENA_NOT_CAPTAIN_INVALID_TEAM]
property = true
[ARENA_NOT_USABLE]
property = true
[ARENA_OFF_SEASON_TEXT]
property = true
[ARENA_PETITION_LEADER_INSTRUCTIONS]
property = true
[ARENA_PETITION_MEMBER_INSTRUCTIONS]
property = true
[ARENA_POINTS]
property = true
[ARENA_PRACTICE_BATTLE]
property = true
[ARENA_RATED]
property = true
[ARENA_RATED_BATTLE]
property = true
[ARENA_RATED_MATCH]
property = true
[ARENA_RATED_QUEUES_DISABLED]
property = true
[ARENA_RATING]
property = true
[ARENA_REGISTRAR_PURCHASE_TEXT]
property = true
[ARENA_SEASON_STATS]
property = true
[ARENA_SPECTATOR]
property = true
[ARENA_TEAM]
property = true
[ARENA_TEAMS]
property = true
[ARENA_TEAMS_INVALID_WARNING]
property = true
[ARENA_TEAM_2V2]
property = true
[ARENA_TEAM_3V3]
property = true
[ARENA_TEAM_5V5]
property = true
[ARENA_TEAM_CAPTAIN]
property = true
[ARENA_TEAM_INFO]
property = true
[ARENA_TEAM_INVITATION]
property = true
[ARENA_TEAM_LEAD_IN]
property = true
[ARENA_TEAM_NAME_GOLD]
property = true
[ARENA_TEAM_NAME_GREEN]
property = true
[ARENA_TEAM_NAME_PURPLE]
property = true
[ARENA_TEAM_RATING]
property = true
[ARENA_THIS_SEASON]
property = true
[ARENA_THIS_SEASON_TOGGLE]
property = true
[ARENA_THIS_WEEK]
property = true
[ARENA_THIS_WEEK_TOGGLE]
property = true
[ARENA_WEEKLY_STATS]
property = true
[ARGUS_RAID_DEATH_TITAN_ENERGY]
property = true
[ARGUS_RAID_ENGINEER]
property = true
[ARGUS_RAID_LIFE_GIVING_ROOTS]
property = true
[ARMOR]
property = true
[ARMOR_TEMPLATE]
property = true
[ARMOR_TOOLTIP]
property = true
[ARTIFACTS_APPEARANCE_TAB]
property = true
[ARTIFACTS_APPEARANCE_TAB_TITLE]
property = true
[ARTIFACTS_KNOWLEDGE_TOOLTIP_DESC]
property = true
[ARTIFACTS_KNOWLEDGE_TOOLTIP_LEVEL]
property = true
[ARTIFACTS_NUM_PURCHASED_RANKS]
property = true
[ARTIFACTS_PERK_TAB]
property = true
[ARTIFACT_DEMONHUNTER_HAVOC_BOSSNAME1]
property = true
[ARTIFACT_DEMONHUNTER_HAVOC_WEAPONNAME]
property = true
[ARTIFACT_DEMONHUNTER_VENGEANCE_WEAPONNAME]
property = true
[ARTIFACT_DK_BLOOD]
property = true
[ARTIFACT_DK_BLOOD_BOSS_1]
property = true
[ARTIFACT_DK_BLOOD_BOSS_2]
property = true
[ARTIFACT_DK_FROST]
property = true
[ARTIFACT_DK_UNHOLY]
property = true
[ARTIFACT_DRUID_BALANCE]
property = true
[ARTIFACT_DRUID_FERAL]
property = true
[ARTIFACT_DRUID_FERAL_BOSSNAME_1]
property = true
[ARTIFACT_DRUID_FERAL_BOSSNAME_2]
property = true
[ARTIFACT_DRUID_GUARDIAN]
property = true
[ARTIFACT_DRUID_GUARDIAN_URSOCLAIR]
property = true
[ARTIFACT_DRUID_RESTO_BOSSNAME1]
property = true
[ARTIFACT_DRUID_RESTO_WEAPONNAME]
property = true
[ARTIFACT_END_GAME_POWER_UNLINKED_TOOLTIP]
property = true
[ARTIFACT_HIDDEN_ACHIEVEMENT_PROGRESS_FORMAT]
property = true
[ARTIFACT_HUNTER_BEAST_WEAPONNAME]
property = true
[ARTIFACT_HUNTER_MARKS_WEAPONNAME]
property = true
[ARTIFACT_HUNTER_SURV_BOSSNAME1]
property = true
[ARTIFACT_HUNTER_SURV_BOSSNAME2]
property = true
[ARTIFACT_HUNTER_SURV_BOSSNAME3]
property = true
[ARTIFACT_HUNTER_SURV_WEAPONNAME]
property = true
[ARTIFACT_MAGE_ARCANE]
property = true
[ARTIFACT_MAGE_FIRE]
property = true
[ARTIFACT_MAGE_FROST]
property = true
[ARTIFACT_MAGE_FROST_BOSSNAME]
property = true
[ARTIFACT_MONK_BREWMASTER1]
property = true
[ARTIFACT_MONK_BREWMASTER2]
property = true
[ARTIFACT_MONK_MISTWEAVER_WEAPONNAME]
property = true
[ARTIFACT_MONK_WW]
property = true
[ARTIFACT_PALADIN_HOLY_WEAPONNAME]
property = true
[ARTIFACT_PALADIN_PROT_BOSSNAME1]
property = true
[ARTIFACT_PALADIN_PROT_BOSSNAME2]
property = true
[ARTIFACT_PALADIN_PROT_WEAPONNAME]
property = true
[ARTIFACT_PALADIN_RET_WEAPONNAME]
property = true
[ARTIFACT_POWER]
property = true
[ARTIFACT_POWER_BAR]
property = true
[ARTIFACT_POWER_COST_TOOLTIP]
property = true
[ARTIFACT_POWER_GAIN]
property = true
[ARTIFACT_POWER_GAIN_SHORT]
property = true
[ARTIFACT_POWER_LEARN_RANK_TOOLTIP]
property = true
[ARTIFACT_POWER_RELIC_BONUS]
property = true
[ARTIFACT_POWER_TOOLTIP_BODY]
property = true
[ARTIFACT_POWER_TOOLTIP_TITLE]
property = true
[ARTIFACT_POWER_UNLINKED_TOOLTIP]
property = true
[ARTIFACT_PRIEST_DISCIPLINE]
property = true
[ARTIFACT_PRIEST_HOLY_1]
property = true
[ARTIFACT_PRIEST_HOLY_2]
property = true
[ARTIFACT_PRIEST_SHADOW_BOSSNAME1]
property = true
[ARTIFACT_PRIEST_SHADOW_BOSSNAME2]
property = true
[ARTIFACT_PRIEST_SHADOW_WEAPONNAME]
property = true
[ARTIFACT_RELIC_SLOT_NEXT_RANK]
property = true
[ARTIFACT_RELIC_TALENT_AVAILABLE]
property = true
[ARTIFACT_RESPEC]
property = true
[ARTIFACT_RESPEC_NOT_ENOUGH_POWER]
property = true
[ARTIFACT_RETIRED]
property = true
[ARTIFACT_ROGUE_ASSASSINATION_BOSSNAME1]
property = true
[ARTIFACT_ROGUE_ASSASSINATION_WEAPONNAME]
property = true
[ARTIFACT_ROGUE_OUTLAW_BOSSNAME1]
property = true
[ARTIFACT_ROGUE_OUTLAW_WEAPONNAME]
property = true
[ARTIFACT_ROGUE_SUBTLETY_BOSSNAME1]
property = true
[ARTIFACT_ROGUE_SUBTLETY_WEAPONNAME]
property = true
[ARTIFACT_SHAMAN_ELEMENTAL_WEAPONNAME]
property = true
[ARTIFACT_SHAMAN_ENHANCEMENT_WEAPONNAME]
property = true
[ARTIFACT_SHAMAN_RESTORATION_WEAPONNAME]
property = true
[ARTIFACT_SHAMAN_TITLECARD_DEEPHOLM]
property = true
[ARTIFACT_SHAMAN_TITLECARD_MAELSTROM]
property = true
[ARTIFACT_TOAST_NEW_POWER_AVAILABLE]
property = true
[ARTIFACT_TOAST_RETURN_TO_FORGE]
property = true
[ARTIFACT_TRAITS_NO_FORGE_ERROR]
property = true
[ARTIFACT_TUTORIAL_CUSTOMIZE_APPEARANCE]
property = true
[ARTIFACT_TUTORIAL_KNOWLEDGE]
property = true
[ARTIFACT_TUTORIAL_SLOT_RELIC]
property = true
[ARTIFACT_VISIT_FORGE_TO_START]
property = true
[ARTIFACT_WARLOCK_AFFLICTION]
property = true
[ARTIFACT_WARLOCK_AFFLICTION_2]
property = true
[ARTIFACT_WARLOCK_DEMO]
property = true
[ARTIFACT_WARLOCK_DEST]
property = true
[ARTIFACT_WARRIOR_ARMS_BOSSNAME1]
property = true
[ARTIFACT_WARRIOR_ARMS_WEAPONNAME]
property = true
[ARTIFACT_WARRIOR_FURY_BOSSNAME1]
property = true
[ARTIFACT_WARRIOR_FURY_WEAPONNAME]
property = true
[ARTIFACT_WARRIOR_ODYN]
property = true
[ARTIFACT_WARRIOR_PROT_BOSSNAME1]
property = true
[ARTIFACT_WARRIOR_PROT_WEAPONNAME]
property = true
[ARTIFACT_WARRIOR_PROT_WEAPONNAME_SECOND]
property = true
[ARTIFACT_XP_FULL]
property = true
[ARTIFACT_XP_GAIN]
property = true
[ARTIFACT_XP_REWARD]
property = true
[ARTISAN]
property = true
[ASHRAN_PICK_POCKET]
property = true
[ASSEMBLING_GROUP]
property = true
[ASSIGNED_COLON]
property = true
[ASSIGN_LOOT]
property = true
[ASSIST_ATTACK]
property = true
[ATTACHMENT_TEXT]
property = true
[ATTACK]
property = true
[ATTACK_COLON]
property = true
[ATTACK_POWER]
property = true
[ATTACK_POWER_TOOLTIP]
property = true
[ATTACK_SPEED]
property = true
[ATTACK_SPEED_SECONDS]
property = true
[ATTACK_SPEED_TOOLTIP1]
property = true
[ATTACK_TOOLTIP]
property = true
[ATTACK_TOOLTIP_SUBTEXT]
property = true
[AT_WAR]
property = true
[AUCTIONS]
property = true
[AUCTION_BROWSE_UNIT_PRICE_SORT]
property = true
[AUCTION_BUYOUT_ERROR]
property = true
[AUCTION_CATEGORY_ARMOR]
property = true
[AUCTION_CATEGORY_BATTLE_PETS]
property = true
[AUCTION_CATEGORY_CONSUMABLES]
property = true
[AUCTION_CATEGORY_CONTAINERS]
property = true
[AUCTION_CATEGORY_GEMS]
property = true
[AUCTION_CATEGORY_GLYPHS]
property = true
[AUCTION_CATEGORY_ITEM_ENHANCEMENT]
property = true
[AUCTION_CATEGORY_MISCELLANEOUS]
property = true
[AUCTION_CATEGORY_QUEST_ITEMS]
property = true
[AUCTION_CATEGORY_RECIPES]
property = true
[AUCTION_CATEGORY_TRADE_GOODS]
property = true
[AUCTION_CATEGORY_WEAPONS]
property = true
[AUCTION_CREATING]
property = true
[AUCTION_CREATOR]
property = true
[AUCTION_DURATION]
property = true
[AUCTION_DURATION_ERROR]
property = true
[AUCTION_DURATION_ONE]
property = true
[AUCTION_DURATION_THREE]
property = true
[AUCTION_DURATION_TWO]
property = true
[AUCTION_EXPIRED_MAIL_SUBJECT]
property = true
[AUCTION_HOUSE_ALL_AUCTIONS]
property = true
[AUCTION_HOUSE_ALL_BIDS]
property = true
[AUCTION_HOUSE_AUCTIONS_SUB_TAB]
property = true
[AUCTION_HOUSE_AUCTIONS_TAB]
property = true
[AUCTION_HOUSE_AUCTION_SOLD_PREFIX]
property = true
[AUCTION_HOUSE_BACK_BUTTON]
property = true
[AUCTION_HOUSE_BIDS_SUB_TAB]
property = true
[AUCTION_HOUSE_BID_AMOUNT_IS_TOO_LOW]
property = true
[AUCTION_HOUSE_BID_BUTTON]
property = true
[AUCTION_HOUSE_BID_LABEL]
property = true
[AUCTION_HOUSE_BROWSE_FAVORITES_TIP]
property = true
[AUCTION_HOUSE_BROWSE_HEADER_CONTAINER_SLOTS]
property = true
[AUCTION_HOUSE_BROWSE_HEADER_NAME]
property = true
[AUCTION_HOUSE_BROWSE_HEADER_PET_LEVEL]
property = true
[AUCTION_HOUSE_BROWSE_HEADER_PRICE]
property = true
[AUCTION_HOUSE_BROWSE_HEADER_QUANTITY]
property = true
[AUCTION_HOUSE_BROWSE_HEADER_RECIPE_SKILL]
property = true
[AUCTION_HOUSE_BROWSE_HEADER_REQUIRED_LEVEL]
property = true
[AUCTION_HOUSE_BUYOUT_BUTTON]
property = true
[AUCTION_HOUSE_BUYOUT_LABEL]
property = true
[AUCTION_HOUSE_BUYOUT_MODE_CHECK_BOX]
property = true
[AUCTION_HOUSE_BUYOUT_MODE_TOOLTIP]
property = true
[AUCTION_HOUSE_BUYOUT_OPTIONAL_LABEL]
property = true
[AUCTION_HOUSE_BUY_BUTTON]
property = true
[AUCTION_HOUSE_BUY_TAB]
property = true
[AUCTION_HOUSE_CANCEL_AUCTION_BUTTON]
property = true
[AUCTION_HOUSE_COMMODITIES_QUANTITY_FORMAT]
property = true
[AUCTION_HOUSE_CUT_COLON]
property = true
[AUCTION_HOUSE_DEPOSIT_LABEL]
property = true
[AUCTION_HOUSE_DEPRECATED]
property = true
[AUCTION_HOUSE_DIALOG_BUY_NOW]
property = true
[AUCTION_HOUSE_DIALOG_ITEM_FORMAT]
property = true
[AUCTION_HOUSE_DIALOG_PER_UNIT_INCREASE]
property = true
[AUCTION_HOUSE_DIALOG_PRICE_UNAVAILABLE]
property = true
[AUCTION_HOUSE_DIALOG_PRICE_UPDATED]
property = true
[AUCTION_HOUSE_DIALOG_TOTAL_INCREASE]
property = true
[AUCTION_HOUSE_DROPDOWN_REMOVE_FAVORITE]
property = true
[AUCTION_HOUSE_DROPDOWN_SET_FAVORITE]
property = true
[AUCTION_HOUSE_DURATION_LABEL]
property = true
[AUCTION_HOUSE_EQUIPMENT_NAME_FORMAT]
property = true
[AUCTION_HOUSE_EQUIPMENT_RESULT_FORMAT]
property = true
[AUCTION_HOUSE_FAVORITES_MAXED_TOOLTIP]
property = true
[AUCTION_HOUSE_FAVORITES_SEARCH_TOOLTIP_NO_FAVORITES]
property = true
[AUCTION_HOUSE_FAVORITES_SEARCH_TOOLTIP_TITLE]
property = true
[AUCTION_HOUSE_FILTER_CATEGORY_COLLECTIONS]
property = true
[AUCTION_HOUSE_FILTER_CATEGORY_EQUIPMENT]
property = true
[AUCTION_HOUSE_FILTER_CATEGORY_RARITY]
property = true
[AUCTION_HOUSE_FILTER_DROPDOWN_CUSTOM]
property = true
[AUCTION_HOUSE_FILTER_DROPDOWN_NONE]
property = true
[AUCTION_HOUSE_FILTER_DROP_DOWN_LEVEL_RANGE]
property = true
[AUCTION_HOUSE_FILTER_UNCOLLECTED_ONLY]
property = true
[AUCTION_HOUSE_FILTER_UPGRADES_ONLY]
property = true
[AUCTION_HOUSE_FILTER_USABLE_ONLY]
property = true
[AUCTION_HOUSE_FRAME_TITLE_AUCTIONS]
property = true
[AUCTION_HOUSE_FRAME_TITLE_BUY]
property = true
[AUCTION_HOUSE_FRAME_TITLE_SELL]
property = true
[AUCTION_HOUSE_FRAME_TITLE_TRANSACTIONS]
property = true
[AUCTION_HOUSE_HEADER_BID_PRICE]
property = true
[AUCTION_HOUSE_HEADER_BUYOUT_PRICE]
property = true
[AUCTION_HOUSE_HEADER_CURRENT_BID]
property = true
[AUCTION_HOUSE_HEADER_ITEM]
property = true
[AUCTION_HOUSE_HEADER_SELLER]
property = true
[AUCTION_HOUSE_HEADER_UNIT_PRICE]
property = true
[AUCTION_HOUSE_HIGHEST_BIDDER]
property = true
[AUCTION_HOUSE_INCOMING_AMOUNT]
property = true
[AUCTION_HOUSE_ITEM_SOLD_FORMAT]
property = true
[AUCTION_HOUSE_ITEM_WITH_QUANTITY_FORMAT]
property = true
[AUCTION_HOUSE_MAIL_FORMAT_COUNT]
property = true
[AUCTION_HOUSE_MAIL_MULTIPLE_BUYERS]
property = true
[AUCTION_HOUSE_MAIL_MULTIPLE_SELLERS]
property = true
[AUCTION_HOUSE_MAX_QUANTITY_BUTTON]
property = true
[AUCTION_HOUSE_NONE_AVAILABLE]
property = true
[AUCTION_HOUSE_NUM_SELLERS]
property = true
[AUCTION_HOUSE_OUTBID]
property = true
[AUCTION_HOUSE_OWNED_COMMODITIES_LINE_TOOLTIP_TEXT]
property = true
[AUCTION_HOUSE_OWNED_COMMODITIES_LINE_TOOLTIP_TITLE]
property = true
[AUCTION_HOUSE_PER_ITEM_LABEL]
property = true
[AUCTION_HOUSE_POST_BUTTON]
property = true
[AUCTION_HOUSE_QUANTITY_AVAILABLE_FORMAT]
property = true
[AUCTION_HOUSE_QUANTITY_LABEL]
property = true
[AUCTION_HOUSE_REFRESH_BUTTON_TOOLTIP]
property = true
[AUCTION_HOUSE_SEARCH_BAR_FILTERS_LABEL]
property = true
[AUCTION_HOUSE_SEARCH_BAR_LEVEL_RANGE_LABEL]
property = true
[AUCTION_HOUSE_SEARCH_BAR_NAME_LABEL]
property = true
[AUCTION_HOUSE_SEARCH_BUTTON]
property = true
[AUCTION_HOUSE_SELLER_YOU]
property = true
[AUCTION_HOUSE_SELL_FRAME_ERROR_BUYOUT]
property = true
[AUCTION_HOUSE_SELL_FRAME_ERROR_DEPOSIT]
property = true
[AUCTION_HOUSE_SELL_FRAME_ERROR_ITEM]
property = true
[AUCTION_HOUSE_SELL_FRAME_ERROR_PRICE]
property = true
[AUCTION_HOUSE_SELL_FRAME_ERROR_QUANTITY]
property = true
[AUCTION_HOUSE_SELL_TAB]
property = true
[AUCTION_HOUSE_TIME_LEFT_FORMAT_ACTIVE]
property = true
[AUCTION_HOUSE_TIME_LEFT_FORMAT_SOLD]
property = true
[AUCTION_HOUSE_TOOLTIP_DURATION_FORMAT]
property = true
[AUCTION_HOUSE_TOOLTIP_MULTIPLE_SELLERS_FORMAT]
property = true
[AUCTION_HOUSE_TOOLTIP_SELLER_FORMAT]
property = true
[AUCTION_HOUSE_TOOLTIP_TIME_LEFT_LONG]
property = true
[AUCTION_HOUSE_TOOLTIP_TIME_LEFT_MEDIUM]
property = true
[AUCTION_HOUSE_TOOLTIP_TIME_LEFT_SHORT]
property = true
[AUCTION_HOUSE_TOOLTIP_TIME_LEFT_VERY_LONG]
property = true
[AUCTION_HOUSE_TOOLTIP_TITLE_NONE_AVAILABLE]
property = true
[AUCTION_HOUSE_TOOLTIP_TITLE_NOT_ENOUGH_MONEY]
property = true
[AUCTION_HOUSE_TOOLTIP_TITLE_OWN_AUCTION]
property = true
[AUCTION_HOUSE_TOTAL_PRICE_LABEL]
property = true
[AUCTION_HOUSE_UNDERCUT_TUTORIAL]
property = true
[AUCTION_HOUSE_UNIT_PRICE_LABEL]
property = true
[AUCTION_INVOICE_FUNDS_DELAY]
property = true
[AUCTION_INVOICE_FUNDS_NOT_YET_SENT]
property = true
[AUCTION_INVOICE_MAIL_SUBJECT]
property = true
[AUCTION_INVOICE_PENDING_FUNDS_COLON]
property = true
[AUCTION_ITEM]
property = true
[AUCTION_ITEM_INCOMING_AMOUNT]
property = true
[AUCTION_ITEM_SOLD]
property = true
[AUCTION_ITEM_TEXT]
property = true
[AUCTION_ITEM_TIME_UNTIL_DELIVERY]
property = true
[AUCTION_MAIL_ITEM_STACK]
property = true
[AUCTION_NUM_STACKS]
property = true
[AUCTION_OUTBID_MAIL_SUBJECT]
property = true
[AUCTION_POSTING_ERROR_TEXT]
property = true
[AUCTION_PRICE]
property = true
[AUCTION_PRICE_PER_ITEM]
property = true
[AUCTION_PRICE_PER_STACK]
property = true
[AUCTION_REMOVED_MAIL_SUBJECT]
property = true
[AUCTION_SOLD_MAIL_SUBJECT]
property = true
[AUCTION_STACK_SIZE]
property = true
[AUCTION_SUBCATEGORY_CLOAK]
property = true
[AUCTION_SUBCATEGORY_MISCELLANEOUS]
property = true
[AUCTION_SUBCATEGORY_ONE_HANDED]
property = true
[AUCTION_SUBCATEGORY_OTHER]
property = true
[AUCTION_SUBCATEGORY_RANGED]
property = true
[AUCTION_SUBCATEGORY_TWO_HANDED]
property = true
[AUCTION_TIME_LEFT0]
property = true
[AUCTION_TIME_LEFT0_DETAIL]
property = true
[AUCTION_TIME_LEFT1]
property = true
[AUCTION_TIME_LEFT1_DETAIL]
property = true
[AUCTION_TIME_LEFT2]
property = true
[AUCTION_TIME_LEFT2_DETAIL]
property = true
[AUCTION_TIME_LEFT3]
property = true
[AUCTION_TIME_LEFT3_DETAIL]
property = true
[AUCTION_TIME_LEFT4]
property = true
[AUCTION_TIME_LEFT4_DETAIL]
property = true
[AUCTION_TITLE]
property = true
[AUCTION_TOOLTIP_BID_PREFIX]
property = true
[AUCTION_TOOLTIP_BUYOUT_PREFIX]
property = true
[AUCTION_WON_MAIL_SUBJECT]
property = true
[AURAS]
property = true
[AURAS_COMBATLOG_TOOLTIP]
property = true
[AURA_END]
property = true
[AUTHENTICATOR_CONFIRM_GUILD_DEMOTE]
property = true
[AUTHENTICATOR_CONFIRM_GUILD_PROMOTE]
property = true
[AUTHENTICATOR_GUILD_RANK_CHANGE]
property = true
[AUTHENTICATOR_GUILD_RANK_IN_USE]
property = true
[AUTHENTICATOR_GUILD_RANK_LAST]
property = true
[AUTOCOMPLETE_LABEL_FRIEND]
property = true
[AUTOCOMPLETE_LABEL_GROUP]
property = true
[AUTOCOMPLETE_LABEL_GUILD]
property = true
[AUTOCOMPLETE_LABEL_INTERACTED]
property = true
[AUTOFOLLOWSTART]
property = true
[AUTOFOLLOWSTOP]
property = true
[AUTOFOLLOWSTOPCOMBAT]
property = true
[AUTO_ACCEPT_QUICK_JOIN_TEXT]
property = true
[AUTO_ACTIVATE_DISABLED_IN_PARTY]
property = true
[AUTO_ACTIVATE_ON]
property = true
[AUTO_ACTIVATE_PROFILE_NO_ENEMYTYPE]
property = true
[AUTO_ACTIVATE_PROFILE_NO_SIZE]
property = true
[AUTO_ACTIVATE_PROFILE_NO_TALENT]
property = true
[AUTO_ADD_DISABLED_GROUPED_TOOLTIP]
property = true
[AUTO_ADD_DISABLED_QUEUED_TOOLTIP]
property = true
[AUTO_ADD_MEMBERS]
property = true
[AUTO_ADD_TOOLTIP]
property = true
[AUTO_DISMOUNT_FLYING_TEXT]
property = true
[AUTO_FOLLOW_SPEED]
property = true
[AUTO_GROUP_CREATION_NORMAL_QUEST]
property = true
[AUTO_GROUP_CREATION_WORLD_QUEST]
property = true
[AUTO_JOIN]
property = true
[AUTO_JOIN_DISABLED_TOOLTIP]
property = true
[AUTO_JOIN_GUILD_CHANNEL]
property = true
[AUTO_JOIN_TOOLTIP]
property = true
[AUTO_JOIN_VOICE]
property = true
[AUTO_LOOT_DEFAULT_TEXT]
property = true
[AUTO_LOOT_KEY_TEXT]
property = true
[AUTO_OPEN_LOOT_HISTORY_TEXT]
property = true
[AUTO_QUEST_PROGRESS_TEXT]
property = true
[AUTO_QUEST_WATCH_TEXT]
property = true
[AUTO_RANGED_COMBAT_TEXT]
property = true
[AUTO_SELF_CAST_KEY_TEXT]
property = true
[AUTO_SELF_CAST_TEXT]
property = true
[AVAILABLE]
property = true
[AVAILABLE_FOLLOWER_QUEST]
property = true
[AVAILABLE_QUEST]
property = true
[AVAILABLE_QUESTS]
property = true
[AVAILABLE_SERVICES]
property = true
[AVERAGE_WAIT_TIME]
property = true
[AZERITE_CLICK_TO_SELECT]
property = true
[AZERITE_EMPOWERED_BIND_NO_DROP]
property = true
[AZERITE_EMPOWERED_ITEM_FULLY_UPGRADED]
property = true
[AZERITE_EMPOWERED_ITEM_LOOT_LABEL]
property = true
[AZERITE_EMPOWERED_REFORGE_NO_CHOICES_TO_UNDO]
property = true
[AZERITE_EMPOWERED_SELECT_POWER]
property = true
[AZERITE_EMPOWERED_UNSELECTED_TRAITS_HELPTIP]
property = true
[AZERITE_ESSENCE_EMPTY_MAIN_SLOT]
property = true
[AZERITE_ESSENCE_EMPTY_MAIN_SLOT_DESC]
property = true
[AZERITE_ESSENCE_EMPTY_PASSIVE_SLOT]
property = true
[AZERITE_ESSENCE_EMPTY_PASSIVE_SLOT_DESC]
property = true
[AZERITE_ESSENCE_HELPTIP_AVAILABLE_SLOT]
property = true
[AZERITE_ESSENCE_HELPTIP_UNLOCKED_POWER]
property = true
[AZERITE_ESSENCE_HELPTIP_UNLOCKED_SLOT]
property = true
[AZERITE_ESSENCE_ITEM_TOOLTIP_SLOT_AVAILABLE]
property = true
[AZERITE_ESSENCE_ITEM_TYPE]
property = true
[AZERITE_ESSENCE_LOCKED_MILESTONE_LEVEL]
property = true
[AZERITE_ESSENCE_LOCKED_SLOT_LEVEL]
property = true
[AZERITE_ESSENCE_MAIN_SLOT]
property = true
[AZERITE_ESSENCE_PASSIVE_SLOT]
property = true
[AZERITE_ESSENCE_RANK]
property = true
[AZERITE_ESSENCE_TOOLTIP_FINAL_POWER_INLINE]
property = true
[AZERITE_ESSENCE_TOOLTIP_MAIN_POWER]
property = true
[AZERITE_ESSENCE_TOOLTIP_MAIN_POWER_INLINE]
property = true
[AZERITE_ESSENCE_TOOLTIP_NAME_RANK]
property = true
[AZERITE_ESSENCE_TOOLTIP_PASSIVE_POWER]
property = true
[AZERITE_ESSENCE_TOOLTIP_PASSIVE_POWER_INLINE]
property = true
[AZERITE_ESSENCE_TUTORIAL_FIRST_ESSENCE]
property = true
[AZERITE_ESSENCE_UNLOCK_MILESTONE]
property = true
[AZERITE_ESSENCE_UNLOCK_SLOT]
property = true
[AZERITE_ISLANDS_XP_GAIN]
property = true
[AZERITE_ISLAND_POWER_GAIN_SHORT]
property = true
[AZERITE_ITEM_LEVELED_UP_TOAST]
property = true
[AZERITE_ITEM_LEVELED_UP_TOAST_UNLOCKED_MULTIPLE]
property = true
[AZERITE_ITEM_LEVELED_UP_TOAST_UNLOCKED_SINGLE]
property = true
[AZERITE_MILESTONE_NO_ACTIVE_LINKS]
property = true
[AZERITE_POWER_BAR]
property = true
[AZERITE_POWER_GAIN_SHORT]
property = true
[AZERITE_POWER_LEVEL]
property = true
[AZERITE_POWER_NOT_FOR_YOUR_SPEC]
property = true
[AZERITE_POWER_TOOLTIP_BODY]
property = true
[AZERITE_POWER_TOOLTIP_TITLE]
property = true
[AZERITE_POWER_UNLOCKED_AT_LEVEL]
property = true
[AZERITE_POWER_UNSELECTABLE_IN_PREVIEW]
property = true
[AZERITE_PREVIEW_UNAVAILABLE_FOR_CLASS]
property = true
[AZERITE_RESPEC_BUTTON]
property = true
[AZERITE_RESPEC_TITLE]
property = true
[AZERITE_RESPEC_TUTORIAL_TEXT]
property = true
[AZERITE_TUTORIAL_FIRST_POWER_LOCKED_IN]
property = true
[AZERITE_TUTORIAL_ITEM_IN_BAG]
property = true
[AZERITE_TUTORIAL_ITEM_IN_SLOT]
property = true
[AZERITE_XP_GAIN]
property = true
[AZEROTH]
property = true
[AZSUNA]
property = true
[A_RANDOM_DUNGEON]
property = true
[BACK]
property = true
[BACKGROUND]
property = true
[BACKPACK_AUTHENTICATOR_DIALOG_DESCRIPTION]
property = true
[BACKPACK_AUTHENTICATOR_EXTRA_SLOTS_ADDED]
property = true
[BACKPACK_AUTHENTICATOR_FULL_INVENTORY]
property = true
[BACKPACK_AUTHENTICATOR_INCREASE_SIZE]
property = true
[BACKPACK_TOOLTIP]
property = true
[BACKSLOT]
property = true
[BAD_ARENA_TEAM_NAME]
property = true
[BAD_GUILD_NAME]
property = true
[BAD_PLAYER_NAME]
property = true
[BAGSLOT]
property = true
[BAGSLOTTEXT]
property = true
[BAGS_ONLY]
property = true
[BAG_CLEANUP_BAGS]
property = true
[BAG_CLEANUP_BANK]
property = true
[BAG_CLEANUP_REAGENT_BANK]
property = true
[BAG_FILTER_ALREADY_ASSIGNED]
property = true
[BAG_FILTER_ASSIGNED_TO]
property = true
[BAG_FILTER_ASSIGN_TO]
property = true
[BAG_FILTER_CLEANUP]
property = true
[BAG_FILTER_CONSUMABLES]
property = true
[BAG_FILTER_EQUIPMENT]
property = true
[BAG_FILTER_IGNORE]
property = true
[BAG_FILTER_JUNK]
property = true
[BAG_FILTER_TRADE_GOODS]
property = true
[BAG_SETTINGS_TOOLTIP]
property = true
[BAG_SETTINGS_TUTORIAL]
property = true
[BALANCE]
property = true
[BALANCE_NEGATIVE_ENERGY]
property = true
[BALANCE_NEGATIVE_ENERGY_COST]
property = true
[BALANCE_POSITIVE_ENERGY]
property = true
[BALANCE_POSITIVE_ENERGY_COST]
property = true
[BALANCE_TOOLTIP]
property = true
[BANK]
property = true
[BANKSLOTPURCHASE]
property = true
[BANKSLOTPURCHASE_LABEL]
property = true
[BANK_BAG]
property = true
[BANK_BAG_PURCHASE]
property = true
[BARBERSHOP]
property = true
[BASE_SETTINGS]
property = true
[BASIC_OPTIONS_TOOLTIP]
property = true
[BATTLEFIELDMINIMAP_OPACITY_LABEL]
property = true
[BATTLEFIELDMINIMAP_OPTIONS_LABEL]
property = true
[BATTLEFIELDS]
property = true
[BATTLEFIELD_ALERT]
property = true
[BATTLEFIELD_ALERT_LCD]
property = true
[BATTLEFIELD_BORDER_WARNING]
property = true
[BATTLEFIELD_CONFIRM_STATUS]
property = true
[BATTLEFIELD_FULL]
property = true
[BATTLEFIELD_GROUP_JOIN]
property = true
[BATTLEFIELD_IN_BATTLEFIELD]
property = true
[BATTLEFIELD_IN_QUEUE]
property = true
[BATTLEFIELD_IN_QUEUE_RATED]
property = true
[BATTLEFIELD_IN_QUEUE_SIMPLE]
property = true
[BATTLEFIELD_JOIN]
property = true
[BATTLEFIELD_LEVEL]
property = true
[BATTLEFIELD_MINIMAP]
property = true
[BATTLEFIELD_MINIMAP_SHOW_ALWAYS]
property = true
[BATTLEFIELD_MINIMAP_SHOW_BATTLEGROUNDS]
property = true
[BATTLEFIELD_MINIMAP_SHOW_NEVER]
property = true
[BATTLEFIELD_NAME]
property = true
[BATTLEFIELD_QUEUE_CONFIRM]
property = true
[BATTLEFIELD_QUEUE_CONFIRM_SIMPLE]
property = true
[BATTLEFIELD_QUEUE_PENDING_REMOVAL]
property = true
[BATTLEFIELD_QUEUE_STATUS]
property = true
[BATTLEGROUND]
property = true
[BATTLEGROUNDS]
property = true
[BATTLEGROUND_10V10]
property = true
[BATTLEGROUND_BONUS_REWARD]
property = true
[BATTLEGROUND_BONUS_REWARD_TOOLTIP]
property = true
[BATTLEGROUND_COMPLETE_MESSAGE]
property = true
[BATTLEGROUND_DICE_BUTTON_TOOLTIP]
property = true
[BATTLEGROUND_ENEMY_AVERAGE_RATING]
property = true
[BATTLEGROUND_HOLIDAY]
property = true
[BATTLEGROUND_HOLIDAY_EXPLANATION]
property = true
[BATTLEGROUND_HOLIDAY_LONG]
property = true
[BATTLEGROUND_INSTANCE]
property = true
[BATTLEGROUND_INSTANCE_TOOLTIP]
property = true
[BATTLEGROUND_IS_READY]
property = true
[BATTLEGROUND_LEADER]
property = true
[BATTLEGROUND_NEW_RATING]
property = true
[BATTLEGROUND_RATING]
property = true
[BATTLEGROUND_REQUIRED_LEVEL_TOOLTIP]
property = true
[BATTLEGROUND_SCORE_GOLD]
property = true
[BATTLEGROUND_SCORE_VICTORY_POINTS]
property = true
[BATTLEGROUND_SILENCE]
property = true
[BATTLEGROUND_UNSILENCE]
property = true
[BATTLEGROUND_YOUR_AVERAGE_RATING]
property = true
[BATTLENET_ADD_FRIEND_INFO]
property = true
[BATTLENET_BROADCAST]
property = true
[BATTLENET_FRIEND]
property = true
[BATTLENET_FRIEND_INFO]
property = true
[BATTLENET_FRIEND_PROMPT]
property = true
[BATTLENET_FRIEND_REQUEST_RECEIVED]
property = true
[BATTLENET_NAME_FORMAT]
property = true
[BATTLENET_OPTIONS_LABEL]
property = true
[BATTLENET_OPTIONS_SUBTEXT]
property = true
[BATTLENET_UNAVAILABLE]
property = true
[BATTLENET_UNAVAILABLE_ALERT]
property = true
[BATTLETAG]
property = true
[BATTLETAG_CREATE]
property = true
[BATTLETAG_CREATE_INFO]
property = true
[BATTLETAG_CREATE_WEBSITE]
property = true
[BATTLETAG_FRIEND_LABEL]
property = true
[BATTLETAG_REMOVE_FRIEND_CONFIRMATION]
property = true
[BATTLE_FOR_AZEROTH_MASTER]
property = true
[BATTLE_PETS_ACHIEVEMENT]
property = true
[BATTLE_PETS_ACHIEVEMENT_TOOLTIP]
property = true
[BATTLE_PETS_FIND_BATTLE_TOOLTIP]
property = true
[BATTLE_PETS_SUMMON_TOOLTIP]
property = true
[BATTLE_PETS_TOTAL_PETS]
property = true
[BATTLE_PETS_TOTAL_PETS_TOOLTIP]
property = true
[BATTLE_PETS_UNWRAP_TOOLTIP]
property = true
[BATTLE_PET_ABILITY_MULTIROUND]
property = true
[BATTLE_PET_ABILITY_TEXT_OBJECT_BOOMBOT]
property = true
[BATTLE_PET_BREED_QUALITY1]
property = true
[BATTLE_PET_BREED_QUALITY2]
property = true
[BATTLE_PET_BREED_QUALITY3]
property = true
[BATTLE_PET_BREED_QUALITY4]
property = true
[BATTLE_PET_BREED_QUALITY5]
property = true
[BATTLE_PET_BREED_QUALITY6]
property = true
[BATTLE_PET_CAGE_ITEM_NAME]
property = true
[BATTLE_PET_CAGE_TOOLTIP_BREED]
property = true
[BATTLE_PET_CAGE_TOOLTIP_LEVEL]
property = true
[BATTLE_PET_CANNOT_BATTLE]
property = true
[BATTLE_PET_CAPTURED]
property = true
[BATTLE_PET_CAPTURED_ICON_LINK]
property = true
[BATTLE_PET_CAPTURED_LINK]
property = true
[BATTLE_PET_COMBAT_LOG_ABILITY_GAINED]
property = true
[BATTLE_PET_COMBAT_LOG_CAPTURED]
property = true
[BATTLE_PET_COMBAT_LOG_CAPTURED_REDUCED]
property = true
[BATTLE_PET_COMBAT_LOG_CAPTURE_LOST]
property = true
[BATTLE_PET_COMBAT_LOG_LEVEL_UP]
property = true
[BATTLE_PET_DAMAGE_NAME_1]
property = true
[BATTLE_PET_DAMAGE_NAME_10]
property = true
[BATTLE_PET_DAMAGE_NAME_2]
property = true
[BATTLE_PET_DAMAGE_NAME_3]
property = true
[BATTLE_PET_DAMAGE_NAME_4]
property = true
[BATTLE_PET_DAMAGE_NAME_5]
property = true
[BATTLE_PET_DAMAGE_NAME_6]
property = true
[BATTLE_PET_DAMAGE_NAME_7]
property = true
[BATTLE_PET_DAMAGE_NAME_8]
property = true
[BATTLE_PET_DAMAGE_NAME_9]
property = true
[BATTLE_PET_FAVORITE]
property = true
[BATTLE_PET_FIND_BATTLE_DISABLED]
property = true
[BATTLE_PET_FIND_BATTLE_READONLY]
property = true
[BATTLE_PET_LEVEL_UP]
property = true
[BATTLE_PET_LEVEL_UP_ICON]
property = true
[BATTLE_PET_LOOT_RECEIVED]
property = true
[BATTLE_PET_MESSAGE_CHARGING]
property = true
[BATTLE_PET_MESSAGE_CLEANSED]
property = true
[BATTLE_PET_MESSAGE_COOLDOWN_DOWN]
property = true
[BATTLE_PET_MESSAGE_COOLDOWN_RESET]
property = true
[BATTLE_PET_MESSAGE_COOLDOWN_UP]
property = true
[BATTLE_PET_MESSAGE_CRITICAL]
property = true
[BATTLE_PET_MESSAGE_MISS]
property = true
[BATTLE_PET_MESSAGE_RECOVERING]
property = true
[BATTLE_PET_MESSAGE_SPELL_LOCK]
property = true
[BATTLE_PET_MESSAGE_STRONG]
property = true
[BATTLE_PET_MESSAGE_TRAP_MISSED]
property = true
[BATTLE_PET_MESSAGE_WEAK]
property = true
[BATTLE_PET_MESSAGE_XP]
property = true
[BATTLE_PET_MESSAGE_XP_DIFFICULTY_BONUS]
property = true
[BATTLE_PET_NAME_1]
property = true
[BATTLE_PET_NAME_10]
property = true
[BATTLE_PET_NAME_2]
property = true
[BATTLE_PET_NAME_3]
property = true
[BATTLE_PET_NAME_4]
property = true
[BATTLE_PET_NAME_5]
property = true
[BATTLE_PET_NAME_6]
property = true
[BATTLE_PET_NAME_7]
property = true
[BATTLE_PET_NAME_8]
property = true
[BATTLE_PET_NAME_9]
property = true
[BATTLE_PET_NEW_PET]
property = true
[BATTLE_PET_NOT_TRADABLE]
property = true
[BATTLE_PET_OBJECT_MINE]
property = true
[BATTLE_PET_PUT_IN_CAGE]
property = true
[BATTLE_PET_PUT_IN_CAGE_HEALTH]
property = true
[BATTLE_PET_PUT_IN_CAGE_SLOTTED]
property = true
[BATTLE_PET_RELEASE]
property = true
[BATTLE_PET_RENAME]
property = true
[BATTLE_PET_SLOT]
property = true
[BATTLE_PET_SLOTS]
property = true
[BATTLE_PET_SLOT_DRAG_HERE]
property = true
[BATTLE_PET_SOURCE_1]
property = true
[BATTLE_PET_SOURCE_10]
property = true
[BATTLE_PET_SOURCE_11]
property = true
[BATTLE_PET_SOURCE_2]
property = true
[BATTLE_PET_SOURCE_3]
property = true
[BATTLE_PET_SOURCE_4]
property = true
[BATTLE_PET_SOURCE_5]
property = true
[BATTLE_PET_SOURCE_6]
property = true
[BATTLE_PET_SOURCE_7]
property = true
[BATTLE_PET_SOURCE_8]
property = true
[BATTLE_PET_SOURCE_9]
property = true
[BATTLE_PET_SUMMON]
property = true
[BATTLE_PET_TOOLTIP_CLICK]
property = true
[BATTLE_PET_TOOLTIP_SUMMON]
property = true
[BATTLE_PET_UNFAVORITE]
property = true
[BATTLE_PET_UNLOCK_HELP_1]
property = true
[BATTLE_PET_UNLOCK_HELP_2]
property = true
[BATTLE_PET_UNLOCK_HELP_3]
property = true
[BATTLE_PET_VARIANCE_STR]
property = true
[BATTLE_PET_YOUR]
property = true
[BATTLE_TAG_CLICK_CREATE]
property = true
[BATTLE_TAG_ID_PROMPT]
property = true
[BATTLE_TAG_REQUEST]
property = true
[BATTLE_TAG_REQUEST_INFO]
property = true
[BATTLE_TAG_SYMBOL]
property = true
[BENCHMARK_TAXI_AVERAGE_FPS]
property = true
[BENCHMARK_TAXI_MAX_FPS]
property = true
[BENCHMARK_TAXI_MIN_FPS]
property = true
[BENCHMARK_TAXI_MODE_OFF]
property = true
[BENCHMARK_TAXI_MODE_ON]
property = true
[BENCHMARK_TAXI_RESULTS]
property = true
[BENCHMARK_TAXI_TOTAL_TIME]
property = true
[BENEFICIAL]
property = true
[BENEFICIAL_AURA_COMBATLOG_TOOLTIP]
property = true
[BEST]
property = true
[BFA_LANDING_COMPLETE]
property = true
[BFA_MISSION_REPORT]
property = true
[BFA_MISSION_TOOLTIP_RETURN_TO_START]
property = true
[BFA_PVP_SEASON_DESCRIPTION_TWO]
property = true
[BFA_SEASON_NUMBER]
property = true
[BF_NOT_IN]
property = true
[BG_RATING_ABBR]
property = true
[BG_SYSTEM_ALLIANCE]
property = true
[BG_SYSTEM_HORDE]
property = true
[BG_SYSTEM_NEUTRAL]
property = true
[BID]
property = true
[BIDS]
property = true
[BID_AUCTION_CONFIRMATION]
property = true
[BID_STATUS]
property = true
[BILLING_NAG_DIALOG]
property = true
[BILLING_NAG_WARNING]
property = true
[BINDING_HEADER_ACTIONBAR]
property = true
[BINDING_HEADER_BLANK]
property = true
[BINDING_HEADER_CAMERA]
property = true
[BINDING_HEADER_CHAT]
property = true
[BINDING_HEADER_COMMENTATOR]
property = true
[BINDING_HEADER_COMMENTATORCAMERA]
property = true
[BINDING_HEADER_COMMENTATORFOLLOW]
property = true
[BINDING_HEADER_COMMENTATORFOLLOWSNAP]
property = true
[BINDING_HEADER_COMMENTATORLOOKAT]
property = true
[BINDING_HEADER_COMMENTATORMISC]
property = true
[BINDING_HEADER_COMMENTATORSCORING]
property = true
[BINDING_HEADER_DEBUG]
property = true
[BINDING_HEADER_INTERFACE]
property = true
[BINDING_HEADER_ITUNES_REMOTE]
property = true
[BINDING_HEADER_MISC]
property = true
[BINDING_HEADER_MOVEMENT]
property = true
[BINDING_HEADER_MOVIE_RECORDING_SECTION]
property = true
[BINDING_HEADER_MULTIACTIONBAR]
property = true
[BINDING_HEADER_MULTICASTFUNCTIONS]
property = true
[BINDING_HEADER_OTHER]
property = true
[BINDING_HEADER_RAID_TARGET]
property = true
[BINDING_HEADER_TARGETING]
property = true
[BINDING_HEADER_VEHICLE]
property = true
[BINDING_HEADER_VOICE_CHAT]
property = true
[BINDING_NAME_ACTIONBUTTON1]
property = true
[BINDING_NAME_ACTIONBUTTON10]
property = true
[BINDING_NAME_ACTIONBUTTON11]
property = true
[BINDING_NAME_ACTIONBUTTON12]
property = true
[BINDING_NAME_ACTIONBUTTON2]
property = true
[BINDING_NAME_ACTIONBUTTON3]
property = true
[BINDING_NAME_ACTIONBUTTON4]
property = true
[BINDING_NAME_ACTIONBUTTON5]
property = true
[BINDING_NAME_ACTIONBUTTON6]
property = true
[BINDING_NAME_ACTIONBUTTON7]
property = true
[BINDING_NAME_ACTIONBUTTON8]
property = true
[BINDING_NAME_ACTIONBUTTON9]
property = true
[BINDING_NAME_ACTIONPAGE1]
property = true
[BINDING_NAME_ACTIONPAGE2]
property = true
[BINDING_NAME_ACTIONPAGE3]
property = true
[BINDING_NAME_ACTIONPAGE4]
property = true
[BINDING_NAME_ACTIONPAGE5]
property = true
[BINDING_NAME_ACTIONPAGE6]
property = true
[BINDING_NAME_ACTIONWINDOW1]
property = true
[BINDING_NAME_ACTIONWINDOW2]
property = true
[BINDING_NAME_ACTIONWINDOW3]
property = true
[BINDING_NAME_ACTIONWINDOW4]
property = true
[BINDING_NAME_ACTIONWINDOWDECREMENT]
property = true
[BINDING_NAME_ACTIONWINDOWINCREMENT]
property = true
[BINDING_NAME_ACTIONWINDOWMOVE]
property = true
[BINDING_NAME_ALLNAMEPLATES]
property = true
[BINDING_NAME_ASSISTTARGET]
property = true
[BINDING_NAME_ATTACKTARGET]
property = true
[BINDING_NAME_BONUSACTIONBUTTON1]
property = true
[BINDING_NAME_BONUSACTIONBUTTON10]
property = true
[BINDING_NAME_BONUSACTIONBUTTON2]
property = true
[BINDING_NAME_BONUSACTIONBUTTON3]
property = true
[BINDING_NAME_BONUSACTIONBUTTON4]
property = true
[BINDING_NAME_BONUSACTIONBUTTON5]
property = true
[BINDING_NAME_BONUSACTIONBUTTON6]
property = true
[BINDING_NAME_BONUSACTIONBUTTON7]
property = true
[BINDING_NAME_BONUSACTIONBUTTON8]
property = true
[BINDING_NAME_BONUSACTIONBUTTON9]
property = true
[BINDING_NAME_CAMERAZOOMIN]
property = true
[BINDING_NAME_CAMERAZOOMOUT]
property = true
[BINDING_NAME_CHATBOTTOM]
property = true
[BINDING_NAME_CHATPAGEDOWN]
property = true
[BINDING_NAME_CHATPAGEUP]
property = true
[BINDING_NAME_CHECK_FOR_SCOREBOARD]
property = true
[BINDING_NAME_COMBATLOGBOTTOM]
property = true
[BINDING_NAME_COMBATLOGPAGEDOWN]
property = true
[BINDING_NAME_COMBATLOGPAGEUP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW1]
property = true
[BINDING_NAME_COMMENTATORFOLLOW10]
property = true
[BINDING_NAME_COMMENTATORFOLLOW10SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW11]
property = true
[BINDING_NAME_COMMENTATORFOLLOW11SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW12]
property = true
[BINDING_NAME_COMMENTATORFOLLOW12SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW1SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW2]
property = true
[BINDING_NAME_COMMENTATORFOLLOW2SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW3]
property = true
[BINDING_NAME_COMMENTATORFOLLOW3SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW4]
property = true
[BINDING_NAME_COMMENTATORFOLLOW4SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW5]
property = true
[BINDING_NAME_COMMENTATORFOLLOW5SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW6]
property = true
[BINDING_NAME_COMMENTATORFOLLOW6SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW7]
property = true
[BINDING_NAME_COMMENTATORFOLLOW7SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW8]
property = true
[BINDING_NAME_COMMENTATORFOLLOW8SNAP]
property = true
[BINDING_NAME_COMMENTATORFOLLOW9]
property = true
[BINDING_NAME_COMMENTATORFOLLOW9SNAP]
property = true
[BINDING_NAME_COMMENTATORLOOKAT1]
property = true
[BINDING_NAME_COMMENTATORLOOKAT10]
property = true
[BINDING_NAME_COMMENTATORLOOKAT11]
property = true
[BINDING_NAME_COMMENTATORLOOKAT12]
property = true
[BINDING_NAME_COMMENTATORLOOKAT2]
property = true
[BINDING_NAME_COMMENTATORLOOKAT3]
property = true
[BINDING_NAME_COMMENTATORLOOKAT4]
property = true
[BINDING_NAME_COMMENTATORLOOKAT5]
property = true
[BINDING_NAME_COMMENTATORLOOKAT6]
property = true
[BINDING_NAME_COMMENTATORLOOKAT7]
property = true
[BINDING_NAME_COMMENTATORLOOKAT8]
property = true
[BINDING_NAME_COMMENTATORLOOKAT9]
property = true
[BINDING_NAME_COMMENTATORLOOKATNONE]
property = true
[BINDING_NAME_COMMENTATORMOVESPEEDDECREASE]
property = true
[BINDING_NAME_COMMENTATORMOVESPEEDINCREASE]
property = true
[BINDING_NAME_COMMENTATORRESET]
property = true
[BINDING_NAME_COMMENTATORRESETZOOM]
property = true
[BINDING_NAME_COMMENTATORZOOMIN]
property = true
[BINDING_NAME_COMMENTATORZOOMOUT]
property = true
[BINDING_NAME_CYCLEFOLLOWTRANSITONSPEED]
property = true
[BINDING_NAME_DISMOUNT]
property = true
[BINDING_NAME_EXTRAACTIONBUTTON1]
property = true
[BINDING_NAME_FLIPCAMERAYAW]
property = true
[BINDING_NAME_FOCUSARENA1]
property = true
[BINDING_NAME_FOCUSARENA2]
property = true
[BINDING_NAME_FOCUSARENA3]
property = true
[BINDING_NAME_FOCUSARENA4]
property = true
[BINDING_NAME_FOCUSARENA5]
property = true
[BINDING_NAME_FOCUSTARGET]
property = true
[BINDING_NAME_FOLLOWTARGET]
property = true
[BINDING_NAME_FORCEFOLLOWTRANSITON]
property = true
[BINDING_NAME_FRIENDNAMEPLATES]
property = true
[BINDING_NAME_INTERACTMOUSEOVER]
property = true
[BINDING_NAME_INTERACTTARGET]
property = true
[BINDING_NAME_INVERTBINDINGMODE1]
property = true
[BINDING_NAME_INVERTBINDINGMODE2]
property = true
[BINDING_NAME_INVERTBINDINGMODE3]
property = true
[BINDING_NAME_ITEMCOMPARISONCYCLING]
property = true
[BINDING_NAME_ITUNES_BACKTRACK]
property = true
[BINDING_NAME_ITUNES_NEXTTRACK]
property = true
[BINDING_NAME_ITUNES_PLAYPAUSE]
property = true
[BINDING_NAME_ITUNES_VOLUMEDOWN]
property = true
[BINDING_NAME_ITUNES_VOLUMEUP]
property = true
[BINDING_NAME_JUMP]
property = true
[BINDING_NAME_MASTERVOLUMEDOWN]
property = true
[BINDING_NAME_MASTERVOLUMEUP]
property = true
[BINDING_NAME_MINIMAPZOOMIN]
property = true
[BINDING_NAME_MINIMAPZOOMOUT]
property = true
[BINDING_NAME_MOVEANDSTEER]
property = true
[BINDING_NAME_MOVEBACKWARD]
property = true
[BINDING_NAME_MOVEFORWARD]
property = true
[BINDING_NAME_MOVEVIEWIN]
property = true
[BINDING_NAME_MOVEVIEWOUT]
property = true
[BINDING_NAME_MOVIE_RECORDING_CANCEL]
property = true
[BINDING_NAME_MOVIE_RECORDING_COMPRESS]
property = true
[BINDING_NAME_MOVIE_RECORDING_GUI]
property = true
[BINDING_NAME_MOVIE_RECORDING_STARTSTOP]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON1]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON10]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON11]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON12]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON2]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON3]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON4]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON5]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON6]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON7]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON8]
property = true
[BINDING_NAME_MULTIACTIONBAR1BUTTON9]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON1]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON10]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON11]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON12]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON2]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON3]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON4]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON5]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON6]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON7]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON8]
property = true
[BINDING_NAME_MULTIACTIONBAR2BUTTON9]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON1]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON10]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON11]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON12]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON2]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON3]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON4]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON5]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON6]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON7]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON8]
property = true
[BINDING_NAME_MULTIACTIONBAR3BUTTON9]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON1]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON10]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON11]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON12]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON2]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON3]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON4]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON5]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON6]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON7]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON8]
property = true
[BINDING_NAME_MULTIACTIONBAR4BUTTON9]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON1]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON10]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON11]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON12]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON2]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON3]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON4]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON5]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON6]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON7]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON8]
property = true
[BINDING_NAME_MULTICASTACTIONBUTTON9]
property = true
[BINDING_NAME_MULTICASTRECALLBUTTON1]
property = true
[BINDING_NAME_MULTICASTSUMMONBUTTON1]
property = true
[BINDING_NAME_MULTICASTSUMMONBUTTON2]
property = true
[BINDING_NAME_MULTICASTSUMMONBUTTON3]
property = true
[BINDING_NAME_NAMEPLATES]
property = true
[BINDING_NAME_NEXTACTIONPAGE]
property = true
[BINDING_NAME_NEXTVIEW]
property = true
[BINDING_NAME_OPENALLBAGS]
property = true
[BINDING_NAME_OPENCHAT]
property = true
[BINDING_NAME_OPENCHATSLASH]
property = true
[BINDING_NAME_PETATTACK]
property = true
[BINDING_NAME_PITCHDECREMENT]
property = true
[BINDING_NAME_PITCHDOWN]
property = true
[BINDING_NAME_PITCHINCREMENT]
property = true
[BINDING_NAME_PITCHUP]
property = true
[BINDING_NAME_PREVIOUSACTIONPAGE]
property = true
[BINDING_NAME_PREVVIEW]
property = true
[BINDING_NAME_PUSHTOTALK]
property = true
[BINDING_NAME_RAIDTARGET1]
property = true
[BINDING_NAME_RAIDTARGET2]
property = true
[BINDING_NAME_RAIDTARGET3]
property = true
[BINDING_NAME_RAIDTARGET4]
property = true
[BINDING_NAME_RAIDTARGET5]
property = true
[BINDING_NAME_RAIDTARGET6]
property = true
[BINDING_NAME_RAIDTARGET7]
property = true
[BINDING_NAME_RAIDTARGET8]
property = true
[BINDING_NAME_RAIDTARGETNONE]
property = true
[BINDING_NAME_REPLY]
property = true
[BINDING_NAME_REPLY2]
property = true
[BINDING_NAME_RESETVIEW1]
property = true
[BINDING_NAME_RESETVIEW2]
property = true
[BINDING_NAME_RESETVIEW3]
property = true
[BINDING_NAME_RESETVIEW4]
property = true
[BINDING_NAME_RESETVIEW5]
property = true
[BINDING_NAME_RESET_SCORE_COUNT]
property = true
[BINDING_NAME_SAVEVIEW1]
property = true
[BINDING_NAME_SAVEVIEW2]
property = true
[BINDING_NAME_SAVEVIEW3]
property = true
[BINDING_NAME_SAVEVIEW4]
property = true
[BINDING_NAME_SAVEVIEW5]
property = true
[BINDING_NAME_SCREENSHOT]
property = true
[BINDING_NAME_SETVIEW1]
property = true
[BINDING_NAME_SETVIEW2]
property = true
[BINDING_NAME_SETVIEW3]
property = true
[BINDING_NAME_SETVIEW4]
property = true
[BINDING_NAME_SETVIEW5]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON1]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON10]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON2]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON3]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON4]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON5]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON6]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON7]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON8]
property = true
[BINDING_NAME_SHAPESHIFTBUTTON9]
property = true
[BINDING_NAME_SITORSTAND]
property = true
[BINDING_NAME_STARTATTACK]
property = true
[BINDING_NAME_STARTAUTORUN]
property = true
[BINDING_NAME_STOPATTACK]
property = true
[BINDING_NAME_STOPAUTORUN]
property = true
[BINDING_NAME_STOPCASTING]
property = true
[BINDING_NAME_STRAFELEFT]
property = true
[BINDING_NAME_STRAFERIGHT]
property = true
[BINDING_NAME_SWAPUNITFRAMES]
property = true
[BINDING_NAME_SWINGCAMERA]
property = true
[BINDING_NAME_SWINGCAMERAANDPLAYER]
property = true
[BINDING_NAME_TARGETARENA1]
property = true
[BINDING_NAME_TARGETARENA2]
property = true
[BINDING_NAME_TARGETARENA3]
property = true
[BINDING_NAME_TARGETARENA4]
property = true
[BINDING_NAME_TARGETARENA5]
property = true
[BINDING_NAME_TARGETENEMYDIRECTIONAL]
property = true
[BINDING_NAME_TARGETFOCUS]
property = true
[BINDING_NAME_TARGETFRIENDDIRECTIONAL]
property = true
[BINDING_NAME_TARGETLASTHOSTILE]
property = true
[BINDING_NAME_TARGETLASTTARGET]
property = true
[BINDING_NAME_TARGETMOUSEOVER]
property = true
[BINDING_NAME_TARGETNEARESTENEMY]
property = true
[BINDING_NAME_TARGETNEARESTENEMYPLAYER]
property = true
[BINDING_NAME_TARGETNEARESTFRIEND]
property = true
[BINDING_NAME_TARGETNEARESTFRIENDPLAYER]
property = true
[BINDING_NAME_TARGETPARTYMEMBER1]
property = true
[BINDING_NAME_TARGETPARTYMEMBER2]
property = true
[BINDING_NAME_TARGETPARTYMEMBER3]
property = true
[BINDING_NAME_TARGETPARTYMEMBER4]
property = true
[BINDING_NAME_TARGETPARTYPET1]
property = true
[BINDING_NAME_TARGETPARTYPET2]
property = true
[BINDING_NAME_TARGETPARTYPET3]
property = true
[BINDING_NAME_TARGETPARTYPET4]
property = true
[BINDING_NAME_TARGETPET]
property = true
[BINDING_NAME_TARGETPREVIOUSENEMY]
property = true
[BINDING_NAME_TARGETPREVIOUSENEMYPLAYER]
property = true
[BINDING_NAME_TARGETPREVIOUSFRIEND]
property = true
[BINDING_NAME_TARGETPREVIOUSFRIENDPLAYER]
property = true
[BINDING_NAME_TARGETSCANENEMY]
property = true
[BINDING_NAME_TARGETSELF]
property = true
[BINDING_NAME_TARGETTALKER]
property = true
[BINDING_NAME_TEAM_1_ADD_SCORE]
property = true
[BINDING_NAME_TEAM_1_REMOVE_SCORE]
property = true
[BINDING_NAME_TEAM_2_ADD_SCORE]
property = true
[BINDING_NAME_TEAM_2_REMOVE_SCORE]
property = true
[BINDING_NAME_TOGGLEABILITYBOOK]
property = true
[BINDING_NAME_TOGGLEACHIEVEMENT]
property = true
[BINDING_NAME_TOGGLEACTIONBARLOCK]
property = true
[BINDING_NAME_TOGGLEAUTORUN]
property = true
[BINDING_NAME_TOGGLEAUTOSELFCAST]
property = true
[BINDING_NAME_TOGGLEBACKPACK]
property = true
[BINDING_NAME_TOGGLEBAG1]
property = true
[BINDING_NAME_TOGGLEBAG2]
property = true
[BINDING_NAME_TOGGLEBAG3]
property = true
[BINDING_NAME_TOGGLEBAG4]
property = true
[BINDING_NAME_TOGGLEBAG5]
property = true
[BINDING_NAME_TOGGLEBATTLEFIELDMINIMAP]
property = true
[BINDING_NAME_TOGGLEBINDINGMODE1]
property = true
[BINDING_NAME_TOGGLEBINDINGMODE2]
property = true
[BINDING_NAME_TOGGLEBINDINGMODE3]
property = true
[BINDING_NAME_TOGGLECAMERACOLLISION]
property = true
[BINDING_NAME_TOGGLECHANNELPULLOUT]
property = true
[BINDING_NAME_TOGGLECHANNELS_UNUSED]
property = true
[BINDING_NAME_TOGGLECHANNELTAB]
property = true
[BINDING_NAME_TOGGLECHARACTER0]
property = true
[BINDING_NAME_TOGGLECHARACTER1]
property = true
[BINDING_NAME_TOGGLECHARACTER2]
property = true
[BINDING_NAME_TOGGLECHARACTER3]
property = true
[BINDING_NAME_TOGGLECHARACTER4]
property = true
[BINDING_NAME_TOGGLECHATTAB]
property = true
[BINDING_NAME_TOGGLECOLLECTIONS]
property = true
[BINDING_NAME_TOGGLECOLLECTIONSHEIRLOOM]
property = true
[BINDING_NAME_TOGGLECOLLECTIONSMOUNTJOURNAL]
property = true
[BINDING_NAME_TOGGLECOLLECTIONSPETJOURNAL]
property = true
[BINDING_NAME_TOGGLECOLLECTIONSTOYBOX]
property = true
[BINDING_NAME_TOGGLECOLLECTIONSWARDROBE]
property = true
[BINDING_NAME_TOGGLECOMBATLOG]
property = true
[BINDING_NAME_TOGGLECOMPANIONJOURNAL]
property = true
[BINDING_NAME_TOGGLECOREABILITIESBOOK]
property = true
[BINDING_NAME_TOGGLECURRENCY]
property = true
[BINDING_NAME_TOGGLEDUNGEONSANDRAIDS]
property = true
[BINDING_NAME_TOGGLEENCOUNTERJOURNAL]
property = true
[BINDING_NAME_TOGGLEFPS]
property = true
[BINDING_NAME_TOGGLEFRIENDSTAB]
property = true
[BINDING_NAME_TOGGLEGAMEMENU]
property = true
[BINDING_NAME_TOGGLEGARRISONLANDINGPAGE]
property = true
[BINDING_NAME_TOGGLEGRAPHICSSETTINGS]
property = true
[BINDING_NAME_TOGGLEGROUPFINDER]
property = true
[BINDING_NAME_TOGGLEGUILDTAB]
property = true
[BINDING_NAME_TOGGLEIGNORETAB]
property = true
[BINDING_NAME_TOGGLEINSCRIPTION]
property = true
[BINDING_NAME_TOGGLEKEYRING]
property = true
[BINDING_NAME_TOGGLELFGPARENT]
property = true
[BINDING_NAME_TOGGLELFRPARENT]
property = true
[BINDING_NAME_TOGGLEMINIMAP]
property = true
[BINDING_NAME_TOGGLEMINIMAPROTATION]
property = true
[BINDING_NAME_TOGGLEMOUNTJOURNAL]
property = true
[BINDING_NAME_TOGGLEMOUSE]
property = true
[BINDING_NAME_TOGGLEMUSIC]
property = true
[BINDING_NAME_TOGGLEPETBOOK]
property = true
[BINDING_NAME_TOGGLEPETJOURNAL]
property = true
[BINDING_NAME_TOGGLEPROFESSIONBOOK]
property = true
[BINDING_NAME_TOGGLEPVP]
property = true
[BINDING_NAME_TOGGLEQUESTLOG]
property = true
[BINDING_NAME_TOGGLEQUICKJOINTAB]
property = true
[BINDING_NAME_TOGGLERAIDFINDER]
property = true
[BINDING_NAME_TOGGLERAIDTAB]
property = true
[BINDING_NAME_TOGGLERUN]
property = true
[BINDING_NAME_TOGGLESELFHIGHLIGHT]
property = true
[BINDING_NAME_TOGGLESHEATH]
property = true
[BINDING_NAME_TOGGLESMOOTHFOLLOWTRANSITIONS]
property = true
[BINDING_NAME_TOGGLESOCIAL]
property = true
[BINDING_NAME_TOGGLESOUND]
property = true
[BINDING_NAME_TOGGLESPELLBOOK]
property = true
[BINDING_NAME_TOGGLESTATISTICS]
property = true
[BINDING_NAME_TOGGLETALENTS]
property = true
[BINDING_NAME_TOGGLETOYBOX]
property = true
[BINDING_NAME_TOGGLEUI]
property = true
[BINDING_NAME_TOGGLEWHATHASCHANGEDBOOK]
property = true
[BINDING_NAME_TOGGLEWHOTAB]
property = true
[BINDING_NAME_TOGGLEWINDOWED]
property = true
[BINDING_NAME_TOGGLEWORLDMAP]
property = true
[BINDING_NAME_TOGGLEWORLDMAPSIZE]
property = true
[BINDING_NAME_TOGGLEWORLDSTATESCORES]
property = true
[BINDING_NAME_TOGGLE_CASTER_COOLDOWN_DISPLAY]
property = true
[BINDING_NAME_TOGGLE_FRAME_LOCK]
property = true
[BINDING_NAME_TOGGLE_NAMEPLATE_SIZE]
property = true
[BINDING_NAME_TOGGLE_SMART_CAMERA]
property = true
[BINDING_NAME_TOGGLE_SMART_CAMERA_LOCK]
property = true
[BINDING_NAME_TOGGLE_VOICE_PUSH_TO_TALK]
property = true
[BINDING_NAME_TOGGLE_VOICE_SELF_DEAFEN]
property = true
[BINDING_NAME_TOGGLE_VOICE_SELF_MUTE]
property = true
[BINDING_NAME_TURNLEFT]
property = true
[BINDING_NAME_TURNRIGHT]
property = true
[BINDING_NAME_VEHICLEAIMDECREMENT]
property = true
[BINDING_NAME_VEHICLEAIMDOWN]
property = true
[BINDING_NAME_VEHICLEAIMINCREMENT]
property = true
[BINDING_NAME_VEHICLEAIMUP]
property = true
[BINDING_NAME_VEHICLECAMERAZOOMIN]
property = true
[BINDING_NAME_VEHICLECAMERAZOOMOUT]
property = true
[BINDING_NAME_VEHICLEEXIT]
property = true
[BINDING_NAME_VEHICLENEXTSEAT]
property = true
[BINDING_NAME_VEHICLEPREVSEAT]
property = true
[BIND_ENCHANT]
property = true
[BIND_KEY_TO_COMMAND]
property = true
[BIND_TRADE_TIME_REMAINING]
property = true
[BIND_ZONE_DISPLAY]
property = true
[BLACK_MARKET_AUCTION_CONFIRMATION]
property = true
[BLACK_MARKET_AUCTION_HOUSE]
property = true
[BLACK_MARKET_HOT_ITEM_CURRENT_BID]
property = true
[BLACK_MARKET_HOT_ITEM_TIME_LEFT]
property = true
[BLACK_MARKET_NO_ITEMS]
property = true
[BLACK_MARKET_TITLE]
property = true
[BLACK_MARKET_YOUR_BID]
property = true
[BLIZZARD_CHALLENGE_CANCEL]
property = true
[BLIZZARD_CHALLENGE_CONNECTING]
property = true
[BLIZZARD_CHALLENGE_DENIED_DESCRIPTION]
property = true
[BLIZZARD_CHALLENGE_DENIED_TITLE]
property = true
[BLIZZARD_CHALLENGE_ERROR_DESCRIPTION]
property = true
[BLIZZARD_CHALLENGE_ERROR_TITLE]
property = true
[BLIZZARD_CHALLENGE_OKAY]
property = true
[BLIZZARD_CHALLENGE_SCREEN_EXPLANATION]
property = true
[BLIZZARD_CHALLENGE_SUBMIT]
property = true
[BLIZZARD_COMBAT_LOG_MENU_BOTH]
property = true
[BLIZZARD_COMBAT_LOG_MENU_EVERYTHING]
property = true
[BLIZZARD_COMBAT_LOG_MENU_INCOMING]
property = true
[BLIZZARD_COMBAT_LOG_MENU_OUTGOING]
property = true
[BLIZZARD_COMBAT_LOG_MENU_OUTGOING_ME]
property = true
[BLIZZARD_COMBAT_LOG_MENU_RESET]
property = true
[BLIZZARD_COMBAT_LOG_MENU_REVERT]
property = true
[BLIZZARD_COMBAT_LOG_MENU_SAVE]
property = true
[BLIZZARD_COMBAT_LOG_MENU_SPELL_HIDE]
property = true
[BLIZZARD_COMBAT_LOG_MENU_SPELL_LINK]
property = true
[BLIZZARD_COMBAT_LOG_MENU_SPELL_TYPE_HEADER]
property = true
[BLIZZARD_COMMUNITIES_SERVICES_UNAVAILABLE]
property = true
[BLIZZARD_STORE]
property = true
[BLIZZARD_STORE_ASTERISK]
property = true
[BLIZZARD_STORE_BAG_FULL]
property = true
[BLIZZARD_STORE_BAG_FULL_DESC]
property = true
[BLIZZARD_STORE_BATTLE_NET_BALANCE]
property = true
[BLIZZARD_STORE_BEING_PROCESSED_CHECK_BACK_LATER]
property = true
[BLIZZARD_STORE_BOOST_UNREVOKED_CONSUMPTION]
property = true
[BLIZZARD_STORE_BROWSE_BATTLE_COINS_CN]
property = true
[BLIZZARD_STORE_BROWSE_BATTLE_COINS_KR]
property = true
[BLIZZARD_STORE_BROWSE_EUR]
property = true
[BLIZZARD_STORE_BROWSE_TEST_CURRENCY]
property = true
[BLIZZARD_STORE_BUNDLE_DISCOUNT_BANNER]
property = true
[BLIZZARD_STORE_BUNDLE_DISCOUNT_TOOLTIP_ADDENDUM]
property = true
[BLIZZARD_STORE_BUNDLE_DISCOUNT_TOOLTIP_REPLACEMENT]
property = true
[BLIZZARD_STORE_BUNDLE_TOOLTIP_HEADER]
property = true
[BLIZZARD_STORE_BUNDLE_TOOLTIP_OWNED_DELIVERABLE]
property = true
[BLIZZARD_STORE_BUNDLE_TOOLTIP_UNOWNED_DELIVERABLE]
property = true
[BLIZZARD_STORE_BUY]
property = true
[BLIZZARD_STORE_BUY_EUR]
property = true
[BLIZZARD_STORE_CANCEL_PURCHASE]
property = true
[BLIZZARD_STORE_CHECK_BACK_LATER]
property = true
[BLIZZARD_STORE_CONFIRMATION_EUR]
property = true
[BLIZZARD_STORE_CONFIRMATION_GENERIC]
property = true
[BLIZZARD_STORE_CONFIRMATION_INSTRUCTION]
property = true
[BLIZZARD_STORE_CONFIRMATION_OTHER]
property = true
[BLIZZARD_STORE_CONFIRMATION_OTHER_EUR]
property = true
[BLIZZARD_STORE_CONFIRMATION_SERVICES]
property = true
[BLIZZARD_STORE_CONFIRMATION_SERVICES_EUR]
property = true
[BLIZZARD_STORE_CONFIRMATION_SERVICES_TEST]
property = true
[BLIZZARD_STORE_CONFIRMATION_TEST]
property = true
[BLIZZARD_STORE_CONFIRMATION_TITLE]
property = true
[BLIZZARD_STORE_CONFIRMATION_VAS_GUILD_SERVICES]
property = true
[BLIZZARD_STORE_CONFIRMATION_VAS_GUILD_SERVICES_EUR]
property = true
[BLIZZARD_STORE_CONFIRMATION_VAS_GUILD_SERVICES_KR]
property = true
[BLIZZARD_STORE_CONFIRMATION_VAS_NAME_CHANGE]
property = true
[BLIZZARD_STORE_CONFIRMATION_VAS_NAME_CHANGE_EUR]
property = true
[BLIZZARD_STORE_CONFIRMATION_VAS_NAME_CHANGE_KR]
property = true
[BLIZZARD_STORE_CONNECTING]
property = true
[BLIZZARD_STORE_CURRENCY_BETA]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_ARS]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_AUD]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_BRL]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_CAD]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_CLP]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_CPT_LONG]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_EURO]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_GBP]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_JPY]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_KRW_LONG]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_MXN]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_NZD]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_RUB]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_TPT]
property = true
[BLIZZARD_STORE_CURRENCY_FORMAT_USD]
property = true
[BLIZZARD_STORE_CURRENCY_RAW_ASTERISK]
property = true
[BLIZZARD_STORE_DISCLAIMER_APPEARANCE_CHANGE]
property = true
[BLIZZARD_STORE_DISCLAIMER_APPEARANCE_CHANGE_CN]
property = true
[BLIZZARD_STORE_DISCLAIMER_BOOST_TOKEN_100]
property = true
[BLIZZARD_STORE_DISCLAIMER_BOOST_TOKEN_100_CN]
property = true
[BLIZZARD_STORE_DISCLAIMER_NAME_CHANGE]
property = true
[BLIZZARD_STORE_DISCLAIMER_NAME_CHANGE_CN]
property = true
[BLIZZARD_STORE_DISCLAIMER_RACE_CHANGE]
property = true
[BLIZZARD_STORE_DISCLAIMER_RACE_CHANGE_CN]
property = true
[BLIZZARD_STORE_DISCOUNT_TEXT_FORMAT]
property = true
[BLIZZARD_STORE_ERROR_CLIENT_RESTRICTED]
property = true
[BLIZZARD_STORE_ERROR_ITEM_UNAVAILABLE]
property = true
[BLIZZARD_STORE_ERROR_MESSAGE_ALREADY_OWNED]
property = true
[BLIZZARD_STORE_ERROR_MESSAGE_BATTLEPAY_DISABLED]
property = true
[BLIZZARD_STORE_ERROR_MESSAGE_CONSUMABLE_TOKEN_OWNED]
property = true
[BLIZZARD_STORE_ERROR_MESSAGE_INSUFFICIENT_BALANCE]
property = true
[BLIZZARD_STORE_ERROR_MESSAGE_OTHER]
property = true
[BLIZZARD_STORE_ERROR_MESSAGE_PARENTAL_CONTROLS]
property = true
[BLIZZARD_STORE_ERROR_MESSAGE_PAYMENT]
property = true
[BLIZZARD_STORE_ERROR_MESSAGE_PURCHASE_DENIED]
property = true
[BLIZZARD_STORE_ERROR_PARENTAL_CONTROLS]
property = true
[BLIZZARD_STORE_ERROR_TITLE_ALREADY_OWNED]
property = true
[BLIZZARD_STORE_ERROR_TITLE_BATTLEPAY_DISABLED]
property = true
[BLIZZARD_STORE_ERROR_TITLE_CLIENT_RESTRICTED]
property = true
[BLIZZARD_STORE_ERROR_TITLE_CONSUMABLE_TOKEN_OWNED]
property = true
[BLIZZARD_STORE_ERROR_TITLE_INSUFFICIENT_BALANCE]
property = true
[BLIZZARD_STORE_ERROR_TITLE_OTHER]
property = true
[BLIZZARD_STORE_ERROR_TITLE_PARENTAL_CONTROLS]
property = true
[BLIZZARD_STORE_ERROR_TITLE_PAYMENT]
property = true
[BLIZZARD_STORE_ERROR_TITLE_PURCHASE_DENIED]
property = true
[BLIZZARD_STORE_ERROR_UNAVAILABLE]
property = true
[BLIZZARD_STORE_ERROR_YOU_OWN_TOO_MANY_OF_THIS]
property = true
[BLIZZARD_STORE_FINAL_BUY]
property = true
[BLIZZARD_STORE_FINAL_BUY_EUR]
property = true
[BLIZZARD_STORE_FINAL_PRICE_LABEL]
property = true
[BLIZZARD_STORE_INTERNAL_ERROR]
property = true
[BLIZZARD_STORE_INTERNAL_ERROR_SUBTEXT]
property = true
[BLIZZARD_STORE_LEGION_PURCHASE_READY]
property = true
[BLIZZARD_STORE_LEGION_PURCHASE_READY_DESCRIPTION]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_ARS]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_AUD]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_BRL]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_CAD]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_CLP]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_CN]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_EUR]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_GBP]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_JPY]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_KRW]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_MXN]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_NZD]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_RUB]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_TW]
property = true
[BLIZZARD_STORE_LICENSE_ACK_TEXT_USD]
property = true
[BLIZZARD_STORE_LOADING]
property = true
[BLIZZARD_STORE_LOG_OUT_TO_PURCHASE_THIS_PRODUCT]
property = true
[BLIZZARD_STORE_NAME_CHANGE_READY_DESCRIPTION]
property = true
[BLIZZARD_STORE_NOT_AVAILABLE]
property = true
[BLIZZARD_STORE_NOT_AVAILABLE_SUBTEXT]
property = true
[BLIZZARD_STORE_NO_ITEMS]
property = true
[BLIZZARD_STORE_ON_SALE]
property = true
[BLIZZARD_STORE_PAGE_NUMBER]
property = true
[BLIZZARD_STORE_PAYMENT_METHOD]
property = true
[BLIZZARD_STORE_PAYMENT_METHOD_EXTRA]
property = true
[BLIZZARD_STORE_PLEASE_WAIT]
property = true
[BLIZZARD_STORE_PLUS_TAX]
property = true
[BLIZZARD_STORE_PROCESSING]
property = true
[BLIZZARD_STORE_PRODUCT_INDEX]
property = true
[BLIZZARD_STORE_PRODUCT_IS_READY]
property = true
[BLIZZARD_STORE_PURCHASED]
property = true
[BLIZZARD_STORE_PURCHASE_COMPLETE]
property = true
[BLIZZARD_STORE_PURCHASE_COMPLETE_DESC]
property = true
[BLIZZARD_STORE_PURCHASE_SENT]
property = true
[BLIZZARD_STORE_REGION_LOCKED]
property = true
[BLIZZARD_STORE_REGION_LOCKED_SUBTEXT]
property = true
[BLIZZARD_STORE_SECOND_CHANCE_KR]
property = true
[BLIZZARD_STORE_SPLASH_BANNER_DISCOUNT_FORMAT]
property = true
[BLIZZARD_STORE_SPLASH_BANNER_FEATURED]
property = true
[BLIZZARD_STORE_SPLASH_BANNER_NEW]
property = true
[BLIZZARD_STORE_TOKEN_CURRENT_MARKET_PRICE]
property = true
[BLIZZARD_STORE_TOKEN_DESC_30_DAYS]
property = true
[BLIZZARD_STORE_TRANSACTION_IN_PROGRESS]
property = true
[BLIZZARD_STORE_VAS_ERROR_ALREADY_RENAME_FLAGGED]
property = true
[BLIZZARD_STORE_VAS_ERROR_AUTHENTICATOR_INSUFFICIENT]
property = true
[BLIZZARD_STORE_VAS_ERROR_BATTLEPAY_DELIVERY_PENDING]
property = true
[BLIZZARD_STORE_VAS_ERROR_BOOSTED_TOO_RECENTLY]
property = true
[BLIZZARD_STORE_VAS_ERROR_CANNOT_MOVE_GUILDMASTER]
property = true
[BLIZZARD_STORE_VAS_ERROR_CHARACTER_HAS_VAS_PENDING]
property = true
[BLIZZARD_STORE_VAS_ERROR_CHARACTER_LOCKED]
property = true
[BLIZZARD_STORE_VAS_ERROR_CUSTOMIZE_ALREADY_REQUESTED]
property = true
[BLIZZARD_STORE_VAS_ERROR_DISALLOWED_DESTINATION_ACCOUNT]
property = true
[BLIZZARD_STORE_VAS_ERROR_DISALLOWED_SOURCE_ACCOUNT]
property = true
[BLIZZARD_STORE_VAS_ERROR_DUPLICATE_CHARACTER_NAME]
property = true
[BLIZZARD_STORE_VAS_ERROR_FACTION_CHANGE_TOO_SOON]
property = true
[BLIZZARD_STORE_VAS_ERROR_GM_SENORITY_INSUFFICIENT]
property = true
[BLIZZARD_STORE_VAS_ERROR_HAS_AUCTIONS]
property = true
[BLIZZARD_STORE_VAS_ERROR_HAS_HEIRLOOM]
property = true
[BLIZZARD_STORE_VAS_ERROR_HAS_MAIL]
property = true
[BLIZZARD_STORE_VAS_ERROR_HAS_WOW_TOKEN]
property = true
[BLIZZARD_STORE_VAS_ERROR_INELIGIBLE_MAP_ID]
property = true
[BLIZZARD_STORE_VAS_ERROR_INVALID_DESTINATION_ACCOUNT]
property = true
[BLIZZARD_STORE_VAS_ERROR_INVALID_SOURCE_ACCOUNT]
property = true
[BLIZZARD_STORE_VAS_ERROR_LABEL]
property = true
[BLIZZARD_STORE_VAS_ERROR_LAST_CUSTOMIZE_TOO_SOON]
property = true
[BLIZZARD_STORE_VAS_ERROR_LAST_RENAME_TOO_RECENT]
property = true
[BLIZZARD_STORE_VAS_ERROR_LAST_SAVE_TOO_DISTANT]
property = true
[BLIZZARD_STORE_VAS_ERROR_LAST_SAVE_TOO_RECENT]
property = true
[BLIZZARD_STORE_VAS_ERROR_LOCKED_FOR_VAS]
property = true
[BLIZZARD_STORE_VAS_ERROR_LOWER_BOX_LEVEL]
property = true
[BLIZZARD_STORE_VAS_ERROR_MAX_CHARACTERS_ON_SERVER]
property = true
[BLIZZARD_STORE_VAS_ERROR_MOVE_IN_PROGRESS]
property = true
[BLIZZARD_STORE_VAS_ERROR_NAME_NOT_AVAILABLE]
property = true
[BLIZZARD_STORE_VAS_ERROR_NEW_LEADER_INVALID]
property = true
[BLIZZARD_STORE_VAS_ERROR_NOT_GUILD_MASTER]
property = true
[BLIZZARD_STORE_VAS_ERROR_NOT_IN_GUILD]
property = true
[BLIZZARD_STORE_VAS_ERROR_OPERATION_ALREADY_IN_PROGRESS]
property = true
[BLIZZARD_STORE_VAS_ERROR_OTHER]
property = true
[BLIZZARD_STORE_VAS_ERROR_RACE_CLASS_COMBO_INELIGIBLE]
property = true
[BLIZZARD_STORE_VAS_ERROR_REALM_NOT_ELIGIBLE]
property = true
[BLIZZARD_STORE_VAS_ERROR_TOO_MUCH_MONEY_FOR_LEVEL]
property = true
[BLIZZARD_STORE_VAS_ERROR_UNDER_MIN_LEVEL_REQ]
property = true
[BLIZZARD_STORE_VAS_NO_ELIGIBLE_CHARACTERS]
property = true
[BLIZZARD_STORE_VAS_SERVICE_READY_DESCRIPTION]
property = true
[BLIZZARD_STORE_VISIT_WEBSITE]
property = true
[BLIZZARD_STORE_VISIT_WEBSITE_WARNING]
property = true
[BLIZZARD_STORE_WALLET_INFO]
property = true
[BLIZZARD_STORE_YOU_ALREADY_OWN_THIS]
property = true
[BLOCK]
property = true
[BLOCKED_COMMUNICATION]
property = true
[BLOCKED_INVITES]
property = true
[BLOCK_CHANCE]
property = true
[BLOCK_CHAT_CHANNEL_INVITE]
property = true
[BLOCK_COMMUNICATION]
property = true
[BLOCK_GUILD_INVITES]
property = true
[BLOCK_INVITES]
property = true
[BLOCK_INVITES_CONFIRMATION]
property = true
[BLOCK_INVITES_TOOLTIP]
property = true
[BLOCK_LCD]
property = true
[BLOCK_TRADES]
property = true
[BLOCK_TRAILER]
property = true
[BLUEPRINT_KNOWN]
property = true
[BLUEPRINT_LEARNED]
property = true
[BLUE_GEM]
property = true
[BNET_BROADCAST_SENT_TIME]
property = true
[BNET_FRIEND_TOOLTIP_WOW_CLASSIC]
property = true
[BNET_FRIEND_ZONE_WOW_CLASSIC]
property = true
[BNET_FRIEND_ZONE_WOW_REGULAR]
property = true
[BNET_INVITE_SENT_TIME]
property = true
[BNET_LAST_ONLINE_TIME]
property = true
[BNET_REPORT]
property = true
[BNET_REPORT_ABUSE]
property = true
[BNET_REPORT_ABUSE_BUTTON]
property = true
[BNET_REPORT_ABUSE_BUTTON_SHORT]
property = true
[BNET_REPORT_ABUSE_LABEL]
property = true
[BNET_REPORT_ABUSE_PROMPT]
property = true
[BNET_REPORT_CONFIRM_ABUSE]
property = true
[BNET_REPORT_CONFIRM_BAD_LANGUAGE]
property = true
[BNET_REPORT_CONFIRM_NAME]
property = true
[BNET_REPORT_CONFIRM_SPAM]
property = true
[BNET_REPORT_NAME]
property = true
[BNET_REPORT_SENT]
property = true
[BN_BLOCK_FAILED_TOO_MANY_CID]
property = true
[BN_BLOCK_FAILED_TOO_MANY_RID]
property = true
[BN_BROADCAST_TOOLTIP]
property = true
[BN_CHAT_CONNECTED]
property = true
[BN_CHAT_DISCONNECTED]
property = true
[BN_CONVERSATION]
property = true
[BN_INLINE_TOAST_ALERT]
property = true
[BN_INLINE_TOAST_BATTLETAG_FRIEND_ADDED]
property = true
[BN_INLINE_TOAST_BATTLETAG_FRIEND_REMOVED]
property = true
[BN_INLINE_TOAST_BROADCAST]
property = true
[BN_INLINE_TOAST_BROADCAST_INFORM]
property = true
[BN_INLINE_TOAST_CONVERSATION]
property = true
[BN_INLINE_TOAST_FRIEND_ADDED]
property = true
[BN_INLINE_TOAST_FRIEND_OFFLINE]
property = true
[BN_INLINE_TOAST_FRIEND_ONLINE]
property = true
[BN_INLINE_TOAST_FRIEND_PENDING]
property = true
[BN_INLINE_TOAST_FRIEND_REMOVED]
property = true
[BN_INLINE_TOAST_FRIEND_REQUEST]
property = true
[BN_TOAST_CONVERSATION]
property = true
[BN_TOAST_NEW_CLUB_INVITATION]
property = true
[BN_TOAST_NEW_INVITE]
property = true
[BN_TOAST_OFFLINE]
property = true
[BN_TOAST_ONLINE]
property = true
[BN_TOAST_PENDING_INVITES]
property = true
[BN_UNABLE_TO_RESOLVE_NAME]
property = true
[BN_WHISPER]
property = true
[BN_WHISPER_MODE]
property = true
[BONUS_ARENA_POINTS]
property = true
[BONUS_ARMOR]
property = true
[BONUS_BATTLEGROUNDS]
property = true
[BONUS_BUTTON_ASHRAN_DESC]
property = true
[BONUS_BUTTON_ASHRAN_TITLE]
property = true
[BONUS_BUTTON_RANDOM_BG_DESC]
property = true
[BONUS_BUTTON_RANDOM_BG_EXCLUDED]
property = true
[BONUS_BUTTON_RANDOM_BG_TITLE]
property = true
[BONUS_BUTTON_RANDOM_LARGE_BG_DESC]
property = true
[BONUS_BUTTON_RANDOM_LARGE_BG_TITLE]
property = true
[BONUS_BUTTON_SKIRMISH_DESC]
property = true
[BONUS_BUTTON_SKIRMISH_TITLE]
property = true
[BONUS_DAMAGE]
property = true
[BONUS_DAMAGE_ABBR]
property = true
[BONUS_HEALING]
property = true
[BONUS_HEALING_ABBR]
property = true
[BONUS_HEALING_TOOLTIP]
property = true
[BONUS_HONOR]
property = true
[BONUS_LOOT_LABEL]
property = true
[BONUS_OBJECTIVE_ARTIFACT_XP_FORMAT]
property = true
[BONUS_OBJECTIVE_BANNER]
property = true
[BONUS_OBJECTIVE_EXPERIENCE_FORMAT]
property = true
[BONUS_OBJECTIVE_REWARD_FORMAT]
property = true
[BONUS_OBJECTIVE_REWARD_WITH_COUNT_FORMAT]
property = true
[BONUS_OBJECTIVE_TIME_LEFT]
property = true
[BONUS_OBJECTIVE_TOOLTIP_DESCRIPTION]
property = true
[BONUS_REPUTATION_TITLE]
property = true
[BONUS_REPUTATION_TOOLTIP]
property = true
[BONUS_REWARDS]
property = true
[BONUS_ROLL_COST]
property = true
[BONUS_ROLL_CURRENT_COUNT]
property = true
[BONUS_ROLL_REWARD_ARTIFACT_POWER]
property = true
[BONUS_ROLL_REWARD_COIN]
property = true
[BONUS_ROLL_REWARD_CURRENCY]
property = true
[BONUS_ROLL_REWARD_ITEM]
property = true
[BONUS_ROLL_REWARD_MONEY]
property = true
[BONUS_ROLL_ROLLING]
property = true
[BONUS_ROLL_TOOLTIP_ENCOUNTER_JOURNAL_LINK]
property = true
[BONUS_ROLL_TOOLTIP_TEXT]
property = true
[BONUS_ROLL_TOOLTIP_TITLE]
property = true
[BONUS_SKILLPOINTS]
property = true
[BONUS_SKILLPOINTS_TOOLTIP]
property = true
[BONUS_TALENTS]
property = true
[BONUS_TALENTS_TOOLTIP]
property = true
[BONUS_VALOR_TOOLTIP]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_ARMYOFTHEDEAD]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_DEATHCOIL]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_DEATHGRIP]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_DEATHSTRIKE]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_FESTERINGSTRIKE]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_OUTBREAK]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_RAISEDEAD]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_REMIND_DEATHCOIL]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_REMIND_FESTERINGSTRIKE]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_REMIND_OUTBREAK]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_REMIND_RAISEDEAD]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_REMIND_SCOURGESTRIKE]
property = true
[BOOST2_DEATHKNIGHTUNHOLY_SCOURGESTRIKE]
property = true
[BOOST2_DEMONHUNTER_BLADEDANCE]
property = true
[BOOST2_DEMONHUNTER_CHAOSSTRIKE]
property = true
[BOOST2_DEMONHUNTER_DEMONSBITE]
property = true
[BOOST2_DEMONHUNTER_EYEBEAM]
property = true
[BOOST2_DEMONHUNTER_FELRUSH]
property = true
[BOOST2_DEMONHUNTER_METAMORPHOSIS]
property = true
[BOOST2_DEMONHUNTER_REMIND_ANNIHILATION]
property = true
[BOOST2_DEMONHUNTER_REMIND_CHAOSSTRIKE]
property = true
[BOOST2_DEMONHUNTER_REMIND_DEMONSBITE]
property = true
[BOOST2_DEMONHUNTER_REMIND_EYEBEAM]
property = true
[BOOST2_DEMONHUNTER_REMIND_METAMORPHOSIS]
property = true
[BOOST2_DRUIDBALANCE_ENTANGLINGROOTS]
property = true
[BOOST2_DRUIDBALANCE_LUNARSTRIKE]
property = true
[BOOST2_DRUIDBALANCE_MOONFIRE]
property = true
[BOOST2_DRUIDBALANCE_MOONKIN]
property = true
[BOOST2_DRUIDBALANCE_REMIND_LUNARSTRIKE]
property = true
[BOOST2_DRUIDBALANCE_REMIND_MOONFIRE]
property = true
[BOOST2_DRUIDBALANCE_REMIND_MOONKIN]
property = true
[BOOST2_DRUIDBALANCE_REMIND_SOLARWRATH]
property = true
[BOOST2_DRUIDBALANCE_REMIND_STARSURGE]
property = true
[BOOST2_DRUIDBALANCE_REMIND_SUNFIRE]
property = true
[BOOST2_DRUIDBALANCE_SOLARWRATH]
property = true
[BOOST2_DRUIDBALANCE_SOLARWRATH_ASTRALPOWER]
property = true
[BOOST2_DRUIDBALANCE_STARSURGE]
property = true
[BOOST2_DRUIDBALANCE_SUNFIRE]
property = true
[BOOST2_DRUIDFERAL_CATFORM]
property = true
[BOOST2_DRUIDFERAL_DASH]
property = true
[BOOST2_DRUIDFERAL_FEROCIOUSBITE]
property = true
[BOOST2_DRUIDFERAL_PROWL]
property = true
[BOOST2_DRUIDFERAL_RAKE]
property = true
[BOOST2_DRUIDFERAL_REGROWTH]
property = true
[BOOST2_DRUIDFERAL_REMIND_CATFORM]
property = true
[BOOST2_DRUIDFERAL_REMIND_FEROCIOUSBITE]
property = true
[BOOST2_DRUIDFERAL_REMIND_RAKE]
property = true
[BOOST2_DRUIDFERAL_REMIND_RIP]
property = true
[BOOST2_DRUIDFERAL_REMIND_SHRED]
property = true
[BOOST2_DRUIDFERAL_RIP]
property = true
[BOOST2_DRUIDFERAL_SHRED]
property = true
[BOOST2_DRUIDFERAL_TIGERSFURY]
property = true
[BOOST2_HUNTERBEAST_BARBEDSHOT]
property = true
[BOOST2_HUNTERBEAST_BESTIALWRATH]
property = true
[BOOST2_HUNTERBEAST_CALLPET]
property = true
[BOOST2_HUNTERBEAST_COBRASHOT]
property = true
[BOOST2_HUNTERBEAST_DIREBEAST]
property = true
[BOOST2_HUNTERBEAST_DIREFRENZY]
property = true
[BOOST2_HUNTERBEAST_FEIGNDEATH]
property = true
[BOOST2_HUNTERBEAST_KILLCOMMAND]
property = true
[BOOST2_HUNTERBEAST_MULTISHOT]
property = true
[BOOST2_HUNTERBEAST_REMIND_BESTIALWRATH]
property = true
[BOOST2_HUNTERBEAST_REMIND_COBRASHOT]
property = true
[BOOST2_HUNTERBEAST_REMIND_DIREBEAST]
property = true
[BOOST2_HUNTERBEAST_REMIND_DIREFRENZY]
property = true
[BOOST2_HUNTERBEAST_REMIND_KILLCOMMAND]
property = true
[BOOST2_HUNTERSURVIVAL_CARVE]
property = true
[BOOST2_HUNTERSURVIVAL_FLANKINGSTRIKE]
property = true
[BOOST2_HUNTERSURVIVAL_HARPOON]
property = true
[BOOST2_HUNTERSURVIVAL_KILLCOMMAND]
property = true
[BOOST2_HUNTERSURVIVAL_LACERATE]
property = true
[BOOST2_HUNTERSURVIVAL_MONGOOSEBITE]
property = true
[BOOST2_HUNTERSURVIVAL_RAPTORSTRIKE]
property = true
[BOOST2_HUNTERSURVIVAL_REMIND_FLANKINGSTRIKE]
property = true
[BOOST2_HUNTERSURVIVAL_REMIND_HARPOON]
property = true
[BOOST2_HUNTERSURVIVAL_REMIND_KILLCOMMAND]
property = true
[BOOST2_HUNTERSURVIVAL_REMIND_LACERATE]
property = true
[BOOST2_HUNTERSURVIVAL_REMIND_MONGOOSEBITE]
property = true
[BOOST2_HUNTERSURVIVAL_REMIND_RAPTORSTRIKE]
property = true
[BOOST2_HUNTERSURVIVAL_REMIND_SERPENTSTING]
property = true
[BOOST2_HUNTERSURVIVAL_REMIND_WILDFIREBOMB]
property = true
[BOOST2_HUNTERSURVIVAL_SERPENTSTING]
property = true
[BOOST2_HUNTERSURVIVAL_WILDFIREBOMB]
property = true
[BOOST2_MAGEFROST_BLIZZARD]
property = true
[BOOST2_MAGEFROST_FLURRY]
property = true
[BOOST2_MAGEFROST_FLURRY_BFPROC]
property = true
[BOOST2_MAGEFROST_FROSTBOLT]
property = true
[BOOST2_MAGEFROST_FROSTBOLT_FOFPROC]
property = true
[BOOST2_MAGEFROST_FROZENORB]
property = true
[BOOST2_MAGEFROST_ICELANCE]
property = true
[BOOST2_MAGEFROST_ICELANCE_FOFPROC]
property = true
[BOOST2_MAGEFROST_REMIND_FLURRY]
property = true
[BOOST2_MAGEFROST_REMIND_FROSTBOLT]
property = true
[BOOST2_MAGEFROST_REMIND_FROZENORB]
property = true
[BOOST2_MAGEFROST_REMIND_ICELANCE]
property = true
[BOOST2_MAGEFROST_REMIND_WATERELEMENTAL]
property = true
[BOOST2_MAGEFROST_WATERELEMENTAL]
property = true
[BOOST2_MAGE_BLINK]
property = true
[BOOST2_MAGE_FROSTNOVA]
property = true
[BOOST2_MONKWIND_BLACKOUTKICK]
property = true
[BOOST2_MONKWIND_EFFUSE]
property = true
[BOOST2_MONKWIND_FISTSOFFURY]
property = true
[BOOST2_MONKWIND_REMIND_BLACKOUTKICK]
property = true
[BOOST2_MONKWIND_REMIND_FISTSOFFURY]
property = true
[BOOST2_MONKWIND_REMIND_RISINGSUNKICK]
property = true
[BOOST2_MONKWIND_REMIND_TIGERPALM]
property = true
[BOOST2_MONKWIND_RISINGSUNKICK]
property = true
[BOOST2_MONKWIND_ROLL]
property = true
[BOOST2_MONKWIND_TIGERPALM]
property = true
[BOOST2_MONKWIND_VIVIFY]
property = true
[BOOST2_PALADINRET_BLADEOFJUSTICE]
property = true
[BOOST2_PALADINRET_CRUSADERSTRIKE]
property = true
[BOOST2_PALADINRET_DIVINESHIELD]
property = true
[BOOST2_PALADINRET_DIVINESTORM]
property = true
[BOOST2_PALADINRET_FLASHOFLIGHT]
property = true
[BOOST2_PALADINRET_JUDGMENT]
property = true
[BOOST2_PALADINRET_REMIND_BLADEOFJUSTICE]
property = true
[BOOST2_PALADINRET_REMIND_CRUSADERSTRIKE]
property = true
[BOOST2_PALADINRET_REMIND_JUDGMENT]
property = true
[BOOST2_PALADINRET_REMIND_TEMPLARSVERDICT]
property = true
[BOOST2_PALADINRET_TEMPLARSVERDICT]
property = true
[BOOST2_PRIESTDISC_ATONEMENT]
property = true
[BOOST2_PRIESTDISC_PENANCE]
property = true
[BOOST2_PRIESTDISC_PLEA]
property = true
[BOOST2_PRIESTDISC_PWSHIELD]
property = true
[BOOST2_PRIESTDISC_REMIND_PENANCE]
property = true
[BOOST2_PRIEST_PSYCHICSCREAM]
property = true
[BOOST2_PRIEST_REMIND_SMITE]
property = true
[BOOST2_PRIEST_REMIND_SWPAIN]
property = true
[BOOST2_PRIEST_SMITE]
property = true
[BOOST2_PRIEST_SWPAIN]
property = true
[BOOST2_ROGUEASSN_DEADLYPOISON]
property = true
[BOOST2_ROGUEASSN_ENVENOM]
property = true
[BOOST2_ROGUEASSN_GARROTE]
property = true
[BOOST2_ROGUEASSN_MUTILATE]
property = true
[BOOST2_ROGUEASSN_REMIND_DEADLYPOISON]
property = true
[BOOST2_ROGUEASSN_REMIND_ENVENOM]
property = true
[BOOST2_ROGUEASSN_REMIND_GARROTE]
property = true
[BOOST2_ROGUEASSN_REMIND_MUTILATE]
property = true
[BOOST2_ROGUEASSN_REMIND_RUPTURE]
property = true
[BOOST2_ROGUEASSN_RUPTURE]
property = true
[BOOST2_ROGUE_STEALTH]
property = true
[BOOST2_ROGUE_VANISH]
property = true
[BOOST2_SHAMANELE_CHAINLIGHTNING]
property = true
[BOOST2_SHAMANELE_EARTHSHOCK]
property = true
[BOOST2_SHAMANELE_FIREELEMENTAL]
property = true
[BOOST2_SHAMANELE_FLAMESHOCK]
property = true
[BOOST2_SHAMANELE_HEALINGSURGE]
property = true
[BOOST2_SHAMANELE_HEX]
property = true
[BOOST2_SHAMANELE_LAVABURST]
property = true
[BOOST2_SHAMANELE_LIGHTNINGBOLT]
property = true
[BOOST2_SHAMANELE_REMIND_EARTHSHOCK]
property = true
[BOOST2_SHAMANELE_REMIND_FLAMESHOCK]
property = true
[BOOST2_SHAMANELE_REMIND_LAVABURST]
property = true
[BOOST2_SHAMANELE_REMIND_LIGHTNINGBOLT]
property = true
[BOOST2_SHAMANENHANCE_FERALSPIRIT]
property = true
[BOOST2_SHAMANENHANCE_FLAMETONGUE]
property = true
[BOOST2_SHAMANENHANCE_LAVALASH]
property = true
[BOOST2_SHAMANENHANCE_REMIND_FLAMETONGUE]
property = true
[BOOST2_SHAMANENHANCE_REMIND_LAVALASH]
property = true
[BOOST2_SHAMANENHANCE_REMIND_ROCKBITER]
property = true
[BOOST2_SHAMANENHANCE_REMIND_STORMSTRIKE]
property = true
[BOOST2_SHAMANENHANCE_ROCKBITER]
property = true
[BOOST2_SHAMANENHANCE_STORMSTRIKE]
property = true
[BOOST2_WARLOCKAFF_AGONY]
property = true
[BOOST2_WARLOCKAFF_CORRUPTION]
property = true
[BOOST2_WARLOCKAFF_DOOMGUARD]
property = true
[BOOST2_WARLOCKAFF_DRAINLIFE]
property = true
[BOOST2_WARLOCKAFF_FEAR]
property = true
[BOOST2_WARLOCKAFF_LIFETAP]
property = true
[BOOST2_WARLOCKAFF_REMIND_AGONY]
property = true
[BOOST2_WARLOCKAFF_REMIND_CORRUPTION]
property = true
[BOOST2_WARLOCKAFF_REMIND_DRAINLIFE]
property = true
[BOOST2_WARLOCKAFF_REMIND_LIFETAP]
property = true
[BOOST2_WARLOCKAFF_REMIND_SHADOWBOLT]
property = true
[BOOST2_WARLOCKAFF_REMIND_UNSABLEAFFLICTION]
property = true
[BOOST2_WARLOCKAFF_REMIND_VOIDWALKER]
property = true
[BOOST2_WARLOCKAFF_SHADOWBOLT]
property = true
[BOOST2_WARLOCKAFF_UNSABLEAFFLICTION]
property = true
[BOOST2_WARLOCKAFF_VOIDWALKER]
property = true
[BOOST2_WARRIOR_CHARGE]
property = true
[BOOST2_WARRIOR_COLOSSUSSMASH]
property = true
[BOOST2_WARRIOR_HEROICLEAP]
property = true
[BOOST2_WARRIOR_MORTALSTRIKE]
property = true
[BOOST2_WARRIOR_OVERPOWER]
property = true
[BOOST2_WARRIOR_REMIND_COLOSSUSSMASH]
property = true
[BOOST2_WARRIOR_REMIND_MORTALSTRIKE]
property = true
[BOOST2_WARRIOR_REMIND_OVERPOWER]
property = true
[BOOST2_WARRIOR_REMIND_SLAM]
property = true
[BOOST2_WARRIOR_SLAM]
property = true
[BOOST2_WARRIOR_VICTORYRUSH]
property = true
[BOOST2_WARRIOR_WHIRLWIND]
property = true
[BOOSTED_CHAR_LOCKED_SPELL_TIP]
property = true
[BOOSTED_CHAR_SPELL_TEMPLOCK]
property = true
[BOSS]
property = true
[BOSSES]
property = true
[BOSSES_KILLED]
property = true
[BOSS_ALIVE]
property = true
[BOSS_ALIVE_INELIGIBLE]
property = true
[BOSS_BANNER_LOOT_SET]
property = true
[BOSS_DEAD]
property = true
[BOSS_INFO_STRING]
property = true
[BOSS_INFO_STRING_MANY]
property = true
[BOSS_INFO_STRING_TWO]
property = true
[BOSS_KILL_SUBTITLE]
property = true
[BOSS_YOU_DEFEATED]
property = true
[BOUNTY_BOARD_LOCKED_TITLE]
property = true
[BOUNTY_BOARD_NO_BOUNTIES]
property = true
[BOUNTY_BOARD_NO_BOUNTIES_DAYS_1]
property = true
[BOUNTY_BOARD_NO_BOUNTIES_DAYS_2]
property = true
[BOUNTY_BOARD_NO_BOUNTIES_DAYS_3]
property = true
[BOUNTY_TUTORIAL_BOUNTY_FINISHED]
property = true
[BOUNTY_TUTORIAL_INTRO]
property = true
[BRAWL_BUTTON_NAME]
property = true
[BRAWL_CLOSED]
property = true
[BRAWL_CLOSED_NEW]
property = true
[BRAWL_TOOLTIP_ENDS]
property = true
[BRAWL_TOOLTIP_MAP]
property = true
[BRAWL_TOOLTIP_MAPS]
property = true
[BRAWL_TOOLTIP_MAP_ENTRY]
property = true
[BRAWL_TOOLTIP_NAME]
property = true
[BRAWL_TOOLTIP_RULES]
property = true
[BRAWL_TOOLTIP_RULES_ENTRY]
property = true
[BRAWL_TUTORIAL]
property = true
[BREATH_LABEL]
property = true
[BRIGHTNESS_FORMAT]
property = true
[BROADCAST_ACHIEVEMENT]
property = true
[BROKENSHORE_BUILDING_COMMANDCENTER]
property = true
[BROKENSHORE_BUILDING_MAGETOWER]
property = true
[BROKENSHORE_BUILDING_NETHERDISRUPTOR]
property = true
[BROWSE]
property = true
[BROWSER_BACK_TOOLTIP]
property = true
[BROWSER_CACHE_CLEARED]
property = true
[BROWSER_CLEAR_CACHE]
property = true
[BROWSER_CLEAR_CACHE_TOOLTIP]
property = true
[BROWSER_COOKIES_DELETED]
property = true
[BROWSER_COPY_LINK]
property = true
[BROWSER_DELETE_COOKIES]
property = true
[BROWSER_DELETE_COOKIES_TOOLTIP]
property = true
[BROWSER_EXTERNAL_LINK_DIALOG]
property = true
[BROWSER_FORWARD_TOOLTIP]
property = true
[BROWSER_HOME_TOOLTIP]
property = true
[BROWSER_RELOAD_TOOLTIP]
property = true
[BROWSER_SETTINGS_BUTTON_TOOLTIP]
property = true
[BROWSER_SETTINGS_TOOLTIP]
property = true
[BROWSER_STOP_TOOLTIP]
property = true
[BROWSE_AUCTIONS]
property = true
[BROWSE_GUILDS_BUTTON]
property = true
[BROWSE_GUILDS_NUM_MEMBERS]
property = true
[BROWSE_NO_RESULTS]
property = true
[BROWSE_SEARCH_TEXT]
property = true
[BROWSING]
property = true
[BRUTALITY]
property = true
[BUFFERING]
property = true
[BUFFER_DOUBLE]
property = true
[BUFFOPTIONS_LABEL]
property = true
[BUFFOPTIONS_SUBTEXT]
property = true
[BUFFS_ON_TOP]
property = true
[BUFF_STACKS_OVERFLOW]
property = true
[BUG_BUTTON]
property = true
[BUG_CATEGORY1]
property = true
[BUG_CATEGORY10]
property = true
[BUG_CATEGORY11]
property = true
[BUG_CATEGORY12]
property = true
[BUG_CATEGORY13]
property = true
[BUG_CATEGORY14]
property = true
[BUG_CATEGORY15]
property = true
[BUG_CATEGORY2]
property = true
[BUG_CATEGORY3]
property = true
[BUG_CATEGORY4]
property = true
[BUG_CATEGORY5]
property = true
[BUG_CATEGORY6]
property = true
[BUG_CATEGORY7]
property = true
[BUG_CATEGORY8]
property = true
[BUG_CATEGORY9]
property = true
[BUG_CATEGORY_CHOOSE]
property = true
[BUG_CATEGORY_ERROR]
property = true
[BUG_SUBMITTED]
property = true
[BUG_SUBMIT_FAILED]
property = true
[BUILDING_DAMAGE]
property = true
[BUILDING_DAMAGE_COMBATLOG_TOOLTIP]
property = true
[BUILDING_HEAL]
property = true
[BUILDING_HEAL_COMBATLOG_TOOLTIP]
property = true
[BURNING_EMBERS]
property = true
[BURNING_EMBERS_COST]
property = true
[BURNING_EMBERS_COST_PER_TIME]
property = true
[BURNING_EMBERS_COST_PER_TIME_NO_BASE]
property = true
[BURNING_EMBERS_POWER]
property = true
[BURNING_EMBERS_TOOLTIP]
property = true
[BUTTON_LAG_AUCTIONHOUSE]
property = true
[BUTTON_LAG_AUCTIONHOUSE_NEWBIE]
property = true
[BUTTON_LAG_AUCTIONHOUSE_TOOLTIP]
property = true
[BUTTON_LAG_CHAT]
property = true
[BUTTON_LAG_CHAT_NEWBIE]
property = true
[BUTTON_LAG_CHAT_TOOLTIP]
property = true
[BUTTON_LAG_LOOT]
property = true
[BUTTON_LAG_LOOT_NEWBIE]
property = true
[BUTTON_LAG_LOOT_TOOLTIP]
property = true
[BUTTON_LAG_MAIL]
property = true
[BUTTON_LAG_MAIL_NEWBIE]
property = true
[BUTTON_LAG_MAIL_TOOLTIP]
property = true
[BUTTON_LAG_MOVEMENT]
property = true
[BUTTON_LAG_MOVEMENT_NEWBIE]
property = true
[BUTTON_LAG_MOVEMENT_TOOLTIP]
property = true
[BUTTON_LAG_SPELL]
property = true
[BUTTON_LAG_SPELL_NEWBIE]
property = true
[BUTTON_LAG_SPELL_TOOLTIP]
property = true
[BUYBACK]
property = true
[BUYBACK_THIS_ITEM]
property = true
[BUYOUT]
property = true
[BUYOUT_AUCTION_CONFIRMATION]
property = true
[BUYOUT_AUCTION_CONFIRMATION_EXPENSIVE]
property = true
[BUYOUT_AUCTION_CONFIRMATION_STRING]
property = true
[BUYOUT_COST]
property = true
[BUYOUT_PRICE]
property = true
[BUY_GUILDBANK_TAB]
property = true
[BY_SOURCE]
property = true
[BY_SOURCE_COMBATLOG_TOOLTIP]
property = true
[BY_TARGET]
property = true
[BY_TARGET_COMBATLOG_TOOLTIP]
property = true
[CALENDAR_ACCEPT_INVITATION]
property = true
[CALENDAR_ANNOUNCEMENT_CREATEDBY_PLAYER]
property = true
[CALENDAR_ANNOUNCEMENT_CREATEDBY_YOURSELF]
property = true
[CALENDAR_AUTO_APPROVE]
property = true
[CALENDAR_COMMUNITYEVENT_INVITEDBY_YOURSELF]
property = true
[CALENDAR_COPY_EVENT]
property = true
[CALENDAR_CREATE]
property = true
[CALENDAR_CREATE_ANNOUNCEMENT]
property = true
[CALENDAR_CREATE_ARENATEAM_EVENT]
property = true
[CALENDAR_CREATE_COMMUNITY_EVENT]
property = true
[CALENDAR_CREATE_EVENT]
property = true
[CALENDAR_CREATE_GUILD_ANNOUNCEMENT]
property = true
[CALENDAR_CREATE_GUILD_EVENT]
property = true
[CALENDAR_DECLINE_INVITATION]
property = true
[CALENDAR_DELETE_ANNOUNCEMENT_CONFIRM]
property = true
[CALENDAR_DELETE_COMMUNITY_EVENT_CONFIRM]
property = true
[CALENDAR_DELETE_EVENT]
property = true
[CALENDAR_DELETE_EVENT_CONFIRM]
property = true
[CALENDAR_DELETE_GUILD_EVENT_CONFIRM]
property = true
[CALENDAR_EDIT_ANNOUNCEMENT]
property = true
[CALENDAR_EDIT_COMMUNITY_EVENT]
property = true
[CALENDAR_EDIT_EVENT]
property = true
[CALENDAR_EDIT_GUILD_EVENT]
property = true
[CALENDAR_ERROR]
property = true
[CALENDAR_ERROR_ALREADY_INVITED_TO_EVENT_S]
property = true
[CALENDAR_ERROR_ARENA_EVENTS_EXCEEDED]
property = true
[CALENDAR_ERROR_COMMUNITY_EVENTS_EXCEEDED]
property = true
[CALENDAR_ERROR_CREATEDATE_AFTER_MAX]
property = true
[CALENDAR_ERROR_CREATEDATE_BEFORE_TODAY]
property = true
[CALENDAR_ERROR_CREATOR_NOT_FOUND]
property = true
[CALENDAR_ERROR_DELETE_CREATOR_FAILED]
property = true
[CALENDAR_ERROR_EVENTS_EXCEEDED]
property = true
[CALENDAR_ERROR_EVENT_INVALID]
property = true
[CALENDAR_ERROR_EVENT_LOCKED]
property = true
[CALENDAR_ERROR_EVENT_PASSED]
property = true
[CALENDAR_ERROR_EVENT_THROTTLED]
property = true
[CALENDAR_ERROR_EVENT_TIME_PASSED]
property = true
[CALENDAR_ERROR_EVENT_WRONG_SERVER]
property = true
[CALENDAR_ERROR_GUILD_EVENTS_EXCEEDED]
property = true
[CALENDAR_ERROR_IGNORED]
property = true
[CALENDAR_ERROR_INTERNAL]
property = true
[CALENDAR_ERROR_INVALID_DATE]
property = true
[CALENDAR_ERROR_INVALID_SIGNUP]
property = true
[CALENDAR_ERROR_INVALID_TIME]
property = true
[CALENDAR_ERROR_INVITES_DISABLED]
property = true
[CALENDAR_ERROR_INVITES_EXCEEDED]
property = true
[CALENDAR_ERROR_INVITE_THROTTLED]
property = true
[CALENDAR_ERROR_INVITE_WRONG_SERVER]
property = true
[CALENDAR_ERROR_MODERATOR_RESTRICTED]
property = true
[CALENDAR_ERROR_MODERATOR_RESTRICTED_TRIAL]
property = true
[CALENDAR_ERROR_NEEDS_TITLE]
property = true
[CALENDAR_ERROR_NOT_ALLIED]
property = true
[CALENDAR_ERROR_NOT_INVITED]
property = true
[CALENDAR_ERROR_NO_COMMUNITY_INVITES]
property = true
[CALENDAR_ERROR_NO_GUILD_INVITES]
property = true
[CALENDAR_ERROR_NO_INVITE]
property = true
[CALENDAR_ERROR_NO_INVITES]
property = true
[CALENDAR_ERROR_NO_MODERATOR]
property = true
[CALENDAR_ERROR_OTHER_INVITES_EXCEEDED]
property = true
[CALENDAR_ERROR_PERMISSIONS]
property = true
[CALENDAR_ERROR_RESTRICTED_LEVEL]
property = true
[CALENDAR_ERROR_SELF_INVITES_EXCEEDED]
property = true
[CALENDAR_EVENTNAME_FORMAT_END]
property = true
[CALENDAR_EVENTNAME_FORMAT_RAID_LOCKOUT]
property = true
[CALENDAR_EVENTNAME_FORMAT_RAID_RESET]
property = true
[CALENDAR_EVENTNAME_FORMAT_START]
property = true
[CALENDAR_EVENT_ALARM_MESSAGE]
property = true
[CALENDAR_EVENT_CREATORNAME]
property = true
[CALENDAR_EVENT_DESCRIPTION]
property = true
[CALENDAR_EVENT_INVITEDBY_PLAYER]
property = true
[CALENDAR_EVENT_INVITEDBY_YOURSELF]
property = true
[CALENDAR_EVENT_NAME]
property = true
[CALENDAR_EVENT_PICKER_TITLE]
property = true
[CALENDAR_EVENT_REMOVED_MAIL_BODY]
property = true
[CALENDAR_EVENT_REMOVED_MAIL_SUBJECT]
property = true
[CALENDAR_FILTERS]
property = true
[CALENDAR_FILTER_BATTLEGROUND]
property = true
[CALENDAR_FILTER_DARKMOON]
property = true
[CALENDAR_FILTER_HOLIDAYS]
property = true
[CALENDAR_FILTER_RAID_LOCKOUTS]
property = true
[CALENDAR_FILTER_RAID_RESETS]
property = true
[CALENDAR_FILTER_WEEKLY_HOLIDAYS]
property = true
[CALENDAR_GUILDEVENT_INVITEDBY_YOURSELF]
property = true
[CALENDAR_HOLIDAYFRAME_BEGINSENDS]
property = true
[CALENDAR_INVITELIST_CLEARMODERATOR]
property = true
[CALENDAR_INVITELIST_CREATORNAME]
property = true
[CALENDAR_INVITELIST_INVITETORAID]
property = true
[CALENDAR_INVITELIST_MODERATORNAME]
property = true
[CALENDAR_INVITELIST_SETINVITESTATUS]
property = true
[CALENDAR_INVITELIST_SETMODERATOR]
property = true
[CALENDAR_INVITE_ALL]
property = true
[CALENDAR_INVITE_CONFIRMED]
property = true
[CALENDAR_INVITE_LABEL]
property = true
[CALENDAR_INVITE_MEMBERS]
property = true
[CALENDAR_INVITE_PLAYER]
property = true
[CALENDAR_INVITE_REMOVED_MAIL_BODY]
property = true
[CALENDAR_INVITE_REMOVED_MAIL_SUBJECT]
property = true
[CALENDAR_LOCK_EVENT]
property = true
[CALENDAR_MASSINVITE_ARENA_HELP]
property = true
[CALENDAR_MASSINVITE_GUILD_HELP]
property = true
[CALENDAR_MASSINVITE_GUILD_MINRANK]
property = true
[CALENDAR_MASS_INVITE]
property = true
[CALENDAR_NOT_SIGNEDUP_FOR_GUILDEVENT]
property = true
[CALENDAR_PASTE_EVENT]
property = true
[CALENDAR_PLAYER_NAME]
property = true
[CALENDAR_RAID_LOCKOUT_DESCRIPTION]
property = true
[CALENDAR_RAID_RESET_DESCRIPTION]
property = true
[CALENDAR_REMOVE_INVITATION]
property = true
[CALENDAR_REMOVE_SIGNUP]
property = true
[CALENDAR_REPEAT_BIWEEKLY]
property = true
[CALENDAR_REPEAT_MONTHLY]
property = true
[CALENDAR_REPEAT_NEVER]
property = true
[CALENDAR_REPEAT_WEEKLY]
property = true
[CALENDAR_SET_DESCRIPTION_LABEL]
property = true
[CALENDAR_SIGNEDUP_FOR_GUILDEVENT_WITH_STATUS]
property = true
[CALENDAR_SIGNUP]
property = true
[CALENDAR_SIGNUP_FOR_GUILDEVENT]
property = true
[CALENDAR_STATUS_ACCEPTED]
property = true
[CALENDAR_STATUS_CONFIRMED]
property = true
[CALENDAR_STATUS_DECLINED]
property = true
[CALENDAR_STATUS_INVITED]
property = true
[CALENDAR_STATUS_NOT_SIGNEDUP]
property = true
[CALENDAR_STATUS_OUT]
property = true
[CALENDAR_STATUS_SIGNEDUP]
property = true
[CALENDAR_STATUS_STANDBY]
property = true
[CALENDAR_STATUS_TENTATIVE]
property = true
[CALENDAR_TENTATIVE_INVITATION]
property = true
[CALENDAR_TEXTURE_PICKER_TITLE_DUNGEON]
property = true
[CALENDAR_TEXTURE_PICKER_TITLE_RAID]
property = true
[CALENDAR_TOOLTIP_AUTOAPPROVE]
property = true
[CALENDAR_TOOLTIP_AVAILABLEBUTTON]
property = true
[CALENDAR_TOOLTIP_DATE_RANGE]
property = true
[CALENDAR_TOOLTIP_DECLINEBUTTON]
property = true
[CALENDAR_TOOLTIP_INVITEMEMBERS_BUTTON_PARTY]
property = true
[CALENDAR_TOOLTIP_INVITEMEMBERS_BUTTON_RAID]
property = true
[CALENDAR_TOOLTIP_INVITE_RESPONDED]
property = true
[CALENDAR_TOOLTIP_INVITE_TOTALS]
property = true
[CALENDAR_TOOLTIP_LOCKEVENT]
property = true
[CALENDAR_TOOLTIP_MASSINVITE]
property = true
[CALENDAR_TOOLTIP_ONGOING]
property = true
[CALENDAR_TOOLTIP_REMOVEBUTTON]
property = true
[CALENDAR_TOOLTIP_REMOVESIGNUPBUTTON]
property = true
[CALENDAR_TOOLTIP_SIGNUPBUTTON]
property = true
[CALENDAR_TOOLTIP_TENTATIVEBUTTON]
property = true
[CALENDAR_TYPE_DUNGEON]
property = true
[CALENDAR_TYPE_HEROIC_DUNGEON]
property = true
[CALENDAR_TYPE_MEETING]
property = true
[CALENDAR_TYPE_OTHER]
property = true
[CALENDAR_TYPE_PVP]
property = true
[CALENDAR_TYPE_RAID]
property = true
[CALENDAR_UPDATE]
property = true
[CALENDAR_VIEW_ANNOUNCEMENT]
property = true
[CALENDAR_VIEW_COMMUNITY_EVENT]
property = true
[CALENDAR_VIEW_EVENT]
property = true
[CALENDAR_VIEW_EVENTTITLE_LOCKED]
property = true
[CALENDAR_VIEW_EVENTTYPE]
property = true
[CALENDAR_VIEW_EVENT_REMOVE]
property = true
[CALENDAR_VIEW_EVENT_SETSTATUS]
property = true
[CALENDAR_VIEW_EVENT_TENTATIVE]
property = true
[CALENDAR_VIEW_GUILD_EVENT]
property = true
[CALENDER_INVITE_SELECT_COMMUNITY]
property = true
[CALENDER_INVITE_SELECT_COMMUNITY_OR_GUILD]
property = true
[CALIBRATION_TEXT]
property = true
[CALL_PET_SPELL_NAME]
property = true
[CAMERA_ALWAYS]
property = true
[CAMERA_FOLLOWING_STYLE]
property = true
[CAMERA_LABEL]
property = true
[CAMERA_LOCKED]
property = true
[CAMERA_MODE]
property = true
[CAMERA_NEVER]
property = true
[CAMERA_SMART]
property = true
[CAMERA_SMARTER]
property = true
[CAMERA_SUBTEXT]
property = true
[CAMPAIGN_AVAILABLE_QUESTLINE]
property = true
[CAMP_NOW]
property = true
[CAMP_TIMER]
property = true
[CANCEL]
property = true
[CANCEL_AUCTION]
property = true
[CANCEL_AUCTION_CONFIRMATION]
property = true
[CANCEL_AUCTION_CONFIRMATION_MONEY]
property = true
[CANCEL_SIGN_UP]
property = true
[CANNOT_COOPERATE_LABEL]
property = true
[CANNOT_DO_THIS_IN_BATTLEGROUND]
property = true
[CANNOT_DO_THIS_IN_LFG_PARTY]
property = true
[CANNOT_DO_THIS_IN_PVE_QUEUE]
property = true
[CANNOT_DO_THIS_IN_PVP_QUEUE]
property = true
[CANNOT_DO_THIS_WHILE_LFGLIST_LISTED]
property = true
[CANNOT_DO_THIS_WHILE_PVE_QUEUING]
property = true
[CANNOT_DO_THIS_WHILE_PVP_QUEUING]
property = true
[CANNOT_DO_THIS_WITH_LFGLIST_APP]
property = true
[CANT_AFFORD_ITEM]
property = true
[CANT_USE_ITEM]
property = true
[CAN_BIND_PTT]
property = true
[CAN_NOT_RELEASE_IN_COMBAT]
property = true
[CAN_NOT_RELEASE_RIGHT_NOW]
property = true
[CAPACITANCE_ALL_COMPLETE]
property = true
[CAPACITANCE_ALL_RECRUITMENT_COMPLETE]
property = true
[CAPACITANCE_FOLLOWER_BONUS]
property = true
[CAPACITANCE_FOLLOWER_BONUS_ACTIVE]
property = true
[CAPACITANCE_FOLLOWER_BONUS_TOOLTIP]
property = true
[CAPACITANCE_FOLLOWER_BONUS_TOOLTIP_TITLE]
property = true
[CAPACITANCE_INCREASED_CAPACITY_TOOLTIP]
property = true
[CAPACITANCE_INCREASED_CAPACITY_TOOLTIP_TITLE]
property = true
[CAPACITANCE_RECRUIT_ALL]
property = true
[CAPACITANCE_RECRUIT_COUNT]
property = true
[CAPACITANCE_SHIPMENT_COOLDOWN]
property = true
[CAPACITANCE_SHIPMENT_COUNT]
property = true
[CAPACITANCE_SHIPMENT_READY]
property = true
[CAPACITANCE_START_RECRUITMENT]
property = true
[CAPACITANCE_START_WORK_ORDER]
property = true
[CAPACITANCE_WORK_COMPLETE_TOOLTIP]
property = true
[CAPACITANCE_WORK_COMPLETE_TOOLTIP_TITLE]
property = true
[CAPACITANCE_WORK_ORDERS]
property = true
[CAPACITANCE_YIELD_INCREASED]
property = true
[CAPPED]
property = true
[CAPPED_LEVEL_TRIAL]
property = true
[CAPPED_MONEY_TRIAL]
property = true
[CAPSLOCK_KEY_TEXT]
property = true
[CAP_REACHED_TRIAL]
property = true
[CASH_ON_DELIVERY]
property = true
[CAST_WHILE_MOVING]
property = true
[CATCH_PET]
property = true
[CATCH_PET_CONDITION]
property = true
[CATCH_PET_DESCRIPTION]
property = true
[CATEGORIES]
property = true
[CATEGORY]
property = true
[CHALLENGES]
property = true
[CHALLENGES_LASTRUN_TIME]
property = true
[CHALLENGES_NO_MEDAL]
property = true
[CHALLENGES_NO_TIME]
property = true
[CHALLENGES_RECORD_TIME]
property = true
[CHALLENGES_TIMER_NO_MEDAL]
property = true
[CHALLENGE_MODE]
property = true
[CHALLENGE_MODE_COMPLETED]
property = true
[CHALLENGE_MODE_COMPLETE_BEAT_TIMER]
property = true
[CHALLENGE_MODE_COMPLETE_KEYSTONE_UPGRADED]
property = true
[CHALLENGE_MODE_COMPLETE_TIME_EXPIRED]
property = true
[CHALLENGE_MODE_COMPLETE_TRY_AGAIN]
property = true
[CHALLENGE_MODE_DEATH_COUNT_DESCRIPTION]
property = true
[CHALLENGE_MODE_DEATH_COUNT_TITLE]
property = true
[CHALLENGE_MODE_DEPLETED_KEYSTONE]
property = true
[CHALLENGE_MODE_DUNGEON_MODIFIERS]
property = true
[CHALLENGE_MODE_ENEMY_EXTRA_DAMAGE]
property = true
[CHALLENGE_MODE_ENEMY_EXTRA_DAMAGE_DESCRIPTION]
property = true
[CHALLENGE_MODE_ENEMY_EXTRA_HEALTH]
property = true
[CHALLENGE_MODE_ENEMY_EXTRA_HEALTH_DESCRIPTION]
property = true
[CHALLENGE_MODE_GUILD_BEST]
property = true
[CHALLENGE_MODE_GUILD_BEST_LINE]
property = true
[CHALLENGE_MODE_GUILD_BEST_LINE_TOOLTIP_TITLE]
property = true
[CHALLENGE_MODE_GUILD_BEST_LINE_YOU]
property = true
[CHALLENGE_MODE_INSERT_KEYSTONE]
property = true
[CHALLENGE_MODE_ITEM_POWER_LEVEL]
property = true
[CHALLENGE_MODE_KEYSTONE_DEPLETED]
property = true
[CHALLENGE_MODE_KEYSTONE_DEPLETED_AT_START]
property = true
[CHALLENGE_MODE_KEYSTONE_HYPERLINK]
property = true
[CHALLENGE_MODE_KEYSTONE_NAME]
property = true
[CHALLENGE_MODE_NEW_BEST]
property = true
[CHALLENGE_MODE_NEW_RECORD]
property = true
[CHALLENGE_MODE_NO_RUNS_THIS_WEEK]
property = true
[CHALLENGE_MODE_POWER_LEVEL]
property = true
[CHALLENGE_MODE_REALM_BEST]
property = true
[CHALLENGE_MODE_RECENT_BEST]
property = true
[CHALLENGE_MODE_START_CHALLENGE]
property = true
[CHALLENGE_MODE_THIS_WEEK]
property = true
[CHALLENGE_MODE_TIMES_UP]
property = true
[CHALLENGE_MODE_TIMES_UP_LOOT]
property = true
[CHALLENGE_MODE_TIMES_UP_NO_LOOT]
property = true
[CHALLENGE_MODE_TIMES_UP_NO_LOOT_LEADER]
property = true
[CHALLENGE_MODE_WEEKLY_BEST]
property = true
[CHALLENGE_MODE_WEEKLY_REWARD_AVAILABLE]
property = true
[CHANCE_TO_BLOCK]
property = true
[CHANCE_TO_CRIT]
property = true
[CHANCE_TO_DODGE]
property = true
[CHANCE_TO_PARRY]
property = true
[CHANGED_ITEM]
property = true
[CHANGED_OWN_ITEM]
property = true
[CHANGES_COLON]
property = true
[CHANGE_INSTANCE]
property = true
[CHANGE_MACRO_NAME_ICON]
property = true
[CHANGE_OPACITY]
property = true
[CHANNEL]
property = true
[CHANNELING]
property = true
[CHANNELPULLOUT_OPACITY_LABEL]
property = true
[CHANNELPULLOUT_OPTIONS_LABEL]
property = true
[CHANNELS]
property = true
[CHANNEL_CATEGORY_CUSTOM]
property = true
[CHANNEL_CATEGORY_GROUP]
property = true
[CHANNEL_CATEGORY_WORLD]
property = true
[CHANNEL_CHANNEL_NAME]
property = true
[CHANNEL_INVITE]
property = true
[CHANNEL_JOIN_CHANNEL]
property = true
[CHANNEL_NEW_CHANNEL]
property = true
[CHANNEL_PASSWORD]
property = true
[CHANNEL_ROSTER]
property = true
[CHARACTER]
property = true
[CHARACTER_BUTTON]
property = true
[CHARACTER_CREATE_CORE_RACES]
property = true
[CHARACTER_FRIEND]
property = true
[CHARACTER_FRIEND_INFO]
property = true
[CHARACTER_FRIEND_LABEL]
property = true
[CHARACTER_INFO]
property = true
[CHARACTER_KEY_BINDINGS]
property = true
[CHARACTER_LINK_CLASS_LEVEL_SPEC_TOOLTIP]
property = true
[CHARACTER_LINK_ITEM_LEVEL_TOOLTIP]
property = true
[CHARACTER_NAME_PROMPT]
property = true
[CHARACTER_POINTS2_COLON]
property = true
[CHARACTER_POINTS_CHANGED]
property = true
[CHARACTER_SELECT_PADLOCK_DROP_DOWN_USE_BOOST]
property = true
[CHARACTER_SHADOWS]
property = true
[CHARACTER_SHEET_MICRO_BUTTON_AZERITE_AVAILABLE]
property = true
[CHARACTER_SHEET_MICRO_BUTTON_AZERITE_ESSENCE_CHANGE_ESSENCES]
property = true
[CHARACTER_SHEET_MICRO_BUTTON_AZERITE_ESSENCE_SLOT_AVAILABLE]
property = true
[CHARACTER_SPECIFIC_KEYBINDINGS]
property = true
[CHARACTER_SPECIFIC_KEYBINDING_TOOLTIP]
property = true
[CHARACTER_SPECIFIC_MACROS]
property = true
[CHARACTER_UPGRADE_CLASS_TRIAL_UNLOCK_READY_DESCRIPTION]
property = true
[CHARACTER_UPGRADE_FINISH_BUTTON_POPUP_TEXT]
property = true
[CHARACTER_UPGRADE_LOG_OUT_NOW]
property = true
[CHARACTER_UPGRADE_POPUP_LATER]
property = true
[CHARACTER_UPGRADE_READY]
property = true
[CHARACTER_UPGRADE_READY_DESCRIPTION]
property = true
[CHARGED_SMASH_ENERGY]
property = true
[CHAT]
property = true
[CHATCONFIG_HEADER]
property = true
[CHATLOGDISABLED]
property = true
[CHATLOGENABLED]
property = true
[CHAT_AFK_GET]
property = true
[CHAT_ANNOUNCE]
property = true
[CHAT_ANNOUNCEMENTS_OFF_NOTICE]
property = true
[CHAT_ANNOUNCEMENTS_OFF_NOTICE_BN]
property = true
[CHAT_ANNOUNCEMENTS_ON_NOTICE]
property = true
[CHAT_ANNOUNCEMENTS_ON_NOTICE_BN]
property = true
[CHAT_AUTO_JOIN]
property = true
[CHAT_BAN]
property = true
[CHAT_BANNED_NOTICE]
property = true
[CHAT_BN_CONVERSATION_GET]
property = true
[CHAT_BN_CONVERSATION_GET_LINK]
property = true
[CHAT_BN_CONVERSATION_LIST]
property = true
[CHAT_BN_CONVERSATION_SEND]
property = true
[CHAT_BN_WHISPER_GET]
property = true
[CHAT_BN_WHISPER_INFORM_GET]
property = true
[CHAT_BN_WHISPER_SEND]
property = true
[CHAT_BUBBLES_EXCLUDE_PARTY_CHAT]
property = true
[CHAT_BUBBLES_TEXT]
property = true
[CHAT_CHANNELS]
property = true
[CHAT_CHANNEL_DROP_DOWN_OPEN_COMMUNITIES_FRAME]
property = true
[CHAT_CHANNEL_GET]
property = true
[CHAT_CHANNEL_JOIN_GET]
property = true
[CHAT_CHANNEL_LEAVE_GET]
property = true
[CHAT_CHANNEL_LIST_GET]
property = true
[CHAT_CHANNEL_OWNER_NOTICE]
property = true
[CHAT_CHANNEL_OWNER_NOTICE_BN]
property = true
[CHAT_CHANNEL_SEND]
property = true
[CHAT_COMBAT_MISC_INFO_GET]
property = true
[CHAT_COMMUNITIES_CHANNEL_BN_GET]
property = true
[CHAT_COMMUNITIES_CHANNEL_GET]
property = true
[CHAT_CONFIGURATION]
property = true
[CHAT_CONFIG_CHANNEL_SETTINGS_TITLE_WITH_DRAG_INSTRUCTIONS]
property = true
[CHAT_CONVERSATION_CONVERSATION_CONVERTED_TO_WHISPER_NOTICE]
property = true
[CHAT_CONVERSATION_MEMBER_JOINED_NOTICE]
property = true
[CHAT_CONVERSATION_MEMBER_LEFT_NOTICE]
property = true
[CHAT_CONVERSATION_YOU_JOINED_CONVERSATION_NOTICE]
property = true
[CHAT_CONVERSATION_YOU_LEFT_CONVERSATION_NOTICE]
property = true
[CHAT_DEFAULT]
property = true
[CHAT_DEFAULTS]
property = true
[CHAT_DEMOTE]
property = true
[CHAT_DND_GET]
property = true
[CHAT_EMOTE_GET]
property = true
[CHAT_EMOTE_SEND]
property = true
[CHAT_EMOTE_UNKNOWN]
property = true
[CHAT_FILTERED]
property = true
[CHAT_FLAG_AFK]
property = true
[CHAT_FLAG_COM]
property = true
[CHAT_FLAG_DND]
property = true
[CHAT_FLAG_GM]
property = true
[CHAT_FRAME_SETTINGS]
property = true
[CHAT_GUILD_DEMOTE_SEND]
property = true
[CHAT_GUILD_GET]
property = true
[CHAT_GUILD_INVITE_SEND]
property = true
[CHAT_GUILD_LEADER_SEND]
property = true
[CHAT_GUILD_MOTD_SEND]
property = true
[CHAT_GUILD_PROMOTE_SEND]
property = true
[CHAT_GUILD_SEND]
property = true
[CHAT_GUILD_UNINVITE_SEND]
property = true
[CHAT_HEADER_SUFFIX]
property = true
[CHAT_HELP_TEXT_LINE1]
property = true
[CHAT_HELP_TEXT_LINE10]
property = true
[CHAT_HELP_TEXT_LINE11]
property = true
[CHAT_HELP_TEXT_LINE12]
property = true
[CHAT_HELP_TEXT_LINE13]
property = true
[CHAT_HELP_TEXT_LINE14]
property = true
[CHAT_HELP_TEXT_LINE15]
property = true
[CHAT_HELP_TEXT_LINE16]
property = true
[CHAT_HELP_TEXT_LINE2]
property = true
[CHAT_HELP_TEXT_LINE3]
property = true
[CHAT_HELP_TEXT_LINE4]
property = true
[CHAT_HELP_TEXT_LINE5]
property = true
[CHAT_HELP_TEXT_LINE6]
property = true
[CHAT_HELP_TEXT_LINE7]
property = true
[CHAT_HELP_TEXT_LINE8]
property = true
[CHAT_HELP_TEXT_LINE9]
property = true
[CHAT_IGNORED]
property = true
[CHAT_INSTANCE_CHAT_GET]
property = true
[CHAT_INSTANCE_CHAT_LEADER_GET]
property = true
[CHAT_INSTANCE_CHAT_SEND]
property = true
[CHAT_INVALID_NAME_NOTICE]
property = true
[CHAT_INVITE_NOTICE]
property = true
[CHAT_INVITE_NOTICE_POPUP]
property = true
[CHAT_INVITE_SEND]
property = true
[CHAT_INVITE_WRONG_FACTION_NOTICE]
property = true
[CHAT_JOIN]
property = true
[CHAT_JOIN_HELP]
property = true
[CHAT_KICK]
property = true
[CHAT_LABEL]
property = true
[CHAT_LEAVE]
property = true
[CHAT_LOCKED_TEXT]
property = true
[CHAT_MODERATE]
property = true
[CHAT_MODERATION_OFF_NOTICE]
property = true
[CHAT_MODERATION_OFF_NOTICE_BN]
property = true
[CHAT_MODERATION_ON_NOTICE]
property = true
[CHAT_MODERATION_ON_NOTICE_BN]
property = true
[CHAT_MONSTER_EMOTE_GET]
property = true
[CHAT_MONSTER_PARTY_GET]
property = true
[CHAT_MONSTER_SAY_GET]
property = true
[CHAT_MONSTER_WHISPER_GET]
property = true
[CHAT_MONSTER_YELL_GET]
property = true
[CHAT_MOUSE_WHEEL_SCROLL]
property = true
[CHAT_MSG_ACHIEVEMENT]
property = true
[CHAT_MSG_AFK]
property = true
[CHAT_MSG_BATTLEGROUND]
property = true
[CHAT_MSG_BATTLEGROUND_LEADER]
property = true
[CHAT_MSG_BG_SYSTEM_ALLIANCE]
property = true
[CHAT_MSG_BG_SYSTEM_HORDE]
property = true
[CHAT_MSG_BG_SYSTEM_NEUTRAL]
property = true
[CHAT_MSG_BLOCK_CHAT_CHANNEL_INVITE]
property = true
[CHAT_MSG_BN_CONVERSATION]
property = true
[CHAT_MSG_BN_WHISPER]
property = true
[CHAT_MSG_CHANNEL_LIST]
property = true
[CHAT_MSG_COMBAT_HONOR_GAIN]
property = true
[CHAT_MSG_EMOTE]
property = true
[CHAT_MSG_FILTERED]
property = true
[CHAT_MSG_GUILD]
property = true
[CHAT_MSG_GUILD_ACHIEVEMENT]
property = true
[CHAT_MSG_GUILD_ITEM_LOOTED]
property = true
[CHAT_MSG_INSTANCE_CHAT]
property = true
[CHAT_MSG_LOOT]
property = true
[CHAT_MSG_MONEY]
property = true
[CHAT_MSG_MONSTER_EMOTE]
property = true
[CHAT_MSG_MONSTER_PARTY]
property = true
[CHAT_MSG_MONSTER_SAY]
property = true
[CHAT_MSG_MONSTER_WHISPER]
property = true
[CHAT_MSG_MONSTER_YELL]
property = true
[CHAT_MSG_OFFICER]
property = true
[CHAT_MSG_PARTY]
property = true
[CHAT_MSG_PARTY_LEADER]
property = true
[CHAT_MSG_RAID]
property = true
[CHAT_MSG_RAID_BOSS_EMOTE]
property = true
[CHAT_MSG_RAID_LEADER]
property = true
[CHAT_MSG_RAID_WARNING]
property = true
[CHAT_MSG_RESTRICTED]
property = true
[CHAT_MSG_SAY]
property = true
[CHAT_MSG_SKILL]
property = true
[CHAT_MSG_SYSTEM]
property = true
[CHAT_MSG_TEXT_EMOTE]
property = true
[CHAT_MSG_WHISPER]
property = true
[CHAT_MSG_WHISPER_INFORM]
property = true
[CHAT_MSG_WORLDDEFENSE_FORMAT]
property = true
[CHAT_MSG_YELL]
property = true
[CHAT_MUTED_NOTICE]
property = true
[CHAT_MUTED_NOTICE_BN]
property = true
[CHAT_NAME_TEMPLATE]
property = true
[CHAT_NOT_ALLOWED_IN_CHANNEL_NOTICE]
property = true
[CHAT_NOT_IN_AREA_NOTICE]
property = true
[CHAT_NOT_MEMBER_NOTICE]
property = true
[CHAT_NOT_MODERATED_NOTICE]
property = true
[CHAT_NOT_MODERATOR_NOTICE]
property = true
[CHAT_NOT_MODERATOR_NOTICE_BN]
property = true
[CHAT_NOT_OWNER_NOTICE]
property = true
[CHAT_NOT_OWNER_NOTICE_BN]
property = true
[CHAT_OFFICER_GET]
property = true
[CHAT_OFFICER_SEND]
property = true
[CHAT_OPTIONS_LABEL]
property = true
[CHAT_OVERFLOW_LABEL]
property = true
[CHAT_OWNER]
property = true
[CHAT_OWNER_CHANGED_NOTICE]
property = true
[CHAT_OWNER_CHANGED_NOTICE_BN]
property = true
[CHAT_PARTY_GET]
property = true
[CHAT_PARTY_GUIDE_GET]
property = true
[CHAT_PARTY_LEADER_GET]
property = true
[CHAT_PARTY_SEND]
property = true
[CHAT_PASSWORD]
property = true
[CHAT_PASSWORD_CHANGED_NOTICE]
property = true
[CHAT_PASSWORD_CHANGED_NOTICE_BN]
property = true
[CHAT_PASSWORD_NOTICE_POPUP]
property = true
[CHAT_PET_BATTLE_COMBAT_LOG_GET]
property = true
[CHAT_PET_BATTLE_INFO_GET]
property = true
[CHAT_PLAYER_ALREADY_MEMBER_NOTICE]
property = true
[CHAT_PLAYER_ALREADY_MEMBER_NOTICE_BN]
property = true
[CHAT_PLAYER_BANNED_NOTICE]
property = true
[CHAT_PLAYER_BANNED_NOTICE_BN]
property = true
[CHAT_PLAYER_INVITED_NOTICE]
property = true
[CHAT_PLAYER_INVITED_NOTICE_BN]
property = true
[CHAT_PLAYER_INVITE_BANNED_NOTICE]
property = true
[CHAT_PLAYER_INVITE_BANNED_NOTICE_BN]
property = true
[CHAT_PLAYER_KICKED_NOTICE]
property = true
[CHAT_PLAYER_KICKED_NOTICE_BN]
property = true
[CHAT_PLAYER_NOT_BANNED_NOTICE]
property = true
[CHAT_PLAYER_NOT_BANNED_NOTICE_BN]
property = true
[CHAT_PLAYER_NOT_FOUND_NOTICE]
property = true
[CHAT_PLAYER_NOT_FOUND_NOTICE_BN]
property = true
[CHAT_PLAYER_UNBANNED_NOTICE]
property = true
[CHAT_PLAYER_UNBANNED_NOTICE_BN]
property = true
[CHAT_PROMOTE]
property = true
[CHAT_PROMOTE_SEND]
property = true
[CHAT_RAID_BOSS_EMOTE_GET]
property = true
[CHAT_RAID_BOSS_WHISPER_GET]
property = true
[CHAT_RAID_GET]
property = true
[CHAT_RAID_LEADER_GET]
property = true
[CHAT_RAID_SEND]
property = true
[CHAT_RAID_WARNING_GET]
property = true
[CHAT_RAID_WARNING_SEND]
property = true
[CHAT_RESTRICTED]
property = true
[CHAT_RESTRICTED_TRIAL]
property = true
[CHAT_SAY_GET]
property = true
[CHAT_SAY_SEND]
property = true
[CHAT_SAY_UNKNOWN]
property = true
[CHAT_SERVER_DISCONNECTED_MESSAGE]
property = true
[CHAT_SERVER_RECONNECTED_MESSAGE]
property = true
[CHAT_SET_MODERATOR_NOTICE]
property = true
[CHAT_SET_MODERATOR_NOTICE_BN]
property = true
[CHAT_SET_SPEAK_NOTICE]
property = true
[CHAT_SET_SPEAK_NOTICE_BN]
property = true
[CHAT_SET_VOICE_NOTICE]
property = true
[CHAT_SET_VOICE_NOTICE_BN]
property = true
[CHAT_SILENCE]
property = true
[CHAT_STYLE]
property = true
[CHAT_SUSPENDED_NOTICE]
property = true
[CHAT_SUSPENDED_NOTICE_BN]
property = true
[CHAT_THROTTLED_NOTICE]
property = true
[CHAT_THROTTLED_NOTICE_BN]
property = true
[CHAT_TRIAL_RESTRICTED_NOTICE]
property = true
[CHAT_TRIAL_RESTRICTED_NOTICE_TRIAL]
property = true
[CHAT_UNINVITE_SEND]
property = true
[CHAT_UNSET_MODERATOR_NOTICE]
property = true
[CHAT_UNSET_MODERATOR_NOTICE_BN]
property = true
[CHAT_UNSET_SPEAK_NOTICE]
property = true
[CHAT_UNSET_SPEAK_NOTICE_BN]
property = true
[CHAT_UNSET_VOICE_NOTICE]
property = true
[CHAT_UNSET_VOICE_NOTICE_BN]
property = true
[CHAT_UNSILENCE]
property = true
[CHAT_VOICE]
property = true
[CHAT_VOICE_OFF]
property = true
[CHAT_VOICE_OFF_NOTICE]
property = true
[CHAT_VOICE_OFF_NOTICE_BN]
property = true
[CHAT_VOICE_ON]
property = true
[CHAT_VOICE_ON_NOTICE]
property = true
[CHAT_VOICE_ON_NOTICE_BN]
property = true
[CHAT_WHISPER_GET]
property = true
[CHAT_WHISPER_INFORM_GET]
property = true
[CHAT_WHISPER_SEND]
property = true
[CHAT_WHOLE_WINDOW_CLICKABLE]
property = true
[CHAT_WINDOWS_COUNT]
property = true
[CHAT_WRONG_FACTION_NOTICE]
property = true
[CHAT_WRONG_PASSWORD_NOTICE]
property = true
[CHAT_YELL_GET]
property = true
[CHAT_YELL_SEND]
property = true
[CHAT_YELL_UNKNOWN]
property = true
[CHAT_YELL_UNKNOWN_FEMALE]
property = true
[CHAT_YOU_CHANGED_NOTICE]
property = true
[CHAT_YOU_CHANGED_NOTICE_BN]
property = true
[CHAT_YOU_JOINED_NOTICE]
property = true
[CHAT_YOU_JOINED_NOTICE_BN]
property = true
[CHAT_YOU_LEFT_NOTICE]
property = true
[CHAT_YOU_LEFT_NOTICE_BN]
property = true
[CHECK_ALL]
property = true
[CHESTSLOT]
property = true
[CHI]
property = true
[CHI_COST]
property = true
[CHI_COST_PER_TIME]
property = true
[CHI_COST_PER_TIME_NO_BASE]
property = true
[CHI_POWER]
property = true
[CHI_TOOLTIP]
property = true
[CHOOSE]
property = true
[CHOOSE_BOX]
property = true
[CHOOSE_FACTION]
property = true
[CHOOSE_GLYPHS]
property = true
[CHOOSE_GLYPHS_HELP]
property = true
[CHOOSE_GLYPHS_NOW]
property = true
[CHOOSE_LOCATION]
property = true
[CHOOSE_ONE_REWARD]
property = true
[CHOOSE_PET_ABILITY]
property = true
[CHOOSE_RAID]
property = true
[CHOOSE_SPECIALIZATION]
property = true
[CHOOSE_SPECIALIZATION_HELP]
property = true
[CHOOSE_SPECIALIZATION_NOW]
property = true
[CHOOSE_STATIONERY]
property = true
[CHOOSE_TALENTS]
property = true
[CHOOSE_TALENTS_HELP]
property = true
[CHOOSE_TALENTS_NOW]
property = true
[CHOOSE_THE_ALLIANCE]
property = true
[CHOOSE_THE_HORDE]
property = true
[CHOOSE_YOUR_DUNGEON]
property = true
[CHOSEN_FOR_GMSURVEY]
property = true
[CINEMATICS]
property = true
[CINEMATIC_DOWNLOAD_FORMAT]
property = true
[CINEMATIC_NAME_1]
property = true
[CINEMATIC_NAME_2]
property = true
[CINEMATIC_NAME_3]
property = true
[CINEMATIC_NAME_4]
property = true
[CINEMATIC_SUBTITLES]
property = true
[CLAIM_REWARD]
property = true
[CLASS]
property = true
[CLASSIC_STYLE]
property = true
[CLASS_ABBR]
property = true
[CLASS_COLORS]
property = true
[CLASS_ROLES]
property = true
[CLASS_SKILLS]
property = true
[CLASS_TRIAL_CHOOSE_BOOST_LOGOUT_PROMPT_TEXT]
property = true
[CLASS_TRIAL_CHOOSE_BOOST_TYPE_TEXT]
property = true
[CLASS_TRIAL_THANKS_DIALOG_APPLY_BOOST_BUTTON]
property = true
[CLASS_TRIAL_THANKS_DIALOG_BUY_BOOST_BUTTON]
property = true
[CLASS_TRIAL_THANKS_DIALOG_CLOSE_BUTTON]
property = true
[CLASS_TRIAL_THANKS_DIALOG_TEXT]
property = true
[CLASS_TRIAL_THANKS_DIALOG_THANKS_MESSAGE_PART1]
property = true
[CLASS_TRIAL_TIMER_DIALOG_TEXT_HAS_REMAINING_TIME]
property = true
[CLASS_TRIAL_TIMER_DIALOG_TEXT_NO_REMAINING_TIME]
property = true
[CLEAN_UP_BAGS_TUTORIAL]
property = true
[CLEARED_AFK]
property = true
[CLEARED_DND]
property = true
[CLEAR_AFK]
property = true
[CLEAR_ALL]
property = true
[CLEAR_FOCUS]
property = true
[CLICK_BAG_SETTINGS]
property = true
[CLICK_CAMERA_STYLE]
property = true
[CLICK_CHEST_TO_CLAIM_REWARD]
property = true
[CLICK_FOR_ADDITIONAL_QUEST_LOCATIONS]
property = true
[CLICK_FOR_DETAILS]
property = true
[CLICK_FOR_MORE_INFO]
property = true
[CLICK_HERE_FOR_MORE_INFO]
property = true
[CLICK_QUEST_DETAILS]
property = true
[CLICK_TO_ENTER_COMMENT]
property = true
[CLICK_TO_INVITE_TO_CONVERSATION]
property = true
[CLICK_TO_LEARN]
property = true
[CLICK_TO_MOVE]
property = true
[CLICK_TO_OPEN_SHOP]
property = true
[CLICK_TO_REMOVE_ADDITIONAL_QUEST_LOCATIONS]
property = true
[CLICK_TO_START_CONVERSATION]
property = true
[CLIENT_LOGOUT_ALERT]
property = true
[CLIENT_RESTART_ALERT]
property = true
[CLOSE]
property = true
[CLOSES_IN]
property = true
[CLOSE_AND_LEAVE_CHAT_CONVERSATION_WINDOW]
property = true
[CLOSE_CHAT]
property = true
[CLOSE_CHAT_CONVERSATION_WINDOW]
property = true
[CLOSE_CHAT_WHISPER_WINDOW]
property = true
[CLOSE_CHAT_WINDOW]
property = true
[CLOSE_LOG]
property = true
[CLOUD_ADD_TIMER_BAR]
property = true
[CLUB_FINDER_ACCEPTED]
property = true
[CLUB_FINDER_ACCEPT_GUILD_ALREADY_IN_GUILD_WARNING]
property = true
[CLUB_FINDER_ACCEPT_GUILD_STANDARD_WARNING]
property = true
[CLUB_FINDER_ACTIVE_MEMBERS]
property = true
[CLUB_FINDER_ALL_SPECS]
property = true
[CLUB_FINDER_ALREADY_APPLIED_ERROR]
property = true
[CLUB_FINDER_ALREADY_IN_GUILD_PLEASE_LEAVE]
property = true
[CLUB_FINDER_ALREADY_IN_THAT_CLUB]
property = true
[CLUB_FINDER_ALREADY_IN_THAT_GUILD]
property = true
[CLUB_FINDER_ANY_FLAG]
property = true
[CLUB_FINDER_APPLICANTS]
property = true
[CLUB_FINDER_APPLICANT_HISTORY]
property = true
[CLUB_FINDER_APPLICANT_LIST_NO_MATCHING_SPECS]
property = true
[CLUB_FINDER_APPLY]
property = true
[CLUB_FINDER_APPROVED]
property = true
[CLUB_FINDER_BANNED_POSTING_WARNING]
property = true
[CLUB_FINDER_CANCELED]
property = true
[CLUB_FINDER_CANCEL_APPLICATION]
property = true
[CLUB_FINDER_CLASS_ROLES]
property = true
[CLUB_FINDER_CLUB_DESCRIPTION]
property = true
[CLUB_FINDER_COMMUNITIES]
property = true
[CLUB_FINDER_COMMUNITY_AUTO_ACCEPT]
property = true
[CLUB_FINDER_COMMUNITY_CHAT_MESSAGE]
property = true
[CLUB_FINDER_COMMUNITY_FOCUS]
property = true
[CLUB_FINDER_COMMUNITY_INVITE_CHAT_MSG]
property = true
[CLUB_FINDER_COMMUNITY_LOOKING_ALL_SPECS]
property = true
[CLUB_FINDER_COMMUNITY_NAME_CHANGE_ALERT]
property = true
[CLUB_FINDER_COMMUNITY_NAME_CHANGE_DESCRIPTION]
property = true
[CLUB_FINDER_COMMUNITY_NAME_CHANGE_DESCRIPTION_BOTTOM]
property = true
[CLUB_FINDER_COMMUNITY_NAME_CHANGE_ENTER_NEW]
property = true
[CLUB_FINDER_COMMUNITY_POSTING_ALERT]
property = true
[CLUB_FINDER_COMMUNITY_POSTING_REMOVED_TEXT]
property = true
[CLUB_FINDER_COMMUNITY_POSTING_REMOVED_TEXT_SRRS]
property = true
[CLUB_FINDER_COMMUNITY_RECRUITING_NOTE]
property = true
[CLUB_FINDER_COMMUNITY_RENAME_BUTTON]
property = true
[CLUB_FINDER_COMMUNITY_ROSTER_DROPDOWN]
property = true
[CLUB_FINDER_COMMUNITY_TYPE]
property = true
[CLUB_FINDER_DAMAGE]
property = true
[CLUB_FINDER_DAYS_UNTIL_EXPIRE]
property = true
[CLUB_FINDER_DECLINED]
property = true
[CLUB_FINDER_DISABLE_REASON_VETERAN_TRIAL]
property = true
[CLUB_FINDER_ENABLE_DISABLE_MESSAGE]
property = true
[CLUB_FINDER_FIND_ONLINE_MEMBER]
property = true
[CLUB_FINDER_FOCUS]
property = true
[CLUB_FINDER_FOCUS_PVP]
property = true
[CLUB_FINDER_FOCUS_SOCIAL_LEVELING]
property = true
[CLUB_FINDER_FOCUS_STRING]
property = true
[CLUB_FINDER_GUILDS]
property = true
[CLUB_FINDER_GUILD_DECLINE_CHAT_MSG]
property = true
[CLUB_FINDER_GUILD_FOCUS]
property = true
[CLUB_FINDER_GUILD_INVITE_CHAT_MSG]
property = true
[CLUB_FINDER_GUILD_LOOKING_ALL_SPECS]
property = true
[CLUB_FINDER_GUILD_POSTING_ALERT]
property = true
[CLUB_FINDER_GUILD_POSTING_ALERT_REMOVED]
property = true
[CLUB_FINDER_GUILD_POSTING_ALERT_REMOVED_DESC]
property = true
[CLUB_FINDER_GUILD_POSTING_REMOVED_TEXT_SRRS]
property = true
[CLUB_FINDER_GUILD_RECRUITING]
property = true
[CLUB_FINDER_GUILD_SIZE]
property = true
[CLUB_FINDER_HEALER]
property = true
[CLUB_FINDER_INVITED]
property = true
[CLUB_FINDER_INVITE_APPLICANT_REDO]
property = true
[CLUB_FINDER_IS_GUILD_LEADER_JOIN_ERROR]
property = true
[CLUB_FINDER_JOINED]
property = true
[CLUB_FINDER_JOINED_ANOTHER]
property = true
[CLUB_FINDER_JOINED_COMMUNITY_POPUP]
property = true
[CLUB_FINDER_LEADER]
property = true
[CLUB_FINDER_LINK_CHAT_ERROR]
property = true
[CLUB_FINDER_LINK_COMMUNITY]
property = true
[CLUB_FINDER_LINK_GUILD]
property = true
[CLUB_FINDER_LINK_POST_IN_CHAT]
property = true
[CLUB_FINDER_LIST_COMMUNITY]
property = true
[CLUB_FINDER_LIST_GUILD]
property = true
[CLUB_FINDER_LOOKING_FOR]
property = true
[CLUB_FINDER_LOOKING_FOR_CLASS_SPEC]
property = true
[CLUB_FINDER_LOOKING_FOR_CLASS_SPEC_WITH_ROLE]
property = true
[CLUB_FINDER_MAX_LEVEL_ONLY]
property = true
[CLUB_FINDER_MAX_MEMBER_COUNT_HIT]
property = true
[CLUB_FINDER_MEDIUM]
property = true
[CLUB_FINDER_MINIMUM_ITEM_LEVEL]
property = true
[CLUB_FINDER_MULTIPLE_CHECKED]
property = true
[CLUB_FINDER_MULTIPLE_ROLES]
property = true
[CLUB_FINDER_NEW_APPLICANT_TUTORIAL]
property = true
[CLUB_FINDER_NEW_COMMUNITY_JOINED]
property = true
[CLUB_FINDER_NEW_FEATURE_TUTORIAL]
property = true
[CLUB_FINDER_NOT_RECRUITING_YOUR_SPECS]
property = true
[CLUB_FINDER_NO_MATCHING_SPEC_DIALOG_ERR_STRING]
property = true
[CLUB_FINDER_NO_OPTIONS_SELECTED_GUILD_MESSAGE]
property = true
[CLUB_FINDER_NO_PERMISSION_TO_VIEW_GUILD_RECRUITMENT]
property = true
[CLUB_FINDER_NO_RECRUITING_PERMISSIONS]
property = true
[CLUB_FINDER_ONE_SPEC_REQUIRED]
property = true
[CLUB_FINDER_PENDING]
property = true
[CLUB_FINDER_PENDING_CLUBS_LIST]
property = true
[CLUB_FINDER_PENDING_REQUESTS]
property = true
[CLUB_FINDER_REAPPLY]
property = true
[CLUB_FINDER_RECRUITING_ALL_SPECS]
property = true
[CLUB_FINDER_RECRUITING_FOUR_SPECS]
property = true
[CLUB_FINDER_RECRUITING_NOTE]
property = true
[CLUB_FINDER_RECRUITING_ONE_SPEC]
property = true
[CLUB_FINDER_RECRUITING_THREE_SPECS]
property = true
[CLUB_FINDER_RECRUITING_TWO_SPECS]
property = true
[CLUB_FINDER_RECRUITMENT_DESCRIPTION]
property = true
[CLUB_FINDER_RECRUITMENT_MESSAGE]
property = true
[CLUB_FINDER_REPORT]
property = true
[CLUB_FINDER_REPORTED]
property = true
[CLUB_FINDER_REPORTED_GUILD_REPOST_MESSAGE]
property = true
[CLUB_FINDER_REPORT_COMMUNITY_NAME]
property = true
[CLUB_FINDER_REPORT_DESCRIPTION]
property = true
[CLUB_FINDER_REPORT_FOR]
property = true
[CLUB_FINDER_REPORT_GUILD_NAME]
property = true
[CLUB_FINDER_REPORT_JOIN_NOTE]
property = true
[CLUB_FINDER_REPORT_NAME]
property = true
[CLUB_FINDER_REPORT_REASON_APPLICANT_NAME]
property = true
[CLUB_FINDER_REPORT_REASON_APPLICANT_NOTE]
property = true
[CLUB_FINDER_REPORT_REASON_COMMUNITY_NAME]
property = true
[CLUB_FINDER_REPORT_REASON_GUILD_NAME]
property = true
[CLUB_FINDER_REPORT_REASON_POSTERS_NAME]
property = true
[CLUB_FINDER_REPORT_REASON_POSTING_DESCRIPTION]
property = true
[CLUB_FINDER_REPORT_SPAM]
property = true
[CLUB_FINDER_REQUEST_TO_JOIN]
property = true
[CLUB_FINDER_ROLE_TOOLTIP]
property = true
[CLUB_FINDER_SEARCH_ERROR]
property = true
[CLUB_FINDER_SEARCH_NOTHING_FOUND]
property = true
[CLUB_FINDER_SHIFT_CLICK_LINK]
property = true
[CLUB_FINDER_SORT_BY]
property = true
[CLUB_FINDER_SORT_BY_MOST_MEMBERS]
property = true
[CLUB_FINDER_SORT_BY_NEWEST]
property = true
[CLUB_FINDER_SORT_BY_RELEVANCE]
property = true
[CLUB_FINDER_SPEC]
property = true
[CLUB_FINDER_SPECIALIZATIONS]
property = true
[CLUB_FINDER_TANK]
property = true
[CLUB_FINDER_THANK_YOU_REPORTED]
property = true
[CLUB_FINDER_TUTORIAL_APPLICANT_LIST]
property = true
[CLUB_FINDER_TUTORIAL_FINDER_BUTTONS_NO_SCROLL]
property = true
[CLUB_FINDER_TUTORIAL_FINDER_BUTTONS_SCROLL]
property = true
[CLUB_FINDER_TUTORIAL_GUILD_LINK]
property = true
[CLUB_FINDER_TUTORIAL_POSTING]
property = true
[CLUB_FINDER_TUTORIAL_ROSTER]
property = true
[CLUB_FINDER_TYPE]
property = true
[CLUB_FINDER_TYPE_COMMUNITY]
property = true
[CLUB_FINDER_TYPE_GUILD]
property = true
[CLUB_FINDER_WHISPER_OFFICER]
property = true
[CLUB_FINDER_WHISPER_OFFICER_ERROR_GUILD]
property = true
[CLUB_INVITEE_FAIL_COMMUNITY_CAPACITY]
property = true
[CLUB_INVITEE_FAIL_GUILD_CAPACITY]
property = true
[CLUB_INVITER_FAIL_COMMUNITY_CAPACITY]
property = true
[CLUB_INVITER_FAIL_GUILD_CAPACITY]
property = true
[CLUB_INVITE_HYPERLINK_TEXT]
property = true
[CLUB_REMOVED_REASON_BANNED]
property = true
[CLUB_REMOVED_REASON_CLUB_DESTROYED]
property = true
[CLUB_REMOVED_REASON_REMOVED]
property = true
[COALESCED_REALM_TOOLTIP]
property = true
[COD]
property = true
[COD_AMOUNT]
property = true
[COD_CONFIRMATION]
property = true
[COD_INSUFFICIENT_MONEY]
property = true
[COD_PAYMENT]
property = true
[COGWHEEL_GEM]
property = true
[COINPICKUP_CANCEL]
property = true
[COLLECTED]
property = true
[COLLECTIONS]
property = true
[COLLECTIONS_MICRO_BUTTON_SPEC_TUTORIAL]
property = true
[COLLECTION_PAGE_NUMBER]
property = true
[COLLECTION_UNOPENED_PLURAL]
property = true
[COLLECTION_UNOPENED_SINGULAR]
property = true
[COLOR]
property = true
[COLORBLIND_FILTER]
property = true
[COLORBLIND_FILTERS_TITLE]
property = true
[COLORBLIND_FRIENDLY]
property = true
[COLORBLIND_HOSTILE]
property = true
[COLORBLIND_ITEM_QUALITY]
property = true
[COLORBLIND_MODE_TAB]
property = true
[COLORBLIND_NAMEWRAPPER_ENEMY]
property = true
[COLORBLIND_NAMEWRAPPER_FRIENDLY]
property = true
[COLORBLIND_NAMEWRAPPER_NEUTRAL]
property = true
[COLORBLIND_NEUTRAL]
property = true
[COLORBLIND_OPTIONS_INSTRUCTIONS]
property = true
[COLORBLIND_OPTION_DEUTERANOPIA]
property = true
[COLORBLIND_OPTION_NONE]
property = true
[COLORBLIND_OPTION_PROTANOPIA]
property = true
[COLORBLIND_OPTION_TRITANOPIA]
property = true
[COLORIZE]
property = true
[COLORS]
property = true
[COLOR_BY_SCHOOL]
property = true
[COLOR_PICKER]
property = true
[COMBAT]
property = true
[COMBATLOGDISABLED]
property = true
[COMBATLOGENABLED]
property = true
[COMBATLOG_ARENAPOINTSAWARD]
property = true
[COMBATLOG_DEFAULTS]
property = true
[COMBATLOG_DISHONORGAIN]
property = true
[COMBATLOG_FILTER_STRING_CUSTOM_UNIT]
property = true
[COMBATLOG_FILTER_STRING_FRIENDLY_UNITS]
property = true
[COMBATLOG_FILTER_STRING_HOSTILE_PLAYERS]
property = true
[COMBATLOG_FILTER_STRING_HOSTILE_UNITS]
property = true
[COMBATLOG_FILTER_STRING_ME]
property = true
[COMBATLOG_FILTER_STRING_MY_PET]
property = true
[COMBATLOG_FILTER_STRING_NEUTRAL_UNITS]
property = true
[COMBATLOG_FILTER_STRING_UNKNOWN_UNITS]
property = true
[COMBATLOG_GUILD_XPGAIN]
property = true
[COMBATLOG_HIGHLIGHT_ABILITY]
property = true
[COMBATLOG_HIGHLIGHT_DAMAGE]
property = true
[COMBATLOG_HIGHLIGHT_KILL]
property = true
[COMBATLOG_HIGHLIGHT_SCHOOL]
property = true
[COMBATLOG_HONORAWARD]
property = true
[COMBATLOG_HONORGAIN]
property = true
[COMBATLOG_HONORGAIN_EXHAUSTION1]
property = true
[COMBATLOG_HONORGAIN_NO_RANK]
property = true
[COMBATLOG_HONORGAIN_NO_RANK_EXHAUSTION1]
property = true
[COMBATLOG_UNKNOWN_UNIT]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION1]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION1_GROUP]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION1_RAID]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION2]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION2_GROUP]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION2_RAID]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION4]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION4_GROUP]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION4_RAID]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION5]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION5_GROUP]
property = true
[COMBATLOG_XPGAIN_EXHAUSTION5_RAID]
property = true
[COMBATLOG_XPGAIN_FIRSTPERSON]
property = true
[COMBATLOG_XPGAIN_FIRSTPERSON_GROUP]
property = true
[COMBATLOG_XPGAIN_FIRSTPERSON_RAID]
property = true
[COMBATLOG_XPGAIN_FIRSTPERSON_UNNAMED]
property = true
[COMBATLOG_XPGAIN_FIRSTPERSON_UNNAMED_GROUP]
property = true
[COMBATLOG_XPGAIN_FIRSTPERSON_UNNAMED_RAID]
property = true
[COMBATLOG_XPGAIN_QUEST]
property = true
[COMBATLOG_XPLOSS_FIRSTPERSON_UNNAMED]
property = true
[COMBATTEXT_SUBTEXT]
property = true
[COMBAT_ALLY_END_MISSION]
property = true
[COMBAT_ALLY_START_MISSION]
property = true
[COMBAT_ENEMY]
property = true
[COMBAT_ERROR]
property = true
[COMBAT_FACTION_CHANGE]
property = true
[COMBAT_GUILD_XP_GAIN]
property = true
[COMBAT_HONOR_GAIN]
property = true
[COMBAT_LABEL]
property = true
[COMBAT_LOG]
property = true
[COMBAT_LOG_MENU_BOTH]
property = true
[COMBAT_LOG_MENU_EVERYTHING]
property = true
[COMBAT_LOG_MENU_INCOMING]
property = true
[COMBAT_LOG_MENU_OUTGOING]
property = true
[COMBAT_LOG_MENU_OUTGOING_ME]
property = true
[COMBAT_LOG_MENU_REVERT]
property = true
[COMBAT_LOG_MENU_SAVE]
property = true
[COMBAT_LOG_MENU_SPELL_HIDE]
property = true
[COMBAT_LOG_MENU_SPELL_LINK]
property = true
[COMBAT_LOG_MENU_SPELL_TYPE_HEADER]
property = true
[COMBAT_LOG_UNIT_YOU_ENABLED]
property = true
[COMBAT_MESSAGES]
property = true
[COMBAT_MISC]
property = true
[COMBAT_MISC_INFO]
property = true
[COMBAT_PARTY]
property = true
[COMBAT_RATING_NAME1]
property = true
[COMBAT_RATING_NAME10]
property = true
[COMBAT_RATING_NAME11]
property = true
[COMBAT_RATING_NAME15]
property = true
[COMBAT_RATING_NAME2]
property = true
[COMBAT_RATING_NAME24]
property = true
[COMBAT_RATING_NAME3]
property = true
[COMBAT_RATING_NAME4]
property = true
[COMBAT_RATING_NAME5]
property = true
[COMBAT_RATING_NAME6]
property = true
[COMBAT_RATING_NAME7]
property = true
[COMBAT_RATING_NAME8]
property = true
[COMBAT_RATING_NAME9]
property = true
[COMBAT_SELF]
property = true
[COMBAT_SUBTEXT]
property = true
[COMBAT_TARGET_MODE_NEW]
property = true
[COMBAT_TARGET_MODE_OLD]
property = true
[COMBAT_TEXT_ABSORB]
property = true
[COMBAT_TEXT_ABSORB_ADDED]
property = true
[COMBAT_TEXT_ARENA_POINTS_GAINED]
property = true
[COMBAT_TEXT_BLOCK]
property = true
[COMBAT_TEXT_BLOCK_REDUCED]
property = true
[COMBAT_TEXT_COMBO_POINTS]
property = true
[COMBAT_TEXT_DEFLECT]
property = true
[COMBAT_TEXT_DODGE]
property = true
[COMBAT_TEXT_EVADE]
property = true
[COMBAT_TEXT_FLOAT_MODE_LABEL]
property = true
[COMBAT_TEXT_HONOR_GAINED]
property = true
[COMBAT_TEXT_IMMUNE]
property = true
[COMBAT_TEXT_LABEL]
property = true
[COMBAT_TEXT_MISFIRE]
property = true
[COMBAT_TEXT_MISS]
property = true
[COMBAT_TEXT_NONE]
property = true
[COMBAT_TEXT_PARRY]
property = true
[COMBAT_TEXT_REFLECT]
property = true
[COMBAT_TEXT_RESIST]
property = true
[COMBAT_TEXT_RUNE_BLOOD]
property = true
[COMBAT_TEXT_RUNE_DEATH]
property = true
[COMBAT_TEXT_RUNE_FROST]
property = true
[COMBAT_TEXT_RUNE_UNHOLY]
property = true
[COMBAT_TEXT_SCROLL_ARC]
property = true
[COMBAT_TEXT_SCROLL_DOWN]
property = true
[COMBAT_TEXT_SCROLL_DOWN_TEXT]
property = true
[COMBAT_TEXT_SCROLL_UP]
property = true
[COMBAT_TEXT_SHOW_AURAS_TEXT]
property = true
[COMBAT_TEXT_SHOW_AURA_FADE_TEXT]
property = true
[COMBAT_TEXT_SHOW_COMBAT_STATE_TEXT]
property = true
[COMBAT_TEXT_SHOW_COMBO_POINTS_TEXT]
property = true
[COMBAT_TEXT_SHOW_DODGE_PARRY_MISS_TEXT]
property = true
[COMBAT_TEXT_SHOW_ENERGIZE_TEXT]
property = true
[COMBAT_TEXT_SHOW_FRIENDLY_NAMES_TEXT]
property = true
[COMBAT_TEXT_SHOW_HONOR_GAINED_TEXT]
property = true
[COMBAT_TEXT_SHOW_LOW_HEALTH_MANA_TEXT]
property = true
[COMBAT_TEXT_SHOW_PERIODIC_ENERGIZE_TEXT]
property = true
[COMBAT_TEXT_SHOW_REACTIVES_TEXT]
property = true
[COMBAT_TEXT_SHOW_REPUTATION_TEXT]
property = true
[COMBAT_TEXT_SHOW_RESISTANCES_TEXT]
property = true
[COMBAT_THREAT_DECREASE_0]
property = true
[COMBAT_THREAT_DECREASE_1]
property = true
[COMBAT_THREAT_DECREASE_2]
property = true
[COMBAT_THREAT_INCREASE_1]
property = true
[COMBAT_THREAT_INCREASE_3]
property = true
[COMBAT_XP_GAIN]
property = true
[COMBAT_ZONE]
property = true
[COMBO_POINTS]
property = true
[COMBO_POINTS_COST]
property = true
[COMMAND]
property = true
[COMMENT]
property = true
[COMMENTATOR_DAMPENING_PERCENT]
property = true
[COMMENTATOR_UNITFRAME_DEAD_STR]
property = true
[COMMENTATOR_VICTORY_FANFARE_TEXT]
property = true
[COMMENTS_COLON]
property = true
[COMMUNITIES]
property = true
[COMMUNITIES_ADD_COMMUNITY]
property = true
[COMMUNITIES_ADD_DIALOG_BATTLE_NET_LABEL]
property = true
[COMMUNITIES_ADD_DIALOG_CREATE_BNET_DESCRIPTION]
property = true
[COMMUNITIES_ADD_DIALOG_CREATE_BNET_LABEL]
property = true
[COMMUNITIES_ADD_DIALOG_CREATE_WOW_DESCRIPTION]
property = true
[COMMUNITIES_ADD_DIALOG_CREATE_WOW_DESCRIPTION_NO_FACTION]
property = true
[COMMUNITIES_ADD_DIALOG_CREATE_WOW_LABEL]
property = true
[COMMUNITIES_ADD_DIALOG_CREATE_WOW_LABEL_NO_FACTION]
property = true
[COMMUNITIES_ADD_DIALOG_INVITE_LINK_DESCRIPTION]
property = true
[COMMUNITIES_ADD_DIALOG_INVITE_LINK_JOIN]
property = true
[COMMUNITIES_ADD_DIALOG_INVITE_LINK_LABEL]
property = true
[COMMUNITIES_ADD_DIALOG_LABEL]
property = true
[COMMUNITIES_ADD_DIALOG_WOW_LABEL]
property = true
[COMMUNITIES_ADD_TO_CHAT]
property = true
[COMMUNITIES_ADD_TO_CHAT_DROP_DOWN_CHAT_SETTINGS]
property = true
[COMMUNITIES_ADD_TO_CHAT_DROP_DOWN_NEW_CHAT_WINDOW]
property = true
[COMMUNITIES_ADD_TO_CHAT_DROP_DOWN_TITLE]
property = true
[COMMUNITIES_ALL_MEMBERS]
property = true
[COMMUNITIES_CALENDAR_CHAT_EVENT_BROADCAST_FORMAT]
property = true
[COMMUNITIES_CALENDAR_CHAT_EVENT_TITLE_FORMAT]
property = true
[COMMUNITIES_CALENDAR_CLICK_TO_ADD_INSTRUCTIONS]
property = true
[COMMUNITIES_CALENDAR_EVENT_FORMAT]
property = true
[COMMUNITIES_CALENDAR_MOTD_FORMAT]
property = true
[COMMUNITIES_CALENDAR_ONGOING_EVENT_PREFIX]
property = true
[COMMUNITIES_CALENDAR_TODAY]
property = true
[COMMUNITIES_CALENDAR_TOOLTIP_TITLE]
property = true
[COMMUNITIES_CHANNEL_ADDED_TO_CHAT_WINDOW]
property = true
[COMMUNITIES_CHANNEL_DESCRIPTION_INSTRUCTIONS]
property = true
[COMMUNITIES_CHANNEL_NAME_LABEL]
property = true
[COMMUNITIES_CHANNEL_REMOVED_FROM_CHAT_WINDOW]
property = true
[COMMUNITIES_CHANNEL_SUBJECT_LABEL]
property = true
[COMMUNITIES_CHANNEL_TYPE_LABEL]
property = true
[COMMUNITIES_CHAT_FRAME_TODAY_NOTIFICATION]
property = true
[COMMUNITIES_CHAT_FRAME_UNREAD_MESSAGES_NOTIFICATION]
property = true
[COMMUNITIES_CHAT_FRAME_YESTERDAY_NOTIFICATION]
property = true
[COMMUNITIES_CHAT_MESSAGE_DESTROYED]
property = true
[COMMUNITIES_CHAT_MESSAGE_DESTROYED_BY]
property = true
[COMMUNITIES_CHAT_MESSAGE_EDITED]
property = true
[COMMUNITIES_CHAT_MESSAGE_EDITED_FMT]
property = true
[COMMUNITIES_CHAT_MESSAGE_FORMAT]
property = true
[COMMUNITIES_CHAT_MESSAGE_FORMAT_CHARACTER]
property = true
[COMMUNITIES_CHAT_PERMISSIONS_LEADERS_AND_MODERATORS]
property = true
[COMMUNITIES_CHAT_TAB_TOOLTIP]
property = true
[COMMUNITIES_CREATE]
property = true
[COMMUNITIES_CREATE_CHANNEL]
property = true
[COMMUNITIES_CREATE_COMMUNITY]
property = true
[COMMUNITIES_CREATE_DIALOG_AVATAR_PICKER_INSTRUCTIONS]
property = true
[COMMUNITIES_CREATE_DIALOG_BATTLE_NET_LABEL]
property = true
[COMMUNITIES_CREATE_DIALOG_DESCRIPTION_INSTRUCTIONS]
property = true
[COMMUNITIES_CREATE_DIALOG_DESCRIPTION_INSTRUCTIONS_BATTLE_NET]
property = true
[COMMUNITIES_CREATE_DIALOG_DESCRIPTION_LABEL]
property = true
[COMMUNITIES_CREATE_DIALOG_DESCRIPTION_LABEL_BATTLE_NET]
property = true
[COMMUNITIES_CREATE_DIALOG_ICON_LABEL]
property = true
[COMMUNITIES_CREATE_DIALOG_ICON_SELECTION_BUTTON]
property = true
[COMMUNITIES_CREATE_DIALOG_NAME_AND_SHORT_NAME_ERROR]
property = true
[COMMUNITIES_CREATE_DIALOG_NAME_ERROR]
property = true
[COMMUNITIES_CREATE_DIALOG_NAME_INSTRUCTIONS]
property = true
[COMMUNITIES_CREATE_DIALOG_NAME_INSTRUCTIONS_BATTLE_NET]
property = true
[COMMUNITIES_CREATE_DIALOG_NAME_LABEL]
property = true
[COMMUNITIES_CREATE_DIALOG_NAME_LABEL_BATTLE_NET]
property = true
[COMMUNITIES_CREATE_DIALOG_SHORT_NAME_ERROR]
property = true
[COMMUNITIES_CREATE_DIALOG_SHORT_NAME_INSTRUCTIONS]
property = true
[COMMUNITIES_CREATE_DIALOG_SHORT_NAME_INSTRUCTIONS_CHARACTER]
property = true
[COMMUNITIES_CREATE_DIALOG_SHORT_NAME_INSTRUCTIONS_TOOLTIP]
property = true
[COMMUNITIES_CREATE_DIALOG_SHORT_NAME_LABEL]
property = true
[COMMUNITIES_CREATE_DIALOG_TYPE_LABEL]
property = true
[COMMUNITIES_CREATE_DIALOG_WOW_LABEL]
property = true
[COMMUNITIES_CREATE_GROUP]
property = true
[COMMUNITIES_DEFAULT_CHANNEL_NAME]
property = true
[COMMUNITIES_DELETE_CONFIRM_STRING]
property = true
[COMMUNITIES_EDIT_CHANNEL]
property = true
[COMMUNITIES_FRAME_JUMP_TO_UNREAD]
property = true
[COMMUNITIES_FRAME_TITLE]
property = true
[COMMUNITIES_GUILD_BENEFITS_TAB_TOOLTIP]
property = true
[COMMUNITIES_GUILD_FINDER]
property = true
[COMMUNITIES_GUILD_FINDER_DESCRIPTION]
property = true
[COMMUNITIES_GUILD_FINDER_DESCRIPTION2]
property = true
[COMMUNITIES_GUILD_FINDER_FRAME_FIND_A_GUILD]
property = true
[COMMUNITIES_GUILD_GENERAL_CHANNEL_NAME]
property = true
[COMMUNITIES_GUILD_INFO_TAB_TOOLTIP]
property = true
[COMMUNITIES_GUILD_OFFICER_CHANNEL_NAME]
property = true
[COMMUNITIES_INVITATION_FRAME_MEMBER_COUNT]
property = true
[COMMUNITIES_INVITATION_FRAME_TYPE]
property = true
[COMMUNITIES_INVITATION_FRAME_TYPE_CHARACTER]
property = true
[COMMUNITIES_INVITATION_SENT]
property = true
[COMMUNITIES_INVITE_MANAGER_CHARACTER_LINK_LABEL]
property = true
[COMMUNITIES_INVITE_MANAGER_COLUMN_TITLE_CHANNEL]
property = true
[COMMUNITIES_INVITE_MANAGER_COLUMN_TITLE_CREATOR]
property = true
[COMMUNITIES_INVITE_MANAGER_COLUMN_TITLE_EXPIRES]
property = true
[COMMUNITIES_INVITE_MANAGER_COLUMN_TITLE_LINK]
property = true
[COMMUNITIES_INVITE_MANAGER_COLUMN_TITLE_USES]
property = true
[COMMUNITIES_INVITE_MANAGER_COPY]
property = true
[COMMUNITIES_INVITE_MANAGER_COPY_LINK_BUTTON]
property = true
[COMMUNITIES_INVITE_MANAGER_CREATE_NEW_LINK]
property = true
[COMMUNITIES_INVITE_MANAGER_EXPAND_LABEL]
property = true
[COMMUNITIES_INVITE_MANAGER_EXPIRES]
property = true
[COMMUNITIES_INVITE_MANAGER_EXPIRES_AFTER_LABEL]
property = true
[COMMUNITIES_INVITE_MANAGER_EXPIRES_LABEL]
property = true
[COMMUNITIES_INVITE_MANAGER_EXPIRES_NEVER]
property = true
[COMMUNITIES_INVITE_MANAGER_GENERATE]
property = true
[COMMUNITIES_INVITE_MANAGER_LABEL]
property = true
[COMMUNITIES_INVITE_MANAGER_LINK_ID_LABEL]
property = true
[COMMUNITIES_INVITE_MANAGER_LINK_INSTRUCTIONS]
property = true
[COMMUNITIES_INVITE_MANAGER_LINK_LABEL]
property = true
[COMMUNITIES_INVITE_MANAGER_LINK_TO_CHAT]
property = true
[COMMUNITIES_INVITE_MANAGER_NO_CHANNEL]
property = true
[COMMUNITIES_INVITE_MANAGER_NUMBERUSES_LABEL]
property = true
[COMMUNITIES_INVITE_MANAGER_SHORT_TIME_FORMAT]
property = true
[COMMUNITIES_INVITE_MANAGER_TICKET_FORMAT]
property = true
[COMMUNITIES_INVITE_MANAGER_TICKET_FORMAT_CHARACTER]
property = true
[COMMUNITIES_INVITE_MANAGER_TICKET_FORMAT_CHARACTER_CN]
property = true
[COMMUNITIES_INVITE_MANAGER_TICKET_FORMAT_CN]
property = true
[COMMUNITIES_INVITE_MANAGER_USES]
property = true
[COMMUNITIES_INVITE_MANAGER_USES_FORMAT]
property = true
[COMMUNITIES_INVITE_MANAGER_USES_LABEL]
property = true
[COMMUNITIES_INVITE_MANAGER_USES_UNLIMITED]
property = true
[COMMUNITIES_INVITE_MEMBERS]
property = true
[COMMUNITIES_INVIVATION_FRAME_DESCRIPTION_FORMAT]
property = true
[COMMUNITIES_INVIVATION_FRAME_LEADER_FORMAT]
property = true
[COMMUNITIES_JOIN_COMMUNITY]
property = true
[COMMUNITIES_LIST_DROP_DOWN_CLEAR_UNREAD_NOTIFICATIONS]
property = true
[COMMUNITIES_LIST_DROP_DOWN_COMMUNITIES_NOTIFICATION_SETTINGS]
property = true
[COMMUNITIES_LIST_DROP_DOWN_COMMUNITIES_SETTINGS]
property = true
[COMMUNITIES_LIST_DROP_DOWN_FAVORITE]
property = true
[COMMUNITIES_LIST_DROP_DOWN_INVITE]
property = true
[COMMUNITIES_LIST_DROP_DOWN_LEAVE_CHARACTER_COMMUNITY]
property = true
[COMMUNITIES_LIST_DROP_DOWN_LEAVE_COMMUNITY]
property = true
[COMMUNITIES_LIST_DROP_DOWN_UNFAVORITE]
property = true
[COMMUNITIES_LIST_INVITATION_DISPLAY]
property = true
[COMMUNITIES_LIST_TRANSFER_OWNERSHIP_FIRST]
property = true
[COMMUNITIES_MEMBER_LIST_MEMBER_COUNT_FORMAT]
property = true
[COMMUNITIES_MEMBER_LIST_PENDING_INVITE_HEADER]
property = true
[COMMUNITIES_MEMBER_LIST_PROFESSION_DISPLAY]
property = true
[COMMUNITIES_MEMBER_LIST_SHOW_OFFLINE]
property = true
[COMMUNITIES_MESSAGE_OF_THE_DAY_FORMAT]
property = true
[COMMUNITIES_NAME_AND_STREAM_NAME]
property = true
[COMMUNITIES_NOTIFICATION_SETTINGS]
property = true
[COMMUNITIES_NOTIFICATION_SETTINGS_ALL]
property = true
[COMMUNITIES_NOTIFICATION_SETTINGS_DIALOG_LABEL]
property = true
[COMMUNITIES_NOTIFICATION_SETTINGS_DIALOG_QUICK_JOIN_LABEL]
property = true
[COMMUNITIES_NOTIFICATION_SETTINGS_DIALOG_SETTINGS_LABEL]
property = true
[COMMUNITIES_NOTIFICATION_SETTINGS_NONE]
property = true
[COMMUNITIES_PRESENCE_MOBILE_CHAT]
property = true
[COMMUNITIES_PRESENCE_OFFLINE]
property = true
[COMMUNITIES_ROSTER_COLUMN_TITLE_ACHIEVEMENT]
property = true
[COMMUNITIES_ROSTER_COLUMN_TITLE_CLASS]
property = true
[COMMUNITIES_ROSTER_COLUMN_TITLE_LEVEL]
property = true
[COMMUNITIES_ROSTER_COLUMN_TITLE_NAME]
property = true
[COMMUNITIES_ROSTER_COLUMN_TITLE_NOTE]
property = true
[COMMUNITIES_ROSTER_COLUMN_TITLE_PROFESSION]
property = true
[COMMUNITIES_ROSTER_COLUMN_TITLE_RANK]
property = true
[COMMUNITIES_ROSTER_COLUMN_TITLE_ZONE]
property = true
[COMMUNITIES_ROSTER_TAB_TOOLTIP]
property = true
[COMMUNITIES_SETTINGS_BUTTON_CHARACTER_LABEL]
property = true
[COMMUNITIES_SETTINGS_BUTTON_LABEL]
property = true
[COMMUNITIES_SETTINGS_CHARACTER_LABEL]
property = true
[COMMUNITIES_SETTINGS_DESCRIPTION_LABEL]
property = true
[COMMUNITIES_SETTINGS_DIALOG_MOTD_INSTRUCTIONS]
property = true
[COMMUNITIES_SETTINGS_LABEL]
property = true
[COMMUNITIES_SETTINGS_MOTD_LABEL]
property = true
[COMMUNITIES_SETTINGS_NAME_LABEL]
property = true
[COMMUNITIES_SETTINGS_SHORT_NAME_LABEL]
property = true
[COMMUNITIES_STREAM0_CHAT_SHORTCUT_FORMAT]
property = true
[COMMUNITIES_STREAM_FORMAT_LEADERS_AND_MODERATORS_ONLY]
property = true
[COMMUNITY_COMMAND_BATTLENET]
property = true
[COMMUNITY_COMMAND_CHARACTER]
property = true
[COMMUNITY_COMMAND_CREATE]
property = true
[COMMUNITY_COMMAND_JOIN]
property = true
[COMMUNITY_COMMAND_SYNTAX]
property = true
[COMMUNITY_FEATURE_UNAVAILABLE_MUTED]
property = true
[COMMUNITY_FEATURE_UNAVAILABLE_SILENCED]
property = true
[COMMUNITY_FINDER_FIND_COMMUNITY]
property = true
[COMMUNITY_FINDER_POSTING_EXPIRED]
property = true
[COMMUNITY_FINDER_POSTING_EXPIRE_SOON]
property = true
[COMMUNITY_INVITATION_FRAME_INVITATION_TEXT]
property = true
[COMMUNITY_MEMBER_CANCEL_INVITATION_TOOLTIP]
property = true
[COMMUNITY_MEMBER_CHARACTER_INFO_FORMAT]
property = true
[COMMUNITY_MEMBER_LIST_DROP_DOWN_BATTLETAG_FRIEND]
property = true
[COMMUNITY_MEMBER_LIST_DROP_DOWN_REMOVE]
property = true
[COMMUNITY_MEMBER_LIST_DROP_DOWN_ROLES]
property = true
[COMMUNITY_MEMBER_LIST_DROP_DOWN_SET_NOTE]
property = true
[COMMUNITY_MEMBER_NOTE_FORMAT]
property = true
[COMMUNITY_MEMBER_ROLE_NAME_INVITED]
property = true
[COMMUNITY_MEMBER_ROLE_NAME_LEADER]
property = true
[COMMUNITY_MEMBER_ROLE_NAME_MEMBER]
property = true
[COMMUNITY_MEMBER_ROLE_NAME_MODERATOR]
property = true
[COMMUNITY_MEMBER_ROLE_NAME_OWNER]
property = true
[COMMUNITY_MESSAGE_DROP_DOWN_DELETE]
property = true
[COMMUNITY_REFERENCE_FORMAT]
property = true
[COMMUNITY_TYPE_UNAVAILABLE]
property = true
[COMPACT_UNIT_FRAME_PROFILES]
property = true
[COMPACT_UNIT_FRAME_PROFILES_LABEL]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATE10PLAYERS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATE15PLAYERS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATE25PLAYERS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATE2PLAYERS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATE3PLAYERS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATE40PLAYERS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATE5PLAYERS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATEPVE]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATEPVP]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATESPEC1]
property = true
[COMPACT_UNIT_FRAME_PROFILE_AUTOACTIVATESPEC2]
property = true
[COMPACT_UNIT_FRAME_PROFILE_DISPLAYAGGROHIGHLIGHT]
property = true
[COMPACT_UNIT_FRAME_PROFILE_DISPLAYBORDER]
property = true
[COMPACT_UNIT_FRAME_PROFILE_DISPLAYHEALPREDICTION]
property = true
[COMPACT_UNIT_FRAME_PROFILE_DISPLAYMAINTANKANDASSIST]
property = true
[COMPACT_UNIT_FRAME_PROFILE_DISPLAYNONBOSSDEBUFFS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_DISPLAYONLYDISPELLABLEDEBUFFS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_DISPLAYPETS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_DISPLAYPOWERBAR]
property = true
[COMPACT_UNIT_FRAME_PROFILE_FRAMEHEIGHT]
property = true
[COMPACT_UNIT_FRAME_PROFILE_FRAMEWIDTH]
property = true
[COMPACT_UNIT_FRAME_PROFILE_HEALTHTEXT]
property = true
[COMPACT_UNIT_FRAME_PROFILE_HEALTHTEXT_HEALTH]
property = true
[COMPACT_UNIT_FRAME_PROFILE_HEALTHTEXT_LOSTHEALTH]
property = true
[COMPACT_UNIT_FRAME_PROFILE_HEALTHTEXT_NONE]
property = true
[COMPACT_UNIT_FRAME_PROFILE_HEALTHTEXT_PERC]
property = true
[COMPACT_UNIT_FRAME_PROFILE_HORIZONTALGROUPS]
property = true
[COMPACT_UNIT_FRAME_PROFILE_KEEPGROUPSTOGETHER]
property = true
[COMPACT_UNIT_FRAME_PROFILE_SORTBY]
property = true
[COMPACT_UNIT_FRAME_PROFILE_SORTBY_ALPHABETICAL]
property = true
[COMPACT_UNIT_FRAME_PROFILE_SORTBY_GROUP]
property = true
[COMPACT_UNIT_FRAME_PROFILE_SORTBY_ROLE]
property = true
[COMPACT_UNIT_FRAME_PROFILE_SUBTYPE_ALL]
property = true
[COMPACT_UNIT_FRAME_PROFILE_USECLASSCOLORS]
property = true
[COMPANIONS]
property = true
[COMPANIONS_MICRO_BUTTON_NEW_BATTLE_SLOT]
property = true
[COMPARE_ACHIEVEMENTS]
property = true
[COMPLAINT_ADDED]
property = true
[COMPLETE]
property = true
[COMPLETE_QUEST]
property = true
[CONFIGURE_MODS_FOR]
property = true
[CONFIRM_ACCEPT_PVP_QUEST]
property = true
[CONFIRM_ACCEPT_RELIC]
property = true
[CONFIRM_ACCEPT_SOCKETS]
property = true
[CONFIRM_ALLY_CHOICE]
property = true
[CONFIRM_ARTIFACT_CHALLENGE]
property = true
[CONFIRM_ARTIFACT_CHOICE]
property = true
[CONFIRM_AUCTION_POSTING_TEXT]
property = true
[CONFIRM_AZERITE_EMPOWERED_ITEM_RESPEC]
property = true
[CONFIRM_AZERITE_EMPOWERED_ITEM_RESPEC_EXPENSIVE]
property = true
[CONFIRM_AZERITE_EMPOWERED_RESPEC_STRING]
property = true
[CONFIRM_BATTLEFIELD_ENTRY]
property = true
[CONFIRM_BINDER]
property = true
[CONFIRM_BUY_BANK_SLOT]
property = true
[CONFIRM_BUY_GUILDBANK_TAB]
property = true
[CONFIRM_BUY_REAGNETBANK_TAB]
property = true
[CONFIRM_BUY_STABLE_SLOT]
property = true
[CONFIRM_CLOSE_CINEMATIC]
property = true
[CONFIRM_COMBAT_FILTER_DEFAULTS]
property = true
[CONFIRM_COMBAT_FILTER_DELETE]
property = true
[CONFIRM_COMPACT_UNIT_FRAME_PROFILE_DELETION]
property = true
[CONFIRM_COMPACT_UNIT_FRAME_PROFILE_UNSAVED_CHANGES]
property = true
[CONFIRM_COMPLETE_EXPENSIVE_QUEST]
property = true
[CONFIRM_CONTINUE]
property = true
[CONFIRM_DELETE_EQUIPMENT_SET]
property = true
[CONFIRM_DELETE_MACRO]
property = true
[CONFIRM_DELETING_CHARACTER_SPECIFIC_BINDINGS]
property = true
[CONFIRM_DESTROY_CHARACTER_COMMUNITY]
property = true
[CONFIRM_DESTROY_COMMUNITY]
property = true
[CONFIRM_DESTROY_COMMUNITY_STREAM_LABEL]
property = true
[CONFIRM_EXIT_WITH_UNSPENT_TALENT_POINTS]
property = true
[CONFIRM_GARRISON_FOLLOWER_ABILITY_REPLACE]
property = true
[CONFIRM_GARRISON_FOLLOWER_REROLL_ABILITIES]
property = true
[CONFIRM_GARRISON_FOLLOWER_REROLL_ALL]
property = true
[CONFIRM_GARRISON_FOLLOWER_REROLL_TRAITS]
property = true
[CONFIRM_GARRISON_FOLLOWER_TEMPORARY_ABILITY]
property = true
[CONFIRM_GARRISON_FOLLOWER_TRAIT_REPLACE]
property = true
[CONFIRM_GARRISON_FOLLOWER_UPGRADE]
property = true
[CONFIRM_GLYPH_PLACEMENT]
property = true
[CONFIRM_GLYPH_PLACEMENT_NO_COST]
property = true
[CONFIRM_GLYPH_REMOVAL]
property = true
[CONFIRM_GORGROND_GARRISON_CHOICE]
property = true
[CONFIRM_GUILD_DISBAND]
property = true
[CONFIRM_GUILD_LEAVE]
property = true
[CONFIRM_GUILD_PROMOTE]
property = true
[CONFIRM_HIGH_COST_ITEM]
property = true
[CONFIRM_ITEM_USE]
property = true
[CONFIRM_JOIN_CHARACTER_COMMUNITY]
property = true
[CONFIRM_JOIN_CHARACTER_COMMUNITY_SUBTEXT]
property = true
[CONFIRM_JOIN_COMMUNITY]
property = true
[CONFIRM_JOIN_COMMUNITY_SUBTEXT]
property = true
[CONFIRM_LAUNCH_URL]
property = true
[CONFIRM_LEARN_PREVIEW_TALENTS]
property = true
[CONFIRM_LEARN_SPEC]
property = true
[CONFIRM_LEARN_SPEC_COST]
property = true
[CONFIRM_LEARN_TALENT]
property = true
[CONFIRM_LEAVE_AND_DESTROY_CHARACTER_COMMUNITY]
property = true
[CONFIRM_LEAVE_AND_DESTROY_CHARACTER_COMMUNITY_SUBTEXT]
property = true
[CONFIRM_LEAVE_AND_DESTROY_COMMUNITY]
property = true
[CONFIRM_LEAVE_AND_DESTROY_COMMUNITY_SUBTEXT]
property = true
[CONFIRM_LEAVE_ARENA]
property = true
[CONFIRM_LEAVE_BATTLEFIELD]
property = true
[CONFIRM_LEAVE_CHARACTER_COMMUNITY]
property = true
[CONFIRM_LEAVE_CHARACTER_COMMUNITY_SUBTEXT]
property = true
[CONFIRM_LEAVE_COMMUNITY]
property = true
[CONFIRM_LEAVE_COMMUNITY_SUBTEXT]
property = true
[CONFIRM_LEAVE_INSTANCE_PARTY]
property = true
[CONFIRM_LEAVE_QUEUE]
property = true
[CONFIRM_LOOT_DISTRIBUTION]
property = true
[CONFIRM_LOSE_BINDING_CHANGES]
property = true
[CONFIRM_MERCHANT_TRADE_TIMER_REMOVAL]
property = true
[CONFIRM_NAZJATAR_FRIEND_CHOICE_AKANA]
property = true
[CONFIRM_NAZJATAR_FRIEND_CHOICE_INOWARI]
property = true
[CONFIRM_NAZJATAR_FRIEND_CHOICE_NERI]
property = true
[CONFIRM_NAZJATAR_FRIEND_CHOICE_ORI]
property = true
[CONFIRM_NAZJATAR_FRIEND_CHOICE_POEN]
property = true
[CONFIRM_NAZJATAR_FRIEND_CHOICE_VIM]
property = true
[CONFIRM_OVERWRITE_EQUIPMENT_SET]
property = true
[CONFIRM_PET_UNLEARN]
property = true
[CONFIRM_PURCHASE_NONREFUNDABLE_ITEM]
property = true
[CONFIRM_PURCHASE_TOKEN_ITEM]
property = true
[CONFIRM_REDOCK_CHAT]
property = true
[CONFIRM_REFUND_ITEM_ENHANCEMENTS_LOST]
property = true
[CONFIRM_REFUND_MAX_ARENA_POINTS]
property = true
[CONFIRM_REFUND_MAX_HONOR]
property = true
[CONFIRM_REFUND_MAX_HONOR_AND_ARENA]
property = true
[CONFIRM_REFUND_TOKEN_ITEM]
property = true
[CONFIRM_RELIC_ATTUNE]
property = true
[CONFIRM_REMOVE_CHARACTER_COMMUNITY_MEMBER_LABEL]
property = true
[CONFIRM_REMOVE_COMMUNITY_MEMBER_LABEL]
property = true
[CONFIRM_RESET_CHALLENGE_MODE]
property = true
[CONFIRM_RESET_INSTANCES]
property = true
[CONFIRM_RESET_INTERFACE_SETTINGS]
property = true
[CONFIRM_RESET_KEYBINDINGS]
property = true
[CONFIRM_RESET_SETTINGS]
property = true
[CONFIRM_SAVE_EQUIPMENT_SET]
property = true
[CONFIRM_SUMMON]
property = true
[CONFIRM_SUMMON_SCENARIO]
property = true
[CONFIRM_SUMMON_STARTING_AREA]
property = true
[CONFIRM_SURRENDER_ARENA]
property = true
[CONFIRM_TALENT_WIPE_1]
property = true
[CONFIRM_TALENT_WIPE_2]
property = true
[CONFIRM_TALENT_WIPE_3]
property = true
[CONFIRM_TEAM_DISBAND]
property = true
[CONFIRM_TEAM_KICK]
property = true
[CONFIRM_TEAM_LEAVE]
property = true
[CONFIRM_TEAM_PROMOTE]
property = true
[CONFIRM_UPGRADE_ITEM]
property = true
[CONFIRM_XP_LOSS]
property = true
[CONFIRM_XP_LOSS_AGAIN]
property = true
[CONFIRM_XP_LOSS_AGAIN_NO_DURABILITY]
property = true
[CONFIRM_XP_LOSS_AGAIN_NO_SICKNESS]
property = true
[CONFIRM_XP_LOSS_NO_DURABILITY]
property = true
[CONFIRM_XP_LOSS_NO_SICKNESS]
property = true
[CONFIRM_XP_LOSS_NO_SICKNESS_NO_DURABILITY]
property = true
[CONFIRM_YOUR_ROLE]
property = true
[CONFIRM_YOU_ARE_READY]
property = true
[CONQUEST_BAR]
property = true
[CONQUEST_BAR_REWARD_COLLECT]
property = true
[CONQUEST_BAR_REWARD_DONE]
property = true
[CONQUEST_REQUIRES_PVP_SEASON]
property = true
[CONSOLIDATE_BUFFS_TEXT]
property = true
[CONTAINER_SLOTS]
property = true
[CONTESTED_TERRITORY]
property = true
[CONTEXT_ERROR_SLASH_COMMENTATOR_NAMETEAM]
property = true
[CONTIBUTION_HEALTH_TEXT_WITH_PERCENTAGE]
property = true
[CONTIBUTION_REQUIRED_CURRENCY]
property = true
[CONTIBUTION_REQUIRED_ITEM]
property = true
[CONTINENT]
property = true
[CONTINUE]
property = true
[CONTINUED]
property = true
[CONTRAST_FORMAT]
property = true
[CONTRIBUTION_ACTIVE]
property = true
[CONTRIBUTION_BUTTON_ONLY_WHEN_UNDER_CONSTRUCTION_TOOLTIP]
property = true
[CONTRIBUTION_DESTROYED]
property = true
[CONTRIBUTION_DISABLED]
property = true
[CONTRIBUTION_POI_TOOLTIP_PERCENTAGE_BUILT]
property = true
[CONTRIBUTION_POI_TOOLTIP_PERCENTAGE_UNDER_ATTACK]
property = true
[CONTRIBUTION_POI_TOOLTIP_REMAINING_ACTIVE_TIME]
property = true
[CONTRIBUTION_POI_TOOLTIP_REMAINING_TIME]
property = true
[CONTRIBUTION_RESULT_ERROR_INCORRECT_STATE]
property = true
[CONTRIBUTION_RESULT_ERROR_INVALID_ID]
property = true
[CONTRIBUTION_RESULT_ERROR_UNABLE_TO_COMPLETE_QUEST]
property = true
[CONTRIBUTION_REWARD_TOOLTIP_TEXT]
property = true
[CONTRIBUTION_REWARD_TOOLTIP_TITLE]
property = true
[CONTRIBUTION_TOOLTIP_PLAYER_CURRENCY_AMOUNT]
property = true
[CONTRIBUTION_TOOLTIP_PLAYER_ITEM_AMOUNT]
property = true
[CONTRIBUTION_TOOLTIP_UNLOCKED_WHEN_ACTIVE]
property = true
[CONTRIBUTION_UNDER_ATTACK]
property = true
[CONTRIBUTION_UNDER_CONSTRUCTION]
property = true
[CONTROLS_LABEL]
property = true
[CONTROLS_SUBTEXT]
property = true
[CONVERSATION_INCOMPATIBLE_CLIENT]
property = true
[CONVERSATION_MODE]
property = true
[CONVERSATION_MODE_INLINE]
property = true
[CONVERSATION_MODE_POPOUT]
property = true
[CONVERSATION_MODE_POPOUT_AND_INLINE]
property = true
[CONVERSATION_NAME]
property = true
[CONVERT]
property = true
[CONVERT_TO_PARTY]
property = true
[CONVERT_TO_RAID]
property = true
[CONVERT_TO_RAID_LABEL]
property = true
[COOLDOWN_DURATION_DAYS]
property = true
[COOLDOWN_DURATION_HOURS]
property = true
[COOLDOWN_DURATION_MIN]
property = true
[COOLDOWN_DURATION_MIN_SEC]
property = true
[COOLDOWN_DURATION_SEC]
property = true
[COOLDOWN_DURATION_TEN_SEC]
property = true
[COOLDOWN_EXPIRES_AT_MIDNIGHT]
property = true
[COOLDOWN_ON_LEAVE_COMBAT]
property = true
[COOLDOWN_REMAINING]
property = true
[COPPER_AMOUNT]
property = true
[COPPER_AMOUNT_SYMBOL]
property = true
[COPPER_AMOUNT_TEXTURE]
property = true
[COPY_CHARACTER_NAME]
property = true
[COPY_FILTER]
property = true
[COPY_NAME]
property = true
[CORE_ABILITIES]
property = true
[CORE_ABILITIES_HELP_1]
property = true
[CORPSE]
property = true
[CORPSE_RED]
property = true
[CORPSE_TOOLTIP]
property = true
[CORRUPTED_ITEM_LOOT_LABEL]
property = true
[CORRUPTION_CLEANSER_TOOLTIP_TITLE]
property = true
[CORRUPTION_DESCRIPTION]
property = true
[CORRUPTION_EFFECT_HEADER]
property = true
[CORRUPTION_RESISTANCE_TOOLTIP_LINE]
property = true
[CORRUPTION_TOOLTIP_LINE]
property = true
[CORRUPTION_TOOLTIP_TITLE]
property = true
[COSTS_LABEL]
property = true
[COUNTDOWN_FOR_COOLDOWNS_TEXT]
property = true
[CRAFT_IS_MAKEABLE]
property = true
[CRAFT_IS_MAKEABLE_TOOLTIP]
property = true
[CREATED_ITEM]
property = true
[CREATED_ITEM_MULTIPLE]
property = true
[CREATE_ALL]
property = true
[CREATE_ARENA_TEAM]
property = true
[CREATE_AUCTION]
property = true
[CREATE_COMPACT_UNIT_FRAME_PROFILE]
property = true
[CREATE_CONVERSATION_WITH]
property = true
[CREATE_MACROS]
property = true
[CREATE_NEW_ARENA_TEAM]
property = true
[CREATE_NEW_COMPACT_UNIT_FRAME_PROFILE]
property = true
[CREATE_PROFESSION]
property = true
[CREATURE]
property = true
[CREATURE_MESSAGES]
property = true
[CRITERIA_COMPLETED]
property = true
[CRITERIA_COMPLETED_DATE]
property = true
[CRITERIA_NOT_COMPLETED]
property = true
[CRIT_ABBR]
property = true
[CRIT_CHANCE]
property = true
[CRUSHING_TRAILER]
property = true
[CR_AVOIDANCE_TOOLTIP]
property = true
[CR_BLOCK_TOOLTIP]
property = true
[CR_CRIT_MELEE_TOOLTIP]
property = true
[CR_CRIT_PARRY_RATING_TOOLTIP]
property = true
[CR_CRIT_RANGED_TOOLTIP]
property = true
[CR_CRIT_SPELL_TOOLTIP]
property = true
[CR_CRIT_TOOLTIP]
property = true
[CR_DODGE_BASE_STAT_TOOLTIP]
property = true
[CR_DODGE_TOOLTIP]
property = true
[CR_EXPERTISE_TOOLTIP]
property = true
[CR_HASTE_RATING_TOOLTIP]
property = true
[CR_HIT_MELEE_TOOLTIP]
property = true
[CR_HIT_RANGED_TOOLTIP]
property = true
[CR_HIT_SPELL_TOOLTIP]
property = true
[CR_LIFESTEAL_TOOLTIP]
property = true
[CR_MULTISTRIKE_TOOLTIP]
property = true
[CR_PARRY_BASE_STAT_TOOLTIP]
property = true
[CR_PARRY_TOOLTIP]
property = true
[CR_RANGED_EXPERTISE_TOOLTIP]
property = true
[CR_SPEED_TOOLTIP]
property = true
[CR_STURDINESS_TOOLTIP]
property = true
[CR_VERSATILITY_TOOLTIP]
property = true
[CTRL_KEY]
property = true
[CTRL_KEY_TEXT]
property = true
[CTRL_KEY_TEXT_ABBR]
property = true
[CURRENCY]
property = true
[CURRENCY_AMOUNT_REFUND_FORMAT]
property = true
[CURRENCY_GAINED]
property = true
[CURRENCY_GAINED_MULTIPLE]
property = true
[CURRENCY_GAINED_MULTIPLE_BONUS]
property = true
[CURRENCY_LOST_FROM_DEATH]
property = true
[CURRENCY_QUANTITY_TEMPLATE]
property = true
[CURRENCY_RECEIVED_THIS_WEEK]
property = true
[CURRENCY_SEASON_TOTAL]
property = true
[CURRENCY_THIS_WEEK]
property = true
[CURRENCY_THIS_WEEK_WITH_AMOUNT]
property = true
[CURRENCY_TOTAL]
property = true
[CURRENCY_TOTAL_CAP]
property = true
[CURRENCY_WEEKLY_CAP]
property = true
[CURRENTLY_EQUIPPED]
property = true
[CURRENTLY_SELECTED_AZERITE_POWERS]
property = true
[CURRENTLY_SELECTED_AZERITE_POWERS_INSPECT]
property = true
[CURRENT_BID]
property = true
[CURRENT_PET]
property = true
[CURRENT_QUESTS]
property = true
[CURRENT_SETTINGS]
property = true
[CUSTOM]
property = true
[DAILY]
property = true
[DAILY_QUESTS_REMAINING]
property = true
[DAILY_QUESTS_RESET]
property = true
[DAILY_QUEST_TAG_TEMPLATE]
property = true
[DAMAGE]
property = true
[DAMAGER]
property = true
[DAMAGE_BONUS_TOOLTIP]
property = true
[DAMAGE_DONE_TOOLTIP]
property = true
[DAMAGE_NUMBER]
property = true
[DAMAGE_PER_SECOND]
property = true
[DAMAGE_SCHOOL2]
property = true
[DAMAGE_SCHOOL3]
property = true
[DAMAGE_SCHOOL4]
property = true
[DAMAGE_SCHOOL5]
property = true
[DAMAGE_SCHOOL6]
property = true
[DAMAGE_SCHOOL7]
property = true
[DAMAGE_SCHOOL_TEXT]
property = true
[DAMAGE_SHIELD]
property = true
[DAMAGE_SHIELD_COMBATLOG_TOOLTIP]
property = true
[DAMAGE_TEMPLATE]
property = true
[DAMAGE_TEMPLATE_WITH_SCHOOL]
property = true
[DAMAGE_TOOLTIP]
property = true
[DANGEROUS_SCRIPTS_WARNING]
property = true
[DARK_FORCE_COST]
property = true
[DARK_FORCE_COST_PER_TIME]
property = true
[DARK_FORCE_COST_PER_TIME_NO_BASE]
property = true
[DASH_WITH_TEXT]
property = true
[DATAMINER_RED_HERRING]
property = true
[DATE_COMPLETED]
property = true
[DAYS]
property = true
[DAYS_ABBR]
property = true
[DAY_ONELETTER_ABBR]
property = true
[DEAD]
property = true
[DEATHBINDALREADYBOUND]
property = true
[DEATHBIND_SUCCESSFUL]
property = true
[DEATHS]
property = true
[DEATHS_COMBATLOG_TOOLTIP]
property = true
[DEATHS_TOOLTIP]
property = true
[DEATH_CORPSE_SKINNED]
property = true
[DEATH_EFFECT]
property = true
[DEATH_RECAP]
property = true
[DEATH_RECAP_CAST_BY_TT]
property = true
[DEATH_RECAP_CURR_HP_TT]
property = true
[DEATH_RECAP_DAMAGE_TT]
property = true
[DEATH_RECAP_DEATH_TT]
property = true
[DEATH_RECAP_LINK]
property = true
[DEATH_RECAP_TEXT]
property = true
[DEATH_RECAP_TITLE]
property = true
[DEATH_RECAP_UNAVAILABLE]
property = true
[DEATH_RELEASE]
property = true
[DEATH_RELEASE_NOTIMER]
property = true
[DEATH_RELEASE_SPECTATOR]
property = true
[DEATH_RELEASE_TIMER]
property = true
[DEBUFF_SYMBOL_CURSE]
property = true
[DEBUFF_SYMBOL_DISEASE]
property = true
[DEBUFF_SYMBOL_MAGIC]
property = true
[DEBUFF_SYMBOL_POISON]
property = true
[DEBUG_FRAMESTACK]
property = true
[DECIMAL_SEPERATOR]
property = true
[DECLENSION_SET]
property = true
[DECLINE]
property = true
[DEDE]
property = true
[DEFAULT]
property = true
[DEFAULTS]
property = true
[DEFAULT_AFK_MESSAGE]
property = true
[DEFAULT_AGILITY_TOOLTIP]
property = true
[DEFAULT_COMBATLOG_FILTER_NAME]
property = true
[DEFAULT_CUF_PROFILE_NAME]
property = true
[DEFAULT_DND_MESSAGE]
property = true
[DEFAULT_INTELLECT_TOOLTIP]
property = true
[DEFAULT_SPIRIT_TOOLTIP]
property = true
[DEFAULT_STAMINA_TOOLTIP]
property = true
[DEFAULT_STAT1_TOOLTIP]
property = true
[DEFAULT_STAT2_TOOLTIP]
property = true
[DEFAULT_STAT3_TOOLTIP]
property = true
[DEFAULT_STAT4_TOOLTIP]
property = true
[DEFAULT_STATARMOR_TOOLTIP]
property = true
[DEFAULT_STATDEFENSE_TOOLTIP]
property = true
[DEFAULT_STATSPELLBONUS_TOOLTIP]
property = true
[DEFENSE]
property = true
[DEFENSE_ABBR]
property = true
[DEFENSE_TOOLTIP]
property = true
[DEFLECT]
property = true
[DELETE]
property = true
[DELETE_AZERITE_SCRAPPABLE_ITEM]
property = true
[DELETE_AZERITE_SCRAPPABLE_OR_DISENCHANTABLE_ITEM]
property = true
[DELETE_GOOD_ITEM]
property = true
[DELETE_GOOD_QUEST_ITEM]
property = true
[DELETE_ITEM]
property = true
[DELETE_ITEM_CONFIRM_STRING]
property = true
[DELETE_ITEM_SCRAPPABLE_AZERITE_WARNING]
property = true
[DELETE_MAIL_CONFIRMATION]
property = true
[DELETE_MONEY_CONFIRMATION]
property = true
[DELETE_QUEST_ITEM]
property = true
[DEMONHUNTER_BLINDFOLD_STYLE]
property = true
[DEMONHUNTER_HORN_STYLE]
property = true
[DEMONHUNTER_TATTOO_COLOR]
property = true
[DEMONHUNTER_TATTOO_STYLE]
property = true
[DEMONIC_FURY]
property = true
[DEMONIC_FURY_COST]
property = true
[DEMONIC_FURY_COST_PER_TIME]
property = true
[DEMONIC_FURY_COST_PER_TIME_NO_BASE]
property = true
[DEMONIC_FURY_TOOLTIP]
property = true
[DEMON_HUNTER_RESTRICTED_BOOST_IS_TOO_LOW_LEVEL]
property = true
[DEMOTE]
property = true
[DEPOSIT]
property = true
[DEPOSIT_COLON]
property = true
[DEPTH_CONVERGENCE]
property = true
[DEPTH_EFFECTS]
property = true
[DESCRIPTION]
property = true
[DESCRIPTION_OF_YOUR_GROUP]
property = true
[DESERTER]
property = true
[DESERTER_FEMALE]
property = true
[DESKTOP_GAMMA]
property = true
[DESTROY_GEM]
property = true
[DH_HAVOC_CORE_ABILITY_1]
property = true
[DH_HAVOC_CORE_ABILITY_2]
property = true
[DH_HAVOC_CORE_ABILITY_3]
property = true
[DH_HAVOC_CORE_ABILITY_4]
property = true
[DH_HAVOC_CORE_ABILITY_5]
property = true
[DH_HAVOC_CORE_ABILITY_6]
property = true
[DH_VENGEANCE_CORE_ABILITY_1]
property = true
[DH_VENGEANCE_CORE_ABILITY_2]
property = true
[DH_VENGEANCE_CORE_ABILITY_3]
property = true
[DH_VENGEANCE_CORE_ABILITY_4]
property = true
[DH_VENGEANCE_CORE_ABILITY_5]
property = true
[DH_VENGEANCE_CORE_ABILITY_6]
property = true
[DIALOG_INSTRUCTION_REPLACE_MOUNT_EQUIPMENT]
property = true
[DIALOG_VOLUME]
property = true
[DISABLE]
property = true
[DISABLED_ON_TEST_REALM]
property = true
[DISABLE_ADDONS]
property = true
[DISABLE_ALL_ADDONS]
property = true
[DISC_BOSS_ULTIMATE_POWER]
property = true
[DISGUISE]
property = true
[DISHONORABLE_KILLS]
property = true
[DISPELS]
property = true
[DISPEL_AURA_COMBATLOG_TOOLTIP]
property = true
[DISPLAY]
property = true
[DISPLAY_ACTIVE_CHANNEL]
property = true
[DISPLAY_BORDERS]
property = true
[DISPLAY_CHANNEL_PULLOUT]
property = true
[DISPLAY_FREE_BAG_SLOTS]
property = true
[DISPLAY_HEADER]
property = true
[DISPLAY_INCOMING_HEALS]
property = true
[DISPLAY_LABEL]
property = true
[DISPLAY_MODE]
property = true
[DISPLAY_MT_AND_MA]
property = true
[DISPLAY_ONLY_DISPELLABLE_DEBUFFS]
property = true
[DISPLAY_ON_CHARACTER]
property = true
[DISPLAY_ON_CHAR_TOOLTIP]
property = true
[DISPLAY_OPTIONS]
property = true
[DISPLAY_PERSONAL_RESOURCE]
property = true
[DISPLAY_PERSONAL_RESOURCE_ON_ENEMY]
property = true
[DISPLAY_POWER_BARS]
property = true
[DISPLAY_RAID_AGGRO_HIGHLIGHT]
property = true
[DISPLAY_RAID_PETS]
property = true
[DISPLAY_SPELL_ALERTS]
property = true
[DISPLAY_SUBTEXT]
property = true
[DK]
property = true
[DK_BLOOD_CORE_ABILITY_1]
property = true
[DK_BLOOD_CORE_ABILITY_2]
property = true
[DK_BLOOD_CORE_ABILITY_3]
property = true
[DK_BLOOD_CORE_ABILITY_4]
property = true
[DK_BLOOD_CORE_ABILITY_5]
property = true
[DK_BLOOD_CORE_ABILITY_6]
property = true
[DK_BRUTE_BOSSNAME]
property = true
[DK_FROST_CORE_ABILITY_1]
property = true
[DK_FROST_CORE_ABILITY_2]
property = true
[DK_FROST_CORE_ABILITY_3]
property = true
[DK_FROST_CORE_ABILITY_4]
property = true
[DK_FROST_CORE_ABILITY_5]
property = true
[DK_FROST_CORE_ABILITY_6]
property = true
[DK_UNHOLY_CORE_ABILITY_1]
property = true
[DK_UNHOLY_CORE_ABILITY_2]
property = true
[DK_UNHOLY_CORE_ABILITY_3]
property = true
[DK_UNHOLY_CORE_ABILITY_4]
property = true
[DK_UNHOLY_CORE_ABILITY_5]
property = true
[DK_UNHOLY_CORE_ABILITY_6]
property = true
[DMG]
property = true
[DMG_LCD]
property = true
[DND]
property = true
[DODGE]
property = true
[DODGE_CHANCE]
property = true
[DODGE_LCD]
property = true
[DONE]
property = true
[DONE_BY]
property = true
[DONE_EDITING]
property = true
[DONE_TO]
property = true
[DONT_SAVE]
property = true
[DPS_TEMPLATE]
property = true
[DRAENOR_MASTER]
property = true
[DRAENOR_ZONE_ABILITY_TUTORIAL]
property = true
[DRAG_MODEL]
property = true
[DRAG_MODEL_TOOLTIP]
property = true
[DRAINS]
property = true
[DRESSUP_FRAME]
property = true
[DRESSUP_FRAME_INSTRUCTIONS]
property = true
[DRUID_BALANCE_CORE_ABILITY_1]
property = true
[DRUID_BALANCE_CORE_ABILITY_2]
property = true
[DRUID_BALANCE_CORE_ABILITY_3]
property = true
[DRUID_BALANCE_CORE_ABILITY_4]
property = true
[DRUID_BALANCE_CORE_ABILITY_5]
property = true
[DRUID_BALANCE_CORE_ABILITY_6]
property = true
[DRUID_FERAL_CORE_ABILITY_1]
property = true
[DRUID_FERAL_CORE_ABILITY_2]
property = true
[DRUID_FERAL_CORE_ABILITY_3]
property = true
[DRUID_FERAL_CORE_ABILITY_4]
property = true
[DRUID_FERAL_CORE_ABILITY_5]
property = true
[DRUID_FERAL_CORE_ABILITY_6]
property = true
[DRUID_GUARDIAN_CORE_ABILITY_1]
property = true
[DRUID_GUARDIAN_CORE_ABILITY_2]
property = true
[DRUID_GUARDIAN_CORE_ABILITY_3]
property = true
[DRUID_GUARDIAN_CORE_ABILITY_4]
property = true
[DRUID_GUARDIAN_CORE_ABILITY_5]
property = true
[DRUID_GUARDIAN_CORE_ABILITY_6]
property = true
[DRUID_INTELLECT_TOOLTIP]
property = true
[DRUID_RESTO_CORE_ABILITY_1]
property = true
[DRUID_RESTO_CORE_ABILITY_2]
property = true
[DRUID_RESTO_CORE_ABILITY_3]
property = true
[DRUID_RESTO_CORE_ABILITY_4]
property = true
[DRUID_RESTO_CORE_ABILITY_5]
property = true
[DRUID_RESTO_CORE_ABILITY_6]
property = true
[DRUNK_MESSAGE_ITEM_OTHER1]
property = true
[DRUNK_MESSAGE_ITEM_OTHER2]
property = true
[DRUNK_MESSAGE_ITEM_OTHER3]
property = true
[DRUNK_MESSAGE_ITEM_OTHER4]
property = true
[DRUNK_MESSAGE_ITEM_SELF1]
property = true
[DRUNK_MESSAGE_ITEM_SELF2]
property = true
[DRUNK_MESSAGE_ITEM_SELF3]
property = true
[DRUNK_MESSAGE_ITEM_SELF4]
property = true
[DRUNK_MESSAGE_OTHER1]
property = true
[DRUNK_MESSAGE_OTHER2]
property = true
[DRUNK_MESSAGE_OTHER3]
property = true
[DRUNK_MESSAGE_OTHER4]
property = true
[DRUNK_MESSAGE_SELF1]
property = true
[DRUNK_MESSAGE_SELF2]
property = true
[DRUNK_MESSAGE_SELF3]
property = true
[DRUNK_MESSAGE_SELF4]
property = true
[DUEL]
property = true
[DUEL_COUNTDOWN]
property = true
[DUEL_OUTOFBOUNDS_TIMER]
property = true
[DUEL_REQUESTED]
property = true
[DUEL_WINNER_KNOCKOUT]
property = true
[DUEL_WINNER_RETREAT]
property = true
[DUNGEONS]
property = true
[DUNGEONS_BUTTON]
property = true
[DUNGEON_BONUS_VALOR]
property = true
[DUNGEON_COMPLETED]
property = true
[DUNGEON_DIFFICULTY]
property = true
[DUNGEON_DIFFICULTY1]
property = true
[DUNGEON_DIFFICULTY2]
property = true
[DUNGEON_DIFFICULTY3]
property = true
[DUNGEON_DIFFICULTY_5PLAYER]
property = true
[DUNGEON_DIFFICULTY_5PLAYER_HEROIC]
property = true
[DUNGEON_ENCOUNTER_DEFEATED]
property = true
[DUNGEON_FLOOR_ABYSSALMAWSHAMANACQUISITION1]
property = true
[DUNGEON_FLOOR_ABYSSALMAWSHAMANACQUISITION2]
property = true
[DUNGEON_FLOOR_AHNKAHET1]
property = true
[DUNGEON_FLOOR_AHNQIRAJ1]
property = true
[DUNGEON_FLOOR_AHNQIRAJ2]
property = true
[DUNGEON_FLOOR_AHNQIRAJ3]
property = true
[DUNGEON_FLOOR_ANCIENTMOGUCRYPT1]
property = true
[DUNGEON_FLOOR_ANCIENTMOGUCRYPT2]
property = true
[DUNGEON_FLOOR_ARGUSCORE5]
property = true
[DUNGEON_FLOOR_ARGUSCORE6]
property = true
[DUNGEON_FLOOR_ARGUSMACAREE3]
property = true
[DUNGEON_FLOOR_ARGUSMACAREE4]
property = true
[DUNGEON_FLOOR_ARGUSRAID0]
property = true
[DUNGEON_FLOOR_ARGUSRAID1]
property = true
[DUNGEON_FLOOR_ARGUSRAID10]
property = true
[DUNGEON_FLOOR_ARGUSRAID11]
property = true
[DUNGEON_FLOOR_ARGUSRAID2]
property = true
[DUNGEON_FLOOR_ARGUSRAID3]
property = true
[DUNGEON_FLOOR_ARGUSRAID4]
property = true
[DUNGEON_FLOOR_ARGUSRAID5]
property = true
[DUNGEON_FLOOR_ARGUSRAID6]
property = true
[DUNGEON_FLOOR_ARGUSRAID7]
property = true
[DUNGEON_FLOOR_ARGUSRAID8]
property = true
[DUNGEON_FLOOR_ARGUSRAID9]
property = true
[DUNGEON_FLOOR_ARGUSSURFACE1]
property = true
[DUNGEON_FLOOR_ARGUSSURFACE2]
property = true
[DUNGEON_FLOOR_ARTIFACTBREWMASTERSCENARIO1]
property = true
[DUNGEON_FLOOR_ARTIFACTBREWMASTERSCENARIO2]
property = true
[DUNGEON_FLOOR_ARTIFACTSUBTLETYROGUEACQUISITION1]
property = true
[DUNGEON_FLOOR_ARTIFACTSUBTLETYROGUEACQUISITION2]
property = true
[DUNGEON_FLOOR_AUCHENAICRYPTS1]
property = true
[DUNGEON_FLOOR_AUCHENAICRYPTS2]
property = true
[DUNGEON_FLOOR_AZJOLNERUB1]
property = true
[DUNGEON_FLOOR_AZJOLNERUB2]
property = true
[DUNGEON_FLOOR_AZJOLNERUB3]
property = true
[DUNGEON_FLOOR_AZUREMYSTISLE2]
property = true
[DUNGEON_FLOOR_AZUREMYSTISLE3]
property = true
[DUNGEON_FLOOR_BADLANDS18]
property = true
[DUNGEON_FLOOR_BARADINHOLD1]
property = true
[DUNGEON_FLOOR_BARRENS20]
property = true
[DUNGEON_FLOOR_BLACKFATHOMDEEPS1]
property = true
[DUNGEON_FLOOR_BLACKFATHOMDEEPS2]
property = true
[DUNGEON_FLOOR_BLACKFATHOMDEEPS3]
property = true
[DUNGEON_FLOOR_BLACKROCKCAVERNS1]
property = true
[DUNGEON_FLOOR_BLACKROCKCAVERNS2]
property = true
[DUNGEON_FLOOR_BLACKROCKDEPTHS1]
property = true
[DUNGEON_FLOOR_BLACKROCKDEPTHS2]
property = true
[DUNGEON_FLOOR_BLACKROCKSPIRE1]
property = true
[DUNGEON_FLOOR_BLACKROCKSPIRE2]
property = true
[DUNGEON_FLOOR_BLACKROCKSPIRE3]
property = true
[DUNGEON_FLOOR_BLACKROCKSPIRE4]
property = true
[DUNGEON_FLOOR_BLACKROCKSPIRE5]
property = true
[DUNGEON_FLOOR_BLACKROCKSPIRE6]
property = true
[DUNGEON_FLOOR_BLACKROCKTRAINDEPOTDUNGEON1]
property = true
[DUNGEON_FLOOR_BLACKROCKTRAINDEPOTDUNGEON2]
property = true
[DUNGEON_FLOOR_BLACKROCKTRAINDEPOTDUNGEON3]
property = true
[DUNGEON_FLOOR_BLACKROCKTRAINDEPOTDUNGEON4]
property = true
[DUNGEON_FLOOR_BLACKROOKHOLDDUNGEON1]
property = true
[DUNGEON_FLOOR_BLACKROOKHOLDDUNGEON2]
property = true
[DUNGEON_FLOOR_BLACKROOKHOLDDUNGEON3]
property = true
[DUNGEON_FLOOR_BLACKROOKHOLDDUNGEON4]
property = true
[DUNGEON_FLOOR_BLACKROOKHOLDDUNGEON5]
property = true
[DUNGEON_FLOOR_BLACKROOKHOLDDUNGEON6]
property = true
[DUNGEON_FLOOR_BLACKTEMPLE0]
property = true
[DUNGEON_FLOOR_BLACKTEMPLE1]
property = true
[DUNGEON_FLOOR_BLACKTEMPLE2]
property = true
[DUNGEON_FLOOR_BLACKTEMPLE3]
property = true
[DUNGEON_FLOOR_BLACKTEMPLE4]
property = true
[DUNGEON_FLOOR_BLACKTEMPLE5]
property = true
[DUNGEON_FLOOR_BLACKTEMPLE6]
property = true
[DUNGEON_FLOOR_BLACKTEMPLE7]
property = true
[DUNGEON_FLOOR_BLACKTEMPLESCENARIO0]
property = true
[DUNGEON_FLOOR_BLACKTEMPLESCENARIO1]
property = true
[DUNGEON_FLOOR_BLACKTEMPLESCENARIO2]
property = true
[DUNGEON_FLOOR_BLACKTEMPLESCENARIO3]
property = true
[DUNGEON_FLOOR_BLACKTEMPLESCENARIO4]
property = true
[DUNGEON_FLOOR_BLACKTEMPLESCENARIO5]
property = true
[DUNGEON_FLOOR_BLACKTEMPLESCENARIO6]
property = true
[DUNGEON_FLOOR_BLACKTEMPLESCENARIO7]
property = true
[DUNGEON_FLOOR_BLACKWINGDESCENT1]
property = true
[DUNGEON_FLOOR_BLACKWINGDESCENT2]
property = true
[DUNGEON_FLOOR_BLACKWINGLAIR1]
property = true
[DUNGEON_FLOOR_BLACKWINGLAIR2]
property = true
[DUNGEON_FLOOR_BLACKWINGLAIR3]
property = true
[DUNGEON_FLOOR_BLACKWINGLAIR4]
property = true
[DUNGEON_FLOOR_BREWMASTERSCENARIO010]
property = true
[DUNGEON_FLOOR_BREWMASTERSCENARIO011]
property = true
[DUNGEON_FLOOR_BREWMASTERSCENARIO030]
property = true
[DUNGEON_FLOOR_BREWMASTERSCENARIO031]
property = true
[DUNGEON_FLOOR_BROKENSHORE1]
property = true
[DUNGEON_FLOOR_BROKENSHORE2]
property = true
[DUNGEON_FLOOR_BURNINGSTEPPES14]
property = true
[DUNGEON_FLOOR_BURNINGSTEPPES15]
property = true
[DUNGEON_FLOOR_BURNINGSTEPPES16]
property = true
[DUNGEON_FLOOR_CITYOFGOLD1]
property = true
[DUNGEON_FLOOR_CITYOFGOLD2]
property = true
[DUNGEON_FLOOR_COILFANGRESERVOIR1]
property = true
[DUNGEON_FLOOR_COLDRIDGEVALLEY9]
property = true
[DUNGEON_FLOOR_COTHILLSBRADFOOTHILLS1]
property = true
[DUNGEON_FLOOR_COTMOUNTHYJAL1]
property = true
[DUNGEON_FLOOR_COTSTRATHOLME0]
property = true
[DUNGEON_FLOOR_COTSTRATHOLME1]
property = true
[DUNGEON_FLOOR_COTTHEBLACKMORASS1]
property = true
[DUNGEON_FLOOR_DALARAN1]
property = true
[DUNGEON_FLOOR_DALARAN2]
property = true
[DUNGEON_FLOOR_DALARAN7010]
property = true
[DUNGEON_FLOOR_DALARAN7011]
property = true
[DUNGEON_FLOOR_DALARAN7012]
property = true
[DUNGEON_FLOOR_DALARAN704]
property = true
[DUNGEON_FLOOR_DALARANCITY1]
property = true
[DUNGEON_FLOOR_DALARANCITY2]
property = true
[DUNGEON_FLOOR_DEADWINDPASS23]
property = true
[DUNGEON_FLOOR_DEADWINDPASS24]
property = true
[DUNGEON_FLOOR_DEATHKNELLSTART12]
property = true
[DUNGEON_FLOOR_DEEPRUNTRAM1]
property = true
[DUNGEON_FLOOR_DEEPRUNTRAM2]
property = true
[DUNGEON_FLOOR_DEMONHUNTERORDERHALLTERRAIN0]
property = true
[DUNGEON_FLOOR_DEMONHUNTERORDERHALLTERRAIN1]
property = true
[DUNGEON_FLOOR_DEMONHUNTERORDERHALLTERRAIN2]
property = true
[DUNGEON_FLOOR_DESOLACE21]
property = true
[DUNGEON_FLOOR_DESOLACE22]
property = true
[DUNGEON_FLOOR_DIREMAUL1]
property = true
[DUNGEON_FLOOR_DIREMAUL2]
property = true
[DUNGEON_FLOOR_DIREMAUL3]
property = true
[DUNGEON_FLOOR_DIREMAUL4]
property = true
[DUNGEON_FLOOR_DIREMAUL5]
property = true
[DUNGEON_FLOOR_DIREMAUL6]
property = true
[DUNGEON_FLOOR_DRAGONBLIGHTCHROMIESCENARIO0]
property = true
[DUNGEON_FLOOR_DRAGONBLIGHTCHROMIESCENARIO1]
property = true
[DUNGEON_FLOOR_DRAGONBLIGHTCHROMIESCENARIO2]
property = true
[DUNGEON_FLOOR_DRAGONBLIGHTCHROMIESCENARIO3]
property = true
[DUNGEON_FLOOR_DRAGONBLIGHTCHROMIESCENARIO4]
property = true
[DUNGEON_FLOOR_DRAGONBLIGHTCHROMIESCENARIO5]
property = true
[DUNGEON_FLOOR_DRAGONSOUL0]
property = true
[DUNGEON_FLOOR_DRAGONSOUL1]
property = true
[DUNGEON_FLOOR_DRAGONSOUL2]
property = true
[DUNGEON_FLOOR_DRAGONSOUL3]
property = true
[DUNGEON_FLOOR_DRAGONSOUL4]
property = true
[DUNGEON_FLOOR_DRAGONSOUL5]
property = true
[DUNGEON_FLOOR_DRAGONSOUL6]
property = true
[DUNGEON_FLOOR_DRAKTHARONKEEP1]
property = true
[DUNGEON_FLOOR_DRAKTHARONKEEP2]
property = true
[DUNGEON_FLOOR_DUNMOROGH10]
property = true
[DUNGEON_FLOOR_DUNMOROGH11]
property = true
[DUNGEON_FLOOR_DUNMOROGH6]
property = true
[DUNGEON_FLOOR_DUNMOROGH7]
property = true
[DUNGEON_FLOOR_DUROTAR10]
property = true
[DUNGEON_FLOOR_DUROTAR11]
property = true
[DUNGEON_FLOOR_DUROTAR12]
property = true
[DUNGEON_FLOOR_DUROTAR19]
property = true
[DUNGEON_FLOOR_DUROTAR8]
property = true
[DUNGEON_FLOOR_EASTTEMPLE1]
property = true
[DUNGEON_FLOOR_EASTTEMPLE2]
property = true
[DUNGEON_FLOOR_ECHOISLESSTART9]
property = true
[DUNGEON_FLOOR_ELWYNN1]
property = true
[DUNGEON_FLOOR_ELWYNN2]
property = true
[DUNGEON_FLOOR_ELWYNN9]
property = true
[DUNGEON_FLOOR_ENDTIME0]
property = true
[DUNGEON_FLOOR_ENDTIME1]
property = true
[DUNGEON_FLOOR_ENDTIME2]
property = true
[DUNGEON_FLOOR_ENDTIME3]
property = true
[DUNGEON_FLOOR_ENDTIME4]
property = true
[DUNGEON_FLOOR_ENDTIME5]
property = true
[DUNGEON_FLOOR_FIRELANDS0]
property = true
[DUNGEON_FLOOR_FIRELANDS1]
property = true
[DUNGEON_FLOOR_FIRELANDS2]
property = true
[DUNGEON_FLOOR_FOUNDRYRAID1]
property = true
[DUNGEON_FLOOR_FOUNDRYRAID2]
property = true
[DUNGEON_FLOOR_FOUNDRYRAID3]
property = true
[DUNGEON_FLOOR_FOUNDRYRAID4]
property = true
[DUNGEON_FLOOR_FOUNDRYRAID5]
property = true
[DUNGEON_FLOOR_FROSTFIRERIDGE1]
property = true
[DUNGEON_FLOOR_FROSTFIRERIDGE2]
property = true
[DUNGEON_FLOOR_FROSTFIRERIDGE3]
property = true
[DUNGEON_FLOOR_FROSTFIRERIDGE4]
property = true
[DUNGEON_FLOOR_FROSTFIRERIDGE6]
property = true
[DUNGEON_FLOOR_FROSTFIRERIDGE7]
property = true
[DUNGEON_FLOOR_FROSTFIRERIDGE8]
property = true
[DUNGEON_FLOOR_FROSTFIRERIDGE9]
property = true
[DUNGEON_FLOOR_GHOSTLANDS1]
property = true
[DUNGEON_FLOOR_GILNEAS2]
property = true
[DUNGEON_FLOOR_GILNEAS3]
property = true
[DUNGEON_FLOOR_GILNEAS_TERRAIN11]
property = true
[DUNGEON_FLOOR_GILNEAS_TERRAIN12]
property = true
[DUNGEON_FLOOR_GILNEAS_TERRAIN13]
property = true
[DUNGEON_FLOOR_GILNEAS_TERRAIN22]
property = true
[DUNGEON_FLOOR_GILNEAS_TERRAIN23]
property = true
[DUNGEON_FLOOR_GNOMEREGAN1]
property = true
[DUNGEON_FLOOR_GNOMEREGAN2]
property = true
[DUNGEON_FLOOR_GNOMEREGAN3]
property = true
[DUNGEON_FLOOR_GNOMEREGAN4]
property = true
[DUNGEON_FLOOR_GORGROND16]
property = true
[DUNGEON_FLOOR_GORGROND17]
property = true
[DUNGEON_FLOOR_GORGROND18]
property = true
[DUNGEON_FLOOR_GORGROND19]
property = true
[DUNGEON_FLOOR_GORGROND20]
property = true
[DUNGEON_FLOOR_GORGROND21]
property = true
[DUNGEON_FLOOR_GRIMBATOL1]
property = true
[DUNGEON_FLOOR_GRUULSLAIR1]
property = true
[DUNGEON_FLOOR_GUNDRAK1]
property = true
[DUNGEON_FLOOR_HALLSOFLIGHTNING1]
property = true
[DUNGEON_FLOOR_HALLSOFLIGHTNING2]
property = true
[DUNGEON_FLOOR_HALLSOFORIGINATION1]
property = true
[DUNGEON_FLOOR_HALLSOFORIGINATION2]
property = true
[DUNGEON_FLOOR_HALLSOFORIGINATION3]
property = true
[DUNGEON_FLOOR_HALLSOFREFLECTION1]
property = true
[DUNGEON_FLOOR_HALLSOFVALOR0]
property = true
[DUNGEON_FLOOR_HALLSOFVALOR1]
property = true
[DUNGEON_FLOOR_HALLSOFVALOR2]
property = true
[DUNGEON_FLOOR_HEARTOFFEAR1]
property = true
[DUNGEON_FLOOR_HEARTOFFEAR2]
property = true
[DUNGEON_FLOOR_HELHEIMDUNGEONDOCK0]
property = true
[DUNGEON_FLOOR_HELHEIMDUNGEONDOCK1]
property = true
[DUNGEON_FLOOR_HELHEIMDUNGEONDOCK2]
property = true
[DUNGEON_FLOOR_HELHEIMRAID0]
property = true
[DUNGEON_FLOOR_HELHEIMRAID1]
property = true
[DUNGEON_FLOOR_HELHEIMRAID2]
property = true
[DUNGEON_FLOOR_HELLFIRERAID0]
property = true
[DUNGEON_FLOOR_HELLFIRERAID1]
property = true
[DUNGEON_FLOOR_HELLFIRERAID2]
property = true
[DUNGEON_FLOOR_HELLFIRERAID3]
property = true
[DUNGEON_FLOOR_HELLFIRERAID4]
property = true
[DUNGEON_FLOOR_HELLFIRERAID5]
property = true
[DUNGEON_FLOOR_HELLFIRERAID6]
property = true
[DUNGEON_FLOOR_HELLFIRERAID7]
property = true
[DUNGEON_FLOOR_HELLFIRERAID8]
property = true
[DUNGEON_FLOOR_HELLFIRERAID9]
property = true
[DUNGEON_FLOOR_HELLFIRERAMPARTS1]
property = true
[DUNGEON_FLOOR_HIGHMAULRAID0]
property = true
[DUNGEON_FLOOR_HIGHMAULRAID1]
property = true
[DUNGEON_FLOOR_HIGHMAULRAID2]
property = true
[DUNGEON_FLOOR_HIGHMAULRAID3]
property = true
[DUNGEON_FLOOR_HIGHMAULRAID4]
property = true
[DUNGEON_FLOOR_HIGHMAULRAID5]
property = true
[DUNGEON_FLOOR_HIGHMOUNTAIN20]
property = true
[DUNGEON_FLOOR_HIGHMOUNTAIN21]
property = true
[DUNGEON_FLOOR_HOUROFTWILIGHT0]
property = true
[DUNGEON_FLOOR_HOUROFTWILIGHT1]
property = true
[DUNGEON_FLOOR_ICECROWNCITADEL1]
property = true
[DUNGEON_FLOOR_ICECROWNCITADEL2]
property = true
[DUNGEON_FLOOR_ICECROWNCITADEL3]
property = true
[DUNGEON_FLOOR_ICECROWNCITADEL4]
property = true
[DUNGEON_FLOOR_ICECROWNCITADEL5]
property = true
[DUNGEON_FLOOR_ICECROWNCITADEL6]
property = true
[DUNGEON_FLOOR_ICECROWNCITADEL7]
property = true
[DUNGEON_FLOOR_ICECROWNCITADEL8]
property = true
[DUNGEON_FLOOR_ICECROWNCITADELDEATHKNIGHT1]
property = true
[DUNGEON_FLOOR_ICECROWNCITADELDEATHKNIGHT2]
property = true
[DUNGEON_FLOOR_ICECROWNCITADELDEATHKNIGHT3]
property = true
[DUNGEON_FLOOR_ICECROWNCITADELDEATHKNIGHT4]
property = true
[DUNGEON_FLOOR_ISLEOFTHETHUNDERKING1]
property = true
[DUNGEON_FLOOR_ISLEOFTHETHUNDERKING2]
property = true
[DUNGEON_FLOOR_KARAZHAN1]
property = true
[DUNGEON_FLOOR_KARAZHAN10]
property = true
[DUNGEON_FLOOR_KARAZHAN11]
property = true
[DUNGEON_FLOOR_KARAZHAN12]
property = true
[DUNGEON_FLOOR_KARAZHAN13]
property = true
[DUNGEON_FLOOR_KARAZHAN14]
property = true
[DUNGEON_FLOOR_KARAZHAN15]
property = true
[DUNGEON_FLOOR_KARAZHAN16]
property = true
[DUNGEON_FLOOR_KARAZHAN17]
property = true
[DUNGEON_FLOOR_KARAZHAN2]
property = true
[DUNGEON_FLOOR_KARAZHAN3]
property = true
[DUNGEON_FLOOR_KARAZHAN4]
property = true
[DUNGEON_FLOOR_KARAZHAN5]
property = true
[DUNGEON_FLOOR_KARAZHAN6]
property = true
[DUNGEON_FLOOR_KARAZHAN7]
property = true
[DUNGEON_FLOOR_KARAZHAN8]
property = true
[DUNGEON_FLOOR_KARAZHAN9]
property = true
[DUNGEON_FLOOR_KARAZHANSCENARIO1]
property = true
[DUNGEON_FLOOR_KARAZHANSCENARIO2]
property = true
[DUNGEON_FLOOR_KARAZHANSCENARIO3]
property = true
[DUNGEON_FLOOR_KARAZHANSCENARIO4]
property = true
[DUNGEON_FLOOR_KEZAN5]
property = true
[DUNGEON_FLOOR_KEZAN6]
property = true
[DUNGEON_FLOOR_KEZAN7]
property = true
[DUNGEON_FLOOR_KRASARANG1]
property = true
[DUNGEON_FLOOR_KRASARANG2]
property = true
[DUNGEON_FLOOR_KRASARANG3]
property = true
[DUNGEON_FLOOR_KRASARANG_TERRAIN11]
property = true
[DUNGEON_FLOOR_KRASARANG_TERRAIN12]
property = true
[DUNGEON_FLOOR_KRASARANG_TERRAIN13]
property = true
[DUNGEON_FLOOR_KUNLAIPASSSCENARIO0]
property = true
[DUNGEON_FLOOR_KUNLAIPASSSCENARIO1]
property = true
[DUNGEON_FLOOR_KUNLAISUMMIT11]
property = true
[DUNGEON_FLOOR_KUNLAISUMMIT12]
property = true
[DUNGEON_FLOOR_KUNLAISUMMIT17]
property = true
[DUNGEON_FLOOR_KUNLAISUMMIT20]
property = true
[DUNGEON_FLOOR_KUNLAISUMMIT21]
property = true
[DUNGEON_FLOOR_KUNLAISUMMITSCENARIO0]
property = true
[DUNGEON_FLOOR_KUNLAISUMMITSCENARIO1]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON1]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON10]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON11]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON12]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON13]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON14]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON2]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON3]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON4]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON5]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON6]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON7]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON8]
property = true
[DUNGEON_FLOOR_LEGIONKARAZHANDUNGEON9]
property = true
[DUNGEON_FLOOR_LIGHTFORGEDVINDICAAR1]
property = true
[DUNGEON_FLOOR_LIGHTFORGEDVINDICAAR2]
property = true
[DUNGEON_FLOOR_LOSTCITYOFTOLVIR1]
property = true
[DUNGEON_FLOOR_MAGECAMPAIGNTHEOCULUS1]
property = true
[DUNGEON_FLOOR_MAGECAMPAIGNTHEOCULUS2]
property = true
[DUNGEON_FLOOR_MAGECAMPAIGNTHEOCULUS3]
property = true
[DUNGEON_FLOOR_MAGECAMPAIGNTHEOCULUS4]
property = true
[DUNGEON_FLOOR_MAGECLASSSHRINE1]
property = true
[DUNGEON_FLOOR_MAGECLASSSHRINE2]
property = true
[DUNGEON_FLOOR_MAGISTERSTERRACE1]
property = true
[DUNGEON_FLOOR_MAGISTERSTERRACE2]
property = true
[DUNGEON_FLOOR_MAGTHERIDONSLAIR1]
property = true
[DUNGEON_FLOOR_MANATOMBS1]
property = true
[DUNGEON_FLOOR_MARAUDON1]
property = true
[DUNGEON_FLOOR_MARAUDON2]
property = true
[DUNGEON_FLOOR_MARDUMTHESHATTEREDABYSS2]
property = true
[DUNGEON_FLOOR_MARDUMTHESHATTEREDABYSS3]
property = true
[DUNGEON_FLOOR_MOGUSHANPALACE1]
property = true
[DUNGEON_FLOOR_MOGUSHANPALACE2]
property = true
[DUNGEON_FLOOR_MOGUSHANPALACE3]
property = true
[DUNGEON_FLOOR_MOGUSHANVAULTS1]
property = true
[DUNGEON_FLOOR_MOGUSHANVAULTS2]
property = true
[DUNGEON_FLOOR_MOGUSHANVAULTS3]
property = true
[DUNGEON_FLOOR_MOLTENCORE1]
property = true
[DUNGEON_FLOOR_MULGORE6]
property = true
[DUNGEON_FLOOR_MULGORE7]
property = true
[DUNGEON_FLOOR_NAGRANDDRAENOR10]
property = true
[DUNGEON_FLOOR_NAGRANDDRAENOR11]
property = true
[DUNGEON_FLOOR_NAGRANDDRAENOR12]
property = true
[DUNGEON_FLOOR_NAXXRAMAS1]
property = true
[DUNGEON_FLOOR_NAXXRAMAS2]
property = true
[DUNGEON_FLOOR_NAXXRAMAS3]
property = true
[DUNGEON_FLOOR_NAXXRAMAS4]
property = true
[DUNGEON_FLOOR_NAXXRAMAS5]
property = true
[DUNGEON_FLOOR_NAXXRAMAS6]
property = true
[DUNGEON_FLOOR_NEWTINKERTOWN8]
property = true
[DUNGEON_FLOOR_NEXUS801]
property = true
[DUNGEON_FLOOR_NEXUS802]
property = true
[DUNGEON_FLOOR_NEXUS803]
property = true
[DUNGEON_FLOOR_NEXUS804]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID1]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID10]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID11]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID12]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID13]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID2]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID3]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID4]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID5]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID6]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID7]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID8]
property = true
[DUNGEON_FLOOR_NIGHTMARERAID9]
property = true
[DUNGEON_FLOOR_NORTHSHIRE3]
property = true
[DUNGEON_FLOOR_ONYXIASLAIR1]
property = true
[DUNGEON_FLOOR_OONAKAGU16]
property = true
[DUNGEON_FLOOR_ORGRIMMAR0]
property = true
[DUNGEON_FLOOR_ORGRIMMAR1]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID0]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID1]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID10]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID11]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID12]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID13]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID14]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID2]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID3]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID4]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID5]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID6]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID7]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID8]
property = true
[DUNGEON_FLOOR_ORGRIMMARRAID9]
property = true
[DUNGEON_FLOOR_OVERGROWNOUTPOST0]
property = true
[DUNGEON_FLOOR_OVERGROWNOUTPOST1]
property = true
[DUNGEON_FLOOR_PITOFSARON1]
property = true
[DUNGEON_FLOOR_PROVINGGROUNDS1]
property = true
[DUNGEON_FLOOR_RAGEFIRE1]
property = true
[DUNGEON_FLOOR_RAZORFENDOWNS1]
property = true
[DUNGEON_FLOOR_RAZORFENKRAUL1]
property = true
[DUNGEON_FLOOR_RUINSOFAHNQIRAJ1]
property = true
[DUNGEON_FLOOR_SCARLETCATHEDRAL1]
property = true
[DUNGEON_FLOOR_SCARLETCATHEDRAL2]
property = true
[DUNGEON_FLOOR_SCARLETHALLS1]
property = true
[DUNGEON_FLOOR_SCARLETHALLS2]
property = true
[DUNGEON_FLOOR_SCARLETMONASTERYDK1]
property = true
[DUNGEON_FLOOR_SCARLETMONASTERYDK2]
property = true
[DUNGEON_FLOOR_SCHOLOMANCE1]
property = true
[DUNGEON_FLOOR_SCHOLOMANCE2]
property = true
[DUNGEON_FLOOR_SCHOLOMANCE3]
property = true
[DUNGEON_FLOOR_SCHOLOMANCE4]
property = true
[DUNGEON_FLOOR_SEARINGGORGE14]
property = true
[DUNGEON_FLOOR_SEARINGGORGE15]
property = true
[DUNGEON_FLOOR_SEARINGGORGE16]
property = true
[DUNGEON_FLOOR_SETHEKKHALLS1]
property = true
[DUNGEON_FLOOR_SETHEKKHALLS2]
property = true
[DUNGEON_FLOOR_SHADOWFANGKEEP1]
property = true
[DUNGEON_FLOOR_SHADOWFANGKEEP2]
property = true
[DUNGEON_FLOOR_SHADOWFANGKEEP3]
property = true
[DUNGEON_FLOOR_SHADOWFANGKEEP4]
property = true
[DUNGEON_FLOOR_SHADOWFANGKEEP5]
property = true
[DUNGEON_FLOOR_SHADOWFANGKEEP6]
property = true
[DUNGEON_FLOOR_SHADOWFANGKEEP7]
property = true
[DUNGEON_FLOOR_SHADOWGLEN2]
property = true
[DUNGEON_FLOOR_SHADOWLABYRINTH1]
property = true
[DUNGEON_FLOOR_SHADOWMOONDUNGEON1]
property = true
[DUNGEON_FLOOR_SHADOWMOONDUNGEON2]
property = true
[DUNGEON_FLOOR_SHADOWMOONDUNGEON3]
property = true
[DUNGEON_FLOOR_SHADOWPANHIDEOUT0]
property = true
[DUNGEON_FLOOR_SHADOWPANHIDEOUT1]
property = true
[DUNGEON_FLOOR_SHADOWPANHIDEOUT2]
property = true
[DUNGEON_FLOOR_SHADOWPANHIDEOUT3]
property = true
[DUNGEON_FLOOR_SIEGEOFNIUZAOTEMPLE0]
property = true
[DUNGEON_FLOOR_SIEGEOFNIUZAOTEMPLE1]
property = true
[DUNGEON_FLOOR_SIEGEOFNIUZAOTEMPLE2]
property = true
[DUNGEON_FLOOR_SILITHUS13]
property = true
[DUNGEON_FLOOR_SKYWALL1]
property = true
[DUNGEON_FLOOR_SPIRESOFARAKDUNGEON1]
property = true
[DUNGEON_FLOOR_SPIRESOFARAKDUNGEON2]
property = true
[DUNGEON_FLOOR_STORMSTOUTBREWERY1]
property = true
[DUNGEON_FLOOR_STORMSTOUTBREWERY2]
property = true
[DUNGEON_FLOOR_STORMSTOUTBREWERY3]
property = true
[DUNGEON_FLOOR_STORMSTOUTBREWERY4]
property = true
[DUNGEON_FLOOR_STRATHOLME1]
property = true
[DUNGEON_FLOOR_STRATHOLME2]
property = true
[DUNGEON_FLOOR_STVDIAMONDMINEBG1]
property = true
[DUNGEON_FLOOR_SUNWELLPLATEAU0]
property = true
[DUNGEON_FLOOR_SUNWELLPLATEAU1]
property = true
[DUNGEON_FLOOR_SURAMAR1]
property = true
[DUNGEON_FLOOR_SURAMAR2]
property = true
[DUNGEON_FLOOR_SURAMAR32]
property = true
[DUNGEON_FLOOR_SURAMAR33]
property = true
[DUNGEON_FLOOR_SURAMAR41]
property = true
[DUNGEON_FLOOR_SURAMAR42]
property = true
[DUNGEON_FLOOR_SURAMARNOBLESDISTRICT0]
property = true
[DUNGEON_FLOOR_SURAMARNOBLESDISTRICT1]
property = true
[DUNGEON_FLOOR_SURAMARNOBLESDISTRICT2]
property = true
[DUNGEON_FLOOR_SURAMARRAID1]
property = true
[DUNGEON_FLOOR_SURAMARRAID2]
property = true
[DUNGEON_FLOOR_SURAMARRAID3]
property = true
[DUNGEON_FLOOR_SURAMARRAID4]
property = true
[DUNGEON_FLOOR_SURAMARRAID5]
property = true
[DUNGEON_FLOOR_SURAMARRAID6]
property = true
[DUNGEON_FLOOR_SURAMARRAID7]
property = true
[DUNGEON_FLOOR_SURAMARRAID8]
property = true
[DUNGEON_FLOOR_SURAMARRAID9]
property = true
[DUNGEON_FLOOR_TALADOR13]
property = true
[DUNGEON_FLOOR_TALADOR14]
property = true
[DUNGEON_FLOOR_TANARIS15]
property = true
[DUNGEON_FLOOR_TANARIS16]
property = true
[DUNGEON_FLOOR_TANARIS17]
property = true
[DUNGEON_FLOOR_TANARIS18]
property = true
[DUNGEON_FLOOR_TELDRASSIL2]
property = true
[DUNGEON_FLOOR_TELDRASSIL3]
property = true
[DUNGEON_FLOOR_TELDRASSIL4]
property = true
[DUNGEON_FLOOR_TELDRASSIL5]
property = true
[DUNGEON_FLOOR_TEMPESTKEEP1]
property = true
[DUNGEON_FLOOR_TERRACEOFENDLESSSPRING0]
property = true
[DUNGEON_FLOOR_THEARCATRAZ1]
property = true
[DUNGEON_FLOOR_THEARCATRAZ2]
property = true
[DUNGEON_FLOOR_THEARCATRAZ3]
property = true
[DUNGEON_FLOOR_THEARGENTCOLISEUM1]
property = true
[DUNGEON_FLOOR_THEARGENTCOLISEUM2]
property = true
[DUNGEON_FLOOR_THEBASTIONOFTWILIGHT1]
property = true
[DUNGEON_FLOOR_THEBASTIONOFTWILIGHT2]
property = true
[DUNGEON_FLOOR_THEBASTIONOFTWILIGHT3]
property = true
[DUNGEON_FLOOR_THEBLOODFURNACE1]
property = true
[DUNGEON_FLOOR_THEBOTANICA1]
property = true
[DUNGEON_FLOOR_THEDEADMINES1]
property = true
[DUNGEON_FLOOR_THEDEADMINES2]
property = true
[DUNGEON_FLOOR_THEEYEOFETERNITY1]
property = true
[DUNGEON_FLOOR_THEFORGEOFSOULS1]
property = true
[DUNGEON_FLOOR_THEGREATWALL1]
property = true
[DUNGEON_FLOOR_THEGREATWALL2]
property = true
[DUNGEON_FLOOR_THEHIDDENPASS5]
property = true
[DUNGEON_FLOOR_THEJADEFOREST6]
property = true
[DUNGEON_FLOOR_THEJADEFOREST7]
property = true
[DUNGEON_FLOOR_THEJADEFORESTSCENARIO0]
property = true
[DUNGEON_FLOOR_THEJADEFORESTSCENARIO1]
property = true
[DUNGEON_FLOOR_THELOSTISLES1]
property = true
[DUNGEON_FLOOR_THELOSTISLES2]
property = true
[DUNGEON_FLOOR_THELOSTISLES3]
property = true
[DUNGEON_FLOOR_THELOSTISLES4]
property = true
[DUNGEON_FLOOR_THEMECHANAR1]
property = true
[DUNGEON_FLOOR_THEMECHANAR2]
property = true
[DUNGEON_FLOOR_THENEXUS1]
property = true
[DUNGEON_FLOOR_THENEXUSLEGENDARY1]
property = true
[DUNGEON_FLOOR_THEOBSIDIANSANCTUM1]
property = true
[DUNGEON_FLOOR_THESHATTEREDHALLS1]
property = true
[DUNGEON_FLOOR_THESLAVEPENS1]
property = true
[DUNGEON_FLOOR_THESTEAMVAULT1]
property = true
[DUNGEON_FLOOR_THESTEAMVAULT2]
property = true
[DUNGEON_FLOOR_THESTOCKADE1]
property = true
[DUNGEON_FLOOR_THESTONECORE1]
property = true
[DUNGEON_FLOOR_THETEMPLEOFATALHAKKAR1]
property = true
[DUNGEON_FLOOR_THEUNDERBOG1]
property = true
[DUNGEON_FLOOR_THRONEOFTHEFOURWINDS1]
property = true
[DUNGEON_FLOOR_THRONEOFTIDES1]
property = true
[DUNGEON_FLOOR_THRONEOFTIDES2]
property = true
[DUNGEON_FLOOR_THUNDERKINGRAID1]
property = true
[DUNGEON_FLOOR_THUNDERKINGRAID2]
property = true
[DUNGEON_FLOOR_THUNDERKINGRAID3]
property = true
[DUNGEON_FLOOR_THUNDERKINGRAID4]
property = true
[DUNGEON_FLOOR_THUNDERKINGRAID5]
property = true
[DUNGEON_FLOOR_THUNDERKINGRAID6]
property = true
[DUNGEON_FLOOR_THUNDERKINGRAID7]
property = true
[DUNGEON_FLOOR_THUNDERKINGRAID8]
property = true
[DUNGEON_FLOOR_TIMELESSISLE22]
property = true
[DUNGEON_FLOOR_TIRISFAL12]
property = true
[DUNGEON_FLOOR_TIRISFAL13]
property = true
[DUNGEON_FLOOR_TKARCATRAZSCENARIO1]
property = true
[DUNGEON_FLOOR_TKARCATRAZSCENARIO2]
property = true
[DUNGEON_FLOOR_TOLBARADWARLOCKSCENARIO0]
property = true
[DUNGEON_FLOOR_TOLBARADWARLOCKSCENARIO1]
property = true
[DUNGEON_FLOOR_TOMBOFSARGERASDUNGEON1]
property = true
[DUNGEON_FLOOR_TOMBOFSARGERASDUNGEON2]
property = true
[DUNGEON_FLOOR_TOMBOFSARGERASDUNGEON3]
property = true
[DUNGEON_FLOOR_TOMBOFSARGERASDUNGEON4]
property = true
[DUNGEON_FLOOR_TOMBOFSARGERASDUNGEON5]
property = true
[DUNGEON_FLOOR_TOMBRAID1]
property = true
[DUNGEON_FLOOR_TOMBRAID2]
property = true
[DUNGEON_FLOOR_TOMBRAID3]
property = true
[DUNGEON_FLOOR_TOMBRAID4]
property = true
[DUNGEON_FLOOR_TOMBRAID5]
property = true
[DUNGEON_FLOOR_TOMBRAID6]
property = true
[DUNGEON_FLOOR_TOMBRAID7]
property = true
[DUNGEON_FLOOR_TYRIVESS0]
property = true
[DUNGEON_FLOOR_TYRIVESS1]
property = true
[DUNGEON_FLOOR_ULDAMAN1]
property = true
[DUNGEON_FLOOR_ULDAMAN2]
property = true
[DUNGEON_FLOOR_ULDUAR0]
property = true
[DUNGEON_FLOOR_ULDUAR1]
property = true
[DUNGEON_FLOOR_ULDUAR2]
property = true
[DUNGEON_FLOOR_ULDUAR3]
property = true
[DUNGEON_FLOOR_ULDUAR4]
property = true
[DUNGEON_FLOOR_ULDUAR5]
property = true
[DUNGEON_FLOOR_ULDUAR771]
property = true
[DUNGEON_FLOOR_ULDUARMAGNI1]
property = true
[DUNGEON_FLOOR_ULDUARMAGNI2]
property = true
[DUNGEON_FLOOR_ULDUARMAGNI3]
property = true
[DUNGEON_FLOOR_UNGOROCRATER14]
property = true
[DUNGEON_FLOOR_UPPERBLACKROCKSPIRE1]
property = true
[DUNGEON_FLOOR_UPPERBLACKROCKSPIRE2]
property = true
[DUNGEON_FLOOR_UPPERBLACKROCKSPIRE3]
property = true
[DUNGEON_FLOOR_UTGARDEKEEP1]
property = true
[DUNGEON_FLOOR_UTGARDEKEEP2]
property = true
[DUNGEON_FLOOR_UTGARDEKEEP3]
property = true
[DUNGEON_FLOOR_UTGARDEPINNACLE1]
property = true
[DUNGEON_FLOOR_UTGARDEPINNACLE2]
property = true
[DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS1]
property = true
[DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS18]
property = true
[DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS19]
property = true
[DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS2]
property = true
[DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS3]
property = true
[DUNGEON_FLOOR_VALEOFETERNALBLOSSOMS4]
property = true
[DUNGEON_FLOOR_VALLEYOFPOWERSCENARIO0]
property = true
[DUNGEON_FLOOR_VALLEYOFPOWERSCENARIO1]
property = true
[DUNGEON_FLOOR_VALSHARAH14]
property = true
[DUNGEON_FLOOR_VALSHARAH15]
property = true
[DUNGEON_FLOOR_VAULTOFARCHAVON1]
property = true
[DUNGEON_FLOOR_VAULTOFTHEWARDENS1]
property = true
[DUNGEON_FLOOR_VAULTOFTHEWARDENS2]
property = true
[DUNGEON_FLOOR_VAULTOFTHEWARDENS3]
property = true
[DUNGEON_FLOOR_VAULTOFTHEWARDENSDH1]
property = true
[DUNGEON_FLOOR_VAULTOFTHEWARDENSDH2]
property = true
[DUNGEON_FLOOR_VAULTOFTHEWARDENSDH3]
property = true
[DUNGEON_FLOOR_VIOLETHOLD1]
property = true
[DUNGEON_FLOOR_VOLJINSCENARIO0]
property = true
[DUNGEON_FLOOR_VOLJINSCENARIO1]
property = true
[DUNGEON_FLOOR_WAILINGCAVERNS1]
property = true
[DUNGEON_FLOOR_WELLOFETERNITY]
property = true
[DUNGEON_FLOOR_WESTFALL17]
property = true
[DUNGEON_FLOOR_WESTFALL4]
property = true
[DUNGEON_FLOOR_WESTFALL5]
property = true
[DUNGEON_FLOOR_ZULAMAN1]
property = true
[DUNGEON_FLOOR_ZULFARRAK]
property = true
[DUNGEON_FLOOR_ZULGURUB1]
property = true
[DUNGEON_GROUP_FOUND_TOOLTIP]
property = true
[DUNGEON_NAME_WITH_DIFFICULTY]
property = true
[DURABILITY]
property = true
[DURABILITYDAMAGE_DEATH]
property = true
[DURABILITY_ABBR]
property = true
[DURABILITY_LCD]
property = true
[DURABILITY_TEMPLATE]
property = true
[DYNAMIC]
property = true
[D_DAYS]
property = true
[D_HOURS]
property = true
[D_MINUTES]
property = true
[D_SECONDS]
property = true
[ECLIPSE]
property = true
[EDIT]
property = true
[EDIT_TICKET]
property = true
[EFFECTIVE_LEVEL_FORMAT]
property = true
[EFFECTS_LABEL]
property = true
[EFFECTS_SUBHEADER]
property = true
[EFFECTS_SUBTEXT]
property = true
[EJECT_PASSENGER]
property = true
[EJ_CLASS_FILTER]
property = true
[EJ_LOOT_SLOT_FILTER_ARTIFACT_RELIC]
property = true
[ELITE]
property = true
[EMBLEM_BACKGROUND]
property = true
[EMBLEM_BORDER]
property = true
[EMBLEM_BORDER_COLOR]
property = true
[EMBLEM_SYMBOL]
property = true
[EMBLEM_SYMBOL_COLOR]
property = true
[EMOTE]
property = true
[EMOTE100_CMD1]
property = true
[EMOTE100_CMD2]
property = true
[EMOTE101_CMD]
property = true
[EMOTE101_CMD1]
property = true
[EMOTE101_CMD2]
property = true
[EMOTE101_CMD3]
property = true
[EMOTE102_CMD1]
property = true
[EMOTE102_CMD2]
property = true
[EMOTE103_CMD1]
property = true
[EMOTE103_CMD2]
property = true
[EMOTE104_CMD1]
property = true
[EMOTE104_CMD2]
property = true
[EMOTE105_CMD1]
property = true
[EMOTE105_CMD2]
property = true
[EMOTE106_CMD1]
property = true
[EMOTE106_CMD2]
property = true
[EMOTE107_CMD1]
property = true
[EMOTE107_CMD2]
property = true
[EMOTE107_CMD3]
property = true
[EMOTE108_CMD1]
property = true
[EMOTE108_CMD2]
property = true
[EMOTE108_CMD3]
property = true
[EMOTE109_CMD1]
property = true
[EMOTE109_CMD2]
property = true
[EMOTE109_CMD3]
property = true
[EMOTE10_CMD1]
property = true
[EMOTE10_CMD2]
property = true
[EMOTE10_CMD3]
property = true
[EMOTE10_CMD4]
property = true
[EMOTE110_CMD1]
property = true
[EMOTE110_CMD2]
property = true
[EMOTE111_CMD1]
property = true
[EMOTE111_CMD2]
property = true
[EMOTE112_CMD1]
property = true
[EMOTE112_CMD2]
property = true
[EMOTE112_CMD3]
property = true
[EMOTE112_CMD4]
property = true
[EMOTE113_CMD1]
property = true
[EMOTE113_CMD2]
property = true
[EMOTE113_CMD3]
property = true
[EMOTE114_CMD1]
property = true
[EMOTE114_CMD2]
property = true
[EMOTE114_CMD3]
property = true
[EMOTE115_CMD1]
property = true
[EMOTE115_CMD2]
property = true
[EMOTE116_CMD1]
property = true
[EMOTE116_CMD2]
property = true
[EMOTE117_CMD1]
property = true
[EMOTE117_CMD2]
property = true
[EMOTE118_CMD1]
property = true
[EMOTE118_CMD2]
property = true
[EMOTE119_CMD1]
property = true
[EMOTE119_CMD2]
property = true
[EMOTE119_CMD3]
property = true
[EMOTE11_CMD1]
property = true
[EMOTE11_CMD2]
property = true
[EMOTE120_CMD1]
property = true
[EMOTE120_CMD2]
property = true
[EMOTE121_CMD1]
property = true
[EMOTE121_CMD2]
property = true
[EMOTE122_CMD1]
property = true
[EMOTE122_CMD2]
property = true
[EMOTE123_CMD1]
property = true
[EMOTE123_CMD2]
property = true
[EMOTE123_CMD3]
property = true
[EMOTE123_CMD4]
property = true
[EMOTE124_CMD1]
property = true
[EMOTE124_CMD2]
property = true
[EMOTE125_CMD1]
property = true
[EMOTE125_CMD2]
property = true
[EMOTE126_CMD1]
property = true
[EMOTE126_CMD2]
property = true
[EMOTE126_CMD3]
property = true
[EMOTE126_CMD4]
property = true
[EMOTE127_CMD1]
property = true
[EMOTE127_CMD2]
property = true
[EMOTE127_CMD3]
property = true
[EMOTE127_CMD4]
property = true
[EMOTE128_CMD1]
property = true
[EMOTE128_CMD2]
property = true
[EMOTE129_CMD1]
property = true
[EMOTE129_CMD2]
property = true
[EMOTE12_CMD1]
property = true
[EMOTE12_CMD2]
property = true
[EMOTE130_CMD1]
property = true
[EMOTE130_CMD2]
property = true
[EMOTE130_CMD3]
property = true
[EMOTE130_CMD4]
property = true
[EMOTE131_CMD1]
property = true
[EMOTE131_CMD2]
property = true
[EMOTE132_CMD1]
property = true
[EMOTE132_CMD2]
property = true
[EMOTE133_CMD1]
property = true
[EMOTE133_CMD2]
property = true
[EMOTE134_CMD1]
property = true
[EMOTE134_CMD2]
property = true
[EMOTE135_CMD1]
property = true
[EMOTE135_CMD2]
property = true
[EMOTE136_CMD1]
property = true
[EMOTE136_CMD2]
property = true
[EMOTE136_CMD3]
property = true
[EMOTE136_CMD4]
property = true
[EMOTE137_CMD1]
property = true
[EMOTE137_CMD2]
property = true
[EMOTE138_CMD1]
property = true
[EMOTE138_CMD2]
property = true
[EMOTE138_CMD3]
property = true
[EMOTE139_CMD1]
property = true
[EMOTE139_CMD2]
property = true
[EMOTE139_CMD3]
property = true
[EMOTE13_CMD1]
property = true
[EMOTE13_CMD2]
property = true
[EMOTE13_CMD3]
property = true
[EMOTE13_CMD4]
property = true
[EMOTE140_CMD1]
property = true
[EMOTE140_CMD2]
property = true
[EMOTE141_CMD1]
property = true
[EMOTE141_CMD2]
property = true
[EMOTE142_CMD1]
property = true
[EMOTE142_CMD2]
property = true
[EMOTE142_CMD3]
property = true
[EMOTE143_CMD1]
property = true
[EMOTE143_CMD2]
property = true
[EMOTE144_CMD1]
property = true
[EMOTE144_CMD2]
property = true
[EMOTE144_CMD3]
property = true
[EMOTE145_CMD1]
property = true
[EMOTE145_CMD2]
property = true
[EMOTE146_CMD1]
property = true
[EMOTE146_CMD2]
property = true
[EMOTE147_CMD1]
property = true
[EMOTE147_CMD2]
property = true
[EMOTE148_CMD1]
property = true
[EMOTE148_CMD2]
property = true
[EMOTE148_CMD3]
property = true
[EMOTE149_CMD1]
property = true
[EMOTE149_CMD2]
property = true
[EMOTE14_CMD1]
property = true
[EMOTE14_CMD2]
property = true
[EMOTE150_CMD1]
property = true
[EMOTE150_CMD2]
property = true
[EMOTE151_CMD1]
property = true
[EMOTE151_CMD2]
property = true
[EMOTE151_CMD3]
property = true
[EMOTE152_CMD1]
property = true
[EMOTE152_CMD2]
property = true
[EMOTE153_CMD1]
property = true
[EMOTE153_CMD2]
property = true
[EMOTE154_CMD1]
property = true
[EMOTE154_CMD2]
property = true
[EMOTE155_CMD1]
property = true
[EMOTE155_CMD2]
property = true
[EMOTE156_CMD1]
property = true
[EMOTE156_CMD2]
property = true
[EMOTE157_CMD1]
property = true
[EMOTE157_CMD2]
property = true
[EMOTE158_CMD1]
property = true
[EMOTE158_CMD2]
property = true
[EMOTE159_CMD1]
property = true
[EMOTE159_CMD2]
property = true
[EMOTE15_CMD1]
property = true
[EMOTE15_CMD2]
property = true
[EMOTE15_CMD3]
property = true
[EMOTE160_CMD1]
property = true
[EMOTE160_CMD2]
property = true
[EMOTE161_CMD1]
property = true
[EMOTE161_CMD2]
property = true
[EMOTE162_CMD1]
property = true
[EMOTE162_CMD2]
property = true
[EMOTE163_CMD1]
property = true
[EMOTE163_CMD2]
property = true
[EMOTE164_CMD1]
property = true
[EMOTE164_CMD2]
property = true
[EMOTE165_CMD1]
property = true
[EMOTE165_CMD2]
property = true
[EMOTE166_CMD1]
property = true
[EMOTE166_CMD2]
property = true
[EMOTE167_CMD1]
property = true
[EMOTE167_CMD2]
property = true
[EMOTE168_CMD1]
property = true
[EMOTE168_CMD2]
property = true
[EMOTE169_CMD1]
property = true
[EMOTE169_CMD2]
property = true
[EMOTE16_CMD1]
property = true
[EMOTE16_CMD2]
property = true
[EMOTE16_CMD3]
property = true
[EMOTE170_CMD1]
property = true
[EMOTE170_CMD2]
property = true
[EMOTE171_CMD1]
property = true
[EMOTE171_CMD2]
property = true
[EMOTE17_CMD1]
property = true
[EMOTE17_CMD2]
property = true
[EMOTE18_CMD1]
property = true
[EMOTE18_CMD2]
property = true
[EMOTE18_CMD3]
property = true
[EMOTE18_CMD4]
property = true
[EMOTE19_CMD1]
property = true
[EMOTE19_CMD2]
property = true
[EMOTE19_CMD3]
property = true
[EMOTE19_CMD4]
property = true
[EMOTE19_CMD5]
property = true
[EMOTE19_CMD6]
property = true
[EMOTE1_CMD1]
property = true
[EMOTE1_CMD2]
property = true
[EMOTE20_CMD1]
property = true
[EMOTE20_CMD2]
property = true
[EMOTE20_CMD3]
property = true
[EMOTE21_CMD1]
property = true
[EMOTE21_CMD2]
property = true
[EMOTE21_CMD3]
property = true
[EMOTE21_CMD4]
property = true
[EMOTE22_CMD1]
property = true
[EMOTE22_CMD2]
property = true
[EMOTE22_CMD3]
property = true
[EMOTE22_CMD4]
property = true
[EMOTE22_CMD5]
property = true
[EMOTE22_CMD6]
property = true
[EMOTE23_CMD1]
property = true
[EMOTE23_CMD2]
property = true
[EMOTE24_CMD1]
property = true
[EMOTE24_CMD2]
property = true
[EMOTE25_CMD1]
property = true
[EMOTE25_CMD2]
property = true
[EMOTE26_CMD1]
property = true
[EMOTE26_CMD2]
property = true
[EMOTE26_CMD3]
property = true
[EMOTE26_CMD4]
property = true
[EMOTE26_CMD5]
property = true
[EMOTE26_CMD6]
property = true
[EMOTE27_CMD1]
property = true
[EMOTE27_CMD2]
property = true
[EMOTE28_CMD1]
property = true
[EMOTE28_CMD2]
property = true
[EMOTE28_CMD3]
property = true
[EMOTE29_CMD1]
property = true
[EMOTE29_CMD2]
property = true
[EMOTE29_CMD3]
property = true
[EMOTE29_CMD4]
property = true
[EMOTE2_CMD1]
property = true
[EMOTE2_CMD2]
property = true
[EMOTE304_CMD1]
property = true
[EMOTE304_CMD3]
property = true
[EMOTE304_CMD4]
property = true
[EMOTE306_CMD1]
property = true
[EMOTE306_CMD2]
property = true
[EMOTE306_CMD3]
property = true
[EMOTE306_CMD4]
property = true
[EMOTE30_CMD1]
property = true
[EMOTE30_CMD2]
property = true
[EMOTE30_CMD3]
property = true
[EMOTE30_CMD4]
property = true
[EMOTE31_CMD1]
property = true
[EMOTE31_CMD2]
property = true
[EMOTE32_CMD1]
property = true
[EMOTE32_CMD2]
property = true
[EMOTE32_CMD3]
property = true
[EMOTE32_CMD4]
property = true
[EMOTE32_CMD5]
property = true
[EMOTE32_CMD6]
property = true
[EMOTE33_CMD1]
property = true
[EMOTE33_CMD2]
property = true
[EMOTE34_CMD1]
property = true
[EMOTE34_CMD2]
property = true
[EMOTE35_CMD1]
property = true
[EMOTE35_CMD2]
property = true
[EMOTE368_CMD1]
property = true
[EMOTE368_CMD2]
property = true
[EMOTE369_CMD1]
property = true
[EMOTE369_CMD2]
property = true
[EMOTE36_CMD1]
property = true
[EMOTE36_CMD2]
property = true
[EMOTE36_CMD3]
property = true
[EMOTE36_CMD4]
property = true
[EMOTE370_CMD1]
property = true
[EMOTE370_CMD2]
property = true
[EMOTE371_CMD1]
property = true
[EMOTE371_CMD2]
property = true
[EMOTE372_CMD1]
property = true
[EMOTE372_CMD2]
property = true
[EMOTE373_CMD1]
property = true
[EMOTE373_CMD2]
property = true
[EMOTE374_CMD1]
property = true
[EMOTE374_CMD2]
property = true
[EMOTE375_CMD1]
property = true
[EMOTE375_CMD2]
property = true
[EMOTE376_CMD1]
property = true
[EMOTE376_CMD2]
property = true
[EMOTE377_CMD1]
property = true
[EMOTE377_CMD2]
property = true
[EMOTE377_CMD3]
property = true
[EMOTE377_CMD4]
property = true
[EMOTE37_CMD1]
property = true
[EMOTE37_CMD2]
property = true
[EMOTE37_CMD3]
property = true
[EMOTE380_CMD1]
property = true
[EMOTE380_CMD2]
property = true
[EMOTE381_CMD1]
property = true
[EMOTE381_CMD2]
property = true
[EMOTE381_CMD3]
property = true
[EMOTE382_CMD1]
property = true
[EMOTE382_CMD2]
property = true
[EMOTE383_CMD1]
property = true
[EMOTE383_CMD2]
property = true
[EMOTE384_CMD1]
property = true
[EMOTE384_CMD2]
property = true
[EMOTE384_CMD3]
property = true
[EMOTE384_CMD4]
property = true
[EMOTE385_CMD1]
property = true
[EMOTE385_CMD2]
property = true
[EMOTE385_CMD3]
property = true
[EMOTE385_CMD4]
property = true
[EMOTE386_CMD1]
property = true
[EMOTE386_CMD2]
property = true
[EMOTE387_CMD1]
property = true
[EMOTE387_CMD2]
property = true
[EMOTE387_CMD3]
property = true
[EMOTE389_CMD1]
property = true
[EMOTE389_CMD2]
property = true
[EMOTE38_CMD1]
property = true
[EMOTE38_CMD2]
property = true
[EMOTE38_CMD3]
property = true
[EMOTE38_CMD4]
property = true
[EMOTE38_CMD5]
property = true
[EMOTE38_CMD6]
property = true
[EMOTE390_CMD1]
property = true
[EMOTE390_CMD2]
property = true
[EMOTE390_CMD3]
property = true
[EMOTE390_CMD4]
property = true
[EMOTE391_CMD1]
property = true
[EMOTE391_CMD2]
property = true
[EMOTE392_CMD1]
property = true
[EMOTE392_CMD2]
property = true
[EMOTE393_CMD1]
property = true
[EMOTE393_CMD2]
property = true
[EMOTE394_CMD1]
property = true
[EMOTE394_CMD2]
property = true
[EMOTE394_CMD3]
property = true
[EMOTE395_CMD1]
property = true
[EMOTE395_CMD2]
property = true
[EMOTE396_CMD1]
property = true
[EMOTE396_CMD2]
property = true
[EMOTE398_CMD1]
property = true
[EMOTE398_CMD2]
property = true
[EMOTE399_CMD1]
property = true
[EMOTE399_CMD2]
property = true
[EMOTE39_CMD1]
property = true
[EMOTE39_CMD2]
property = true
[EMOTE3_CMD1]
property = true
[EMOTE3_CMD2]
property = true
[EMOTE3_CMD3]
property = true
[EMOTE3_CMD4]
property = true
[EMOTE401_CMD1]
property = true
[EMOTE401_CMD2]
property = true
[EMOTE401_CMD3]
property = true
[EMOTE402_CMD1]
property = true
[EMOTE402_CMD2]
property = true
[EMOTE403_CMD1]
property = true
[EMOTE403_CMD2]
property = true
[EMOTE404_CMD1]
property = true
[EMOTE404_CMD2]
property = true
[EMOTE405_CMD1]
property = true
[EMOTE405_CMD2]
property = true
[EMOTE406_CMD1]
property = true
[EMOTE406_CMD2]
property = true
[EMOTE407_CMD1]
property = true
[EMOTE407_CMD2]
property = true
[EMOTE407_CMD3]
property = true
[EMOTE408_CMD1]
property = true
[EMOTE408_CMD2]
property = true
[EMOTE409_CMD1]
property = true
[EMOTE409_CMD2]
property = true
[EMOTE40_CMD1]
property = true
[EMOTE40_CMD2]
property = true
[EMOTE40_CMD3]
property = true
[EMOTE410_CMD1]
property = true
[EMOTE410_CMD2]
property = true
[EMOTE410_CMD3]
property = true
[EMOTE411_CMD1]
property = true
[EMOTE411_CMD2]
property = true
[EMOTE413_CMD1]
property = true
[EMOTE413_CMD2]
property = true
[EMOTE414_CMD1]
property = true
[EMOTE414_CMD2]
property = true
[EMOTE415_CMD1]
property = true
[EMOTE415_CMD2]
property = true
[EMOTE416_CMD1]
property = true
[EMOTE416_CMD2]
property = true
[EMOTE417_CMD1]
property = true
[EMOTE417_CMD2]
property = true
[EMOTE418_CMD1]
property = true
[EMOTE418_CMD2]
property = true
[EMOTE41_CMD1]
property = true
[EMOTE41_CMD2]
property = true
[EMOTE41_CMD3]
property = true
[EMOTE41_CMD4]
property = true
[EMOTE420_CMD1]
property = true
[EMOTE420_CMD2]
property = true
[EMOTE421_CMD1]
property = true
[EMOTE421_CMD2]
property = true
[EMOTE421_CMD3]
property = true
[EMOTE421_CMD4]
property = true
[EMOTE422_CMD1]
property = true
[EMOTE422_CMD2]
property = true
[EMOTE423_CMD1]
property = true
[EMOTE423_CMD2]
property = true
[EMOTE424_CMD1]
property = true
[EMOTE424_CMD2]
property = true
[EMOTE425_CMD1]
property = true
[EMOTE425_CMD2]
property = true
[EMOTE426_CMD1]
property = true
[EMOTE426_CMD2]
property = true
[EMOTE427_CMD1]
property = true
[EMOTE427_CMD2]
property = true
[EMOTE428_CMD1]
property = true
[EMOTE428_CMD2]
property = true
[EMOTE428_CMD3]
property = true
[EMOTE428_CMD4]
property = true
[EMOTE429_CMD1]
property = true
[EMOTE429_CMD2]
property = true
[EMOTE429_CMD3]
property = true
[EMOTE42_CMD1]
property = true
[EMOTE42_CMD2]
property = true
[EMOTE42_CMD3]
property = true
[EMOTE42_CMD4]
property = true
[EMOTE430_CMD1]
property = true
[EMOTE430_CMD2]
property = true
[EMOTE431_CMD1]
property = true
[EMOTE431_CMD2]
property = true
[EMOTE432_CMD1]
property = true
[EMOTE432_CMD2]
property = true
[EMOTE432_CMD3]
property = true
[EMOTE432_CMD4]
property = true
[EMOTE433_CMD1]
property = true
[EMOTE433_CMD2]
property = true
[EMOTE434_CMD1]
property = true
[EMOTE434_CMD2]
property = true
[EMOTE435_CMD1]
property = true
[EMOTE435_CMD2]
property = true
[EMOTE436_CMD1]
property = true
[EMOTE436_CMD2]
property = true
[EMOTE436_CMD3]
property = true
[EMOTE437_CMD1]
property = true
[EMOTE437_CMD2]
property = true
[EMOTE438_CMD1]
property = true
[EMOTE438_CMD2]
property = true
[EMOTE43_CMD1]
property = true
[EMOTE43_CMD2]
property = true
[EMOTE43_CMD3]
property = true
[EMOTE43_CMD4]
property = true
[EMOTE43_CMD5]
property = true
[EMOTE43_CMD6]
property = true
[EMOTE440_CMD1]
property = true
[EMOTE440_CMD2]
property = true
[EMOTE441_CMD1]
property = true
[EMOTE441_CMD2]
property = true
[EMOTE442_CMD1]
property = true
[EMOTE442_CMD2]
property = true
[EMOTE443_CMD1]
property = true
[EMOTE443_CMD2]
property = true
[EMOTE444_CMD1]
property = true
[EMOTE444_CMD2]
property = true
[EMOTE445_CMD1]
property = true
[EMOTE445_CMD2]
property = true
[EMOTE446_CMD1]
property = true
[EMOTE446_CMD2]
property = true
[EMOTE447_CMD1]
property = true
[EMOTE447_CMD2]
property = true
[EMOTE448_CMD1]
property = true
[EMOTE448_CMD2]
property = true
[EMOTE449_CMD1]
property = true
[EMOTE449_CMD2]
property = true
[EMOTE44_CMD1]
property = true
[EMOTE44_CMD2]
property = true
[EMOTE44_CMD3]
property = true
[EMOTE450_CMD1]
property = true
[EMOTE450_CMD2]
property = true
[EMOTE450_CMD3]
property = true
[EMOTE450_CMD4]
property = true
[EMOTE450_CMD5]
property = true
[EMOTE450_CMD6]
property = true
[EMOTE451_CMD1]
property = true
[EMOTE451_CMD2]
property = true
[EMOTE451_CMD3]
property = true
[EMOTE452_CMD1]
property = true
[EMOTE452_CMD2]
property = true
[EMOTE453_CMD1]
property = true
[EMOTE453_CMD2]
property = true
[EMOTE454_CMD1]
property = true
[EMOTE454_CMD2]
property = true
[EMOTE455_CMD1]
property = true
[EMOTE455_CMD2]
property = true
[EMOTE45_CMD1]
property = true
[EMOTE45_CMD2]
property = true
[EMOTE45_CMD3]
property = true
[EMOTE46_CMD1]
property = true
[EMOTE46_CMD2]
property = true
[EMOTE47_CMD1]
property = true
[EMOTE47_CMD2]
property = true
[EMOTE47_CMD3]
property = true
[EMOTE48_CMD1]
property = true
[EMOTE48_CMD2]
property = true
[EMOTE49_CMD1]
property = true
[EMOTE49_CMD2]
property = true
[EMOTE49_CMD3]
property = true
[EMOTE49_CMD4]
property = true
[EMOTE4_CMD1]
property = true
[EMOTE4_CMD2]
property = true
[EMOTE4_CMD3]
property = true
[EMOTE4_CMD4]
property = true
[EMOTE50_CMD1]
property = true
[EMOTE50_CMD2]
property = true
[EMOTE50_CMD3]
property = true
[EMOTE50_CMD4]
property = true
[EMOTE50_CMD5]
property = true
[EMOTE50_CMD6]
property = true
[EMOTE517_CMD1]
property = true
[EMOTE517_CMD2]
property = true
[EMOTE518_CMD1]
property = true
[EMOTE518_CMD2]
property = true
[EMOTE51_CMD1]
property = true
[EMOTE51_CMD2]
property = true
[EMOTE521_CMD1]
property = true
[EMOTE521_CMD2]
property = true
[EMOTE521_CMD3]
property = true
[EMOTE522_CMD1]
property = true
[EMOTE522_CMD2]
property = true
[EMOTE52_CMD1]
property = true
[EMOTE52_CMD2]
property = true
[EMOTE52_CMD3]
property = true
[EMOTE52_CMD4]
property = true
[EMOTE53_CMD1]
property = true
[EMOTE53_CMD2]
property = true
[EMOTE53_CMD3]
property = true
[EMOTE54_CMD1]
property = true
[EMOTE54_CMD2]
property = true
[EMOTE55_CMD1]
property = true
[EMOTE55_CMD2]
property = true
[EMOTE55_CMD3]
property = true
[EMOTE55_CMD4]
property = true
[EMOTE55_CMD5]
property = true
[EMOTE55_CMD6]
property = true
[EMOTE56_CMD1]
property = true
[EMOTE56_CMD2]
property = true
[EMOTE56_CMD3]
property = true
[EMOTE56_CMD4]
property = true
[EMOTE57_CMD1]
property = true
[EMOTE57_CMD2]
property = true
[EMOTE57_CMD3]
property = true
[EMOTE58_CMD1]
property = true
[EMOTE58_CMD2]
property = true
[EMOTE58_CMD3]
property = true
[EMOTE58_CMD4]
property = true
[EMOTE58_CMD5]
property = true
[EMOTE58_CMD6]
property = true
[EMOTE59_CMD1]
property = true
[EMOTE59_CMD2]
property = true
[EMOTE59_CMD3]
property = true
[EMOTE59_CMD4]
property = true
[EMOTE5_CMD1]
property = true
[EMOTE5_CMD2]
property = true
[EMOTE5_CMD3]
property = true
[EMOTE5_CMD4]
property = true
[EMOTE5_CMD5]
property = true
[EMOTE5_CMD6]
property = true
[EMOTE60_CMD1]
property = true
[EMOTE60_CMD2]
property = true
[EMOTE60_CMD3]
property = true
[EMOTE61_CMD1]
property = true
[EMOTE61_CMD2]
property = true
[EMOTE61_CMD3]
property = true
[EMOTE61_CMD4]
property = true
[EMOTE62_CMD1]
property = true
[EMOTE62_CMD2]
property = true
[EMOTE62_CMD3]
property = true
[EMOTE62_CMD4]
property = true
[EMOTE62_CMD5]
property = true
[EMOTE62_CMD6]
property = true
[EMOTE62_CMD7]
property = true
[EMOTE62_CMD8]
property = true
[EMOTE63_CMD1]
property = true
[EMOTE63_CMD2]
property = true
[EMOTE64_CMD1]
property = true
[EMOTE64_CMD2]
property = true
[EMOTE65_CMD1]
property = true
[EMOTE65_CMD2]
property = true
[EMOTE66_CMD1]
property = true
[EMOTE66_CMD2]
property = true
[EMOTE66_CMD3]
property = true
[EMOTE67_CMD1]
property = true
[EMOTE67_CMD2]
property = true
[EMOTE68_CMD1]
property = true
[EMOTE68_CMD2]
property = true
[EMOTE68_CMD3]
property = true
[EMOTE68_CMD4]
property = true
[EMOTE69_CMD1]
property = true
[EMOTE69_CMD2]
property = true
[EMOTE69_CMD3]
property = true
[EMOTE69_CMD4]
property = true
[EMOTE6_CMD1]
property = true
[EMOTE6_CMD2]
property = true
[EMOTE70_CMD1]
property = true
[EMOTE70_CMD2]
property = true
[EMOTE71_CMD1]
property = true
[EMOTE71_CMD2]
property = true
[EMOTE72_CMD1]
property = true
[EMOTE72_CMD2]
property = true
[EMOTE73_CMD1]
property = true
[EMOTE73_CMD2]
property = true
[EMOTE74_CMD1]
property = true
[EMOTE74_CMD2]
property = true
[EMOTE75_CMD1]
property = true
[EMOTE75_CMD2]
property = true
[EMOTE76_CMD1]
property = true
[EMOTE76_CMD2]
property = true
[EMOTE76_CMD3]
property = true
[EMOTE76_CMD4]
property = true
[EMOTE77_CMD1]
property = true
[EMOTE77_CMD2]
property = true
[EMOTE77_CMD3]
property = true
[EMOTE78_CMD1]
property = true
[EMOTE78_CMD2]
property = true
[EMOTE79_CMD1]
property = true
[EMOTE79_CMD2]
property = true
[EMOTE7_CMD1]
property = true
[EMOTE7_CMD2]
property = true
[EMOTE80_CMD1]
property = true
[EMOTE80_CMD2]
property = true
[EMOTE80_CMD3]
property = true
[EMOTE80_CMD4]
property = true
[EMOTE80_CMD5]
property = true
[EMOTE80_CMD6]
property = true
[EMOTE81_CMD1]
property = true
[EMOTE81_CMD2]
property = true
[EMOTE82_CMD1]
property = true
[EMOTE82_CMD2]
property = true
[EMOTE82_CMD3]
property = true
[EMOTE82_CMD4]
property = true
[EMOTE83_CMD1]
property = true
[EMOTE83_CMD2]
property = true
[EMOTE83_CMD3]
property = true
[EMOTE84_CMD1]
property = true
[EMOTE84_CMD2]
property = true
[EMOTE84_CMD3]
property = true
[EMOTE85_CMD1]
property = true
[EMOTE85_CMD2]
property = true
[EMOTE86_CMD1]
property = true
[EMOTE86_CMD2]
property = true
[EMOTE87_CMD1]
property = true
[EMOTE87_CMD2]
property = true
[EMOTE88_CMD1]
property = true
[EMOTE88_CMD2]
property = true
[EMOTE89_CMD1]
property = true
[EMOTE89_CMD2]
property = true
[EMOTE89_CMD3]
property = true
[EMOTE8_CMD1]
property = true
[EMOTE8_CMD2]
property = true
[EMOTE90_CMD1]
property = true
[EMOTE90_CMD2]
property = true
[EMOTE91_CMD1]
property = true
[EMOTE91_CMD2]
property = true
[EMOTE92_CMD1]
property = true
[EMOTE92_CMD2]
property = true
[EMOTE92_CMD3]
property = true
[EMOTE93_CMD1]
property = true
[EMOTE93_CMD2]
property = true
[EMOTE93_CMD3]
property = true
[EMOTE94_CMD1]
property = true
[EMOTE94_CMD2]
property = true
[EMOTE94_CMD3]
property = true
[EMOTE95_CMD1]
property = true
[EMOTE95_CMD2]
property = true
[EMOTE95_CMD3]
property = true
[EMOTE95_CMD4]
property = true
[EMOTE96_CMD1]
property = true
[EMOTE96_CMD2]
property = true
[EMOTE96_CMD3]
property = true
[EMOTE96_CMD4]
property = true
[EMOTE97_CMD1]
property = true
[EMOTE97_CMD2]
property = true
[EMOTE97_CMD3]
property = true
[EMOTE98_CMD1]
property = true
[EMOTE98_CMD2]
property = true
[EMOTE98_CMD3]
property = true
[EMOTE98_CMD4]
property = true
[EMOTE98_CMD5]
property = true
[EMOTE98_CMD6]
property = true
[EMOTE99_CMD1]
property = true
[EMOTE99_CMD2]
property = true
[EMOTE99_CMD3]
property = true
[EMOTE99_CMD4]
property = true
[EMOTE99_CMD5]
property = true
[EMOTE99_CMD6]
property = true
[EMOTE99_CMD7]
property = true
[EMOTE99_CMD8]
property = true
[EMOTE9_CMD1]
property = true
[EMOTE9_CMD2]
property = true
[EMOTE_MESSAGE]
property = true
[EMOTE_STATE_KNEEL]
property = true
[EMPHASIZE_MY_SPELLS_TEXT]
property = true
[EMPTY]
property = true
[EMPTY_RELIC_TOOLTIP_BODY]
property = true
[EMPTY_RELIC_TOOLTIP_TITLE]
property = true
[EMPTY_SOCKET]
property = true
[EMPTY_SOCKET_BLUE]
property = true
[EMPTY_SOCKET_COGWHEEL]
property = true
[EMPTY_SOCKET_HYDRAULIC]
property = true
[EMPTY_SOCKET_META]
property = true
[EMPTY_SOCKET_NO_COLOR]
property = true
[EMPTY_SOCKET_PRISMATIC]
property = true
[EMPTY_SOCKET_PUNCHCARDBLUE]
property = true
[EMPTY_SOCKET_PUNCHCARDRED]
property = true
[EMPTY_SOCKET_PUNCHCARDYELLOW]
property = true
[EMPTY_SOCKET_RED]
property = true
[EMPTY_SOCKET_YELLOW]
property = true
[EMPTY_STABLE_SLOT]
property = true
[ENABLE]
property = true
[ENABLE_ALL_ADDONS]
property = true
[ENABLE_ALL_SHADERS]
property = true
[ENABLE_AMBIENCE]
property = true
[ENABLE_BGSOUND]
property = true
[ENABLE_DIALOG]
property = true
[ENABLE_EMOTE_SOUNDS]
property = true
[ENABLE_ERROR_SPEECH]
property = true
[ENABLE_GROUP_SPEECH]
property = true
[ENABLE_HARDWARE]
property = true
[ENABLE_MICROPHONE]
property = true
[ENABLE_MOUSE_SPEED]
property = true
[ENABLE_MUSIC]
property = true
[ENABLE_MUSIC_LOOPING]
property = true
[ENABLE_PET_BATTLE_MUSIC]
property = true
[ENABLE_PET_SOUNDS]
property = true
[ENABLE_REVERB]
property = true
[ENABLE_SOFTWARE_HRTF]
property = true
[ENABLE_SOUND]
property = true
[ENABLE_SOUNDFX]
property = true
[ENABLE_SOUND_AT_CHARACTER]
property = true
[ENABLE_STEREO_VIDEO]
property = true
[ENABLE_TUTORIAL_TEXT]
property = true
[ENABLE_VOICECHAT]
property = true
[ENCHANTED_TOOLTIP_LINE]
property = true
[ENCHANTS]
property = true
[ENCHANT_AURA_COMBATLOG_TOOLTIP]
property = true
[ENCHANT_CONDITION_AND]
property = true
[ENCHANT_CONDITION_EQUAL_COMPARE]
property = true
[ENCHANT_CONDITION_EQUAL_VALUE]
property = true
[ENCHANT_CONDITION_LESS_VALUE]
property = true
[ENCHANT_CONDITION_MORE_COMPARE]
property = true
[ENCHANT_CONDITION_MORE_EQUAL_COMPARE]
property = true
[ENCHANT_CONDITION_MORE_VALUE]
property = true
[ENCHANT_CONDITION_NOT_EQUAL_COMPARE]
property = true
[ENCHANT_CONDITION_NOT_EQUAL_VALUE]
property = true
[ENCHANT_CONDITION_REQUIRES]
property = true
[ENCHANT_ITEM_MIN_SKILL]
property = true
[ENCHANT_ITEM_REQ_LEVEL]
property = true
[ENCHANT_ITEM_REQ_SKILL]
property = true
[ENCHANT_SLOT]
property = true
[ENCHSLOT_2HWEAPON]
property = true
[ENCHSLOT_WEAPON]
property = true
[ENCLOSED_MONEY]
property = true
[ENCN]
property = true
[ENCOUNTER_JOURNAL]
property = true
[ENCOUNTER_JOURNAL_ABILITY]
property = true
[ENCOUNTER_JOURNAL_DIFF_TEXT]
property = true
[ENCOUNTER_JOURNAL_ENCOUNTER]
property = true
[ENCOUNTER_JOURNAL_ENCOUNTER_ADD]
property = true
[ENCOUNTER_JOURNAL_ENCOUNTER_STATUS_DEFEATED_TOOLTIP]
property = true
[ENCOUNTER_JOURNAL_INSTANCE]
property = true
[ENCOUNTER_JOURNAL_ITEM]
property = true
[ENCOUNTER_JOURNAL_LINK_BUTTON_TUTORIAL]
property = true
[ENCOUNTER_JOURNAL_SEARCH_RESULTS]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG0]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG1]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG10]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG11]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG12]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG2]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG3]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG4]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG5]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG6]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG7]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG8]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG9]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION0]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION1]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION10]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION11]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION12]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION2]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION3]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION4]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION5]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION6]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION7]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION8]
property = true
[ENCOUNTER_JOURNAL_SECTION_FLAG_DESCRIPTION9]
property = true
[ENCOUNTER_JOURNAL_SHOW_MAP]
property = true
[ENCOUNTER_JOURNAL_SHOW_SEARCH_RESULTS]
property = true
[ENCRYPTED]
property = true
[END_BOUND_TRADEABLE]
property = true
[END_REFUND]
property = true
[ENEMY]
property = true
[ENERGY]
property = true
[ENERGY_COST]
property = true
[ENERGY_COST_PER_TIME]
property = true
[ENERGY_COST_PER_TIME_NO_BASE]
property = true
[ENGB]
property = true
[ENGRAVE]
property = true
[ENSCRIBE]
property = true
[ENTERING_COMBAT]
property = true
[ENTER_BATTLE]
property = true
[ENTER_CODE]
property = true
[ENTER_DUNGEON]
property = true
[ENTER_EMAIL]
property = true
[ENTER_EMAIL_OR_CHARACTER]
property = true
[ENTER_FILTER_NAME]
property = true
[ENTER_INVITE_NOTE]
property = true
[ENTER_LFG]
property = true
[ENTER_MACRO_LABEL]
property = true
[ENTER_NAME_OR_BATTLETAG]
property = true
[ENTER_NAME_OR_BATTLETAG_OR_EMAIL]
property = true
[ENTER_NAME_OR_EMAIL]
property = true
[ENTER_PET_BATTLE]
property = true
[ENTER_RAID]
property = true
[ENTER_SCENARIO]
property = true
[ENTIRE_LINE]
property = true
[ENTIRE_LINE_COMBATLOG_TOOLTIP]
property = true
[ENTW]
property = true
[ENUS]
property = true
[ENVIRONMENTAL_DAMAGE]
property = true
[ENVIRONMENTAL_DAMAGE_COMBATLOG_TOOLTIP]
property = true
[ENVIRONMENT_DETAIL]
property = true
[ENVIRONMENT_SUBHEADER]
property = true
[EQUIPMENT_MANAGER]
property = true
[EQUIPMENT_MANAGER_IGNORE_SLOT]
property = true
[EQUIPMENT_MANAGER_IS_DISABLED]
property = true
[EQUIPMENT_MANAGER_ITEMS_MISSING_TOOLTIP]
property = true
[EQUIPMENT_MANAGER_PLACE_IN_BAGS]
property = true
[EQUIPMENT_MANAGER_UNIGNORE_SLOT]
property = true
[EQUIPMENT_SETS]
property = true
[EQUIPMENT_SETS_CANT_RENAME]
property = true
[EQUIPMENT_SETS_TOO_MANY]
property = true
[EQUIPMENT_SET_ASSIGN_TO_SPEC]
property = true
[EQUIPMENT_SET_EDIT]
property = true
[EQUIPMENT_SET_SETTINGS]
property = true
[EQUIPSET_EQUIP]
property = true
[EQUIP_CONTAINER]
property = true
[EQUIP_NO_DROP]
property = true
[ERRORS]
property = true
[ERROR_CANNOT_BIND]
property = true
[ERROR_CAPS]
property = true
[ERROR_CINEMATIC]
property = true
[ERROR_CLUB_ACTION_ACCEPT_INVITATION]
property = true
[ERROR_CLUB_ACTION_ADD_BAN]
property = true
[ERROR_CLUB_ACTION_CREATE]
property = true
[ERROR_CLUB_ACTION_CREATE_COMMUNITY]
property = true
[ERROR_CLUB_ACTION_CREATE_MESSAGE]
property = true
[ERROR_CLUB_ACTION_CREATE_STREAM]
property = true
[ERROR_CLUB_ACTION_CREATE_TICKET]
property = true
[ERROR_CLUB_ACTION_DECLINE_INVITATION]
property = true
[ERROR_CLUB_ACTION_DESTROY]
property = true
[ERROR_CLUB_ACTION_DESTROY_COMMUNITY]
property = true
[ERROR_CLUB_ACTION_DESTROY_MESSAGE]
property = true
[ERROR_CLUB_ACTION_DESTROY_STREAM]
property = true
[ERROR_CLUB_ACTION_DESTROY_TICKET]
property = true
[ERROR_CLUB_ACTION_EDIT]
property = true
[ERROR_CLUB_ACTION_EDIT_COMMUNITY]
property = true
[ERROR_CLUB_ACTION_EDIT_MEMBER]
property = true
[ERROR_CLUB_ACTION_EDIT_MEMBER_NOTE]
property = true
[ERROR_CLUB_ACTION_EDIT_MESSAGE]
property = true
[ERROR_CLUB_ACTION_EDIT_STREAM]
property = true
[ERROR_CLUB_ACTION_GET_BANS]
property = true
[ERROR_CLUB_ACTION_GET_INVITATIONS]
property = true
[ERROR_CLUB_ACTION_GET_TICKET]
property = true
[ERROR_CLUB_ACTION_GET_TICKETS]
property = true
[ERROR_CLUB_ACTION_INVITE_MEMBER]
property = true
[ERROR_CLUB_ACTION_KICK_MEMBER]
property = true
[ERROR_CLUB_ACTION_LEAVE]
property = true
[ERROR_CLUB_ACTION_LEAVE_COMMUNITY]
property = true
[ERROR_CLUB_ACTION_REDEEM_TICKET]
property = true
[ERROR_CLUB_ACTION_REMOVE_BAN]
property = true
[ERROR_CLUB_ACTION_REVOKE_INVITATION]
property = true
[ERROR_CLUB_ACTION_SUBSCRIBE]
property = true
[ERROR_CLUB_ACTION_SUBSCRIBE_COMMUNITY]
property = true
[ERROR_CLUB_ALREADY_MEMBER]
property = true
[ERROR_CLUB_BAN_ALREADY_EXISTS]
property = true
[ERROR_CLUB_BAN_COUNT_AT_MAX]
property = true
[ERROR_CLUB_BAN_COUNT_AT_MAX_COMMUNITY]
property = true
[ERROR_CLUB_FULL]
property = true
[ERROR_CLUB_FULL_COMMUNITY]
property = true
[ERROR_CLUB_INSUFFICIENT_PRIVILEGES]
property = true
[ERROR_CLUB_INVALID_ROLE_ID]
property = true
[ERROR_CLUB_INVITATION_ALREADY_EXISTS]
property = true
[ERROR_CLUB_MEMBER_HAS_REQUIRED_ROLE]
property = true
[ERROR_CLUB_MUST_BE_BNET_FRIEND]
property = true
[ERROR_CLUB_NOT_MEMBER]
property = true
[ERROR_CLUB_NO_CLUB]
property = true
[ERROR_CLUB_NO_CLUB_COMMUNITY]
property = true
[ERROR_CLUB_NO_SUCH_INVITATION]
property = true
[ERROR_CLUB_NO_SUCH_MEMBER]
property = true
[ERROR_CLUB_RECEIVED_INVITATION_COUNT_AT_MAX]
property = true
[ERROR_CLUB_SENT_INVITATION_COUNT_AT_MAX]
property = true
[ERROR_CLUB_SENT_INVITATION_COUNT_AT_MAX_COMMUNITY]
property = true
[ERROR_CLUB_STREAM_COUNT_AT_MAX]
property = true
[ERROR_CLUB_STREAM_COUNT_AT_MIN]
property = true
[ERROR_CLUB_STREAM_INVALID_NAME]
property = true
[ERROR_CLUB_STREAM_NO_STREAM]
property = true
[ERROR_CLUB_TARGET_IS_BANNED]
property = true
[ERROR_CLUB_TICKET_COUNT_AT_MAX]
property = true
[ERROR_CLUB_TICKET_COUNT_AT_MAX_COMMUNITY]
property = true
[ERROR_CLUB_TICKET_HAS_CONSUMED_ALLOWED_REDEEM_COUNT]
property = true
[ERROR_CLUB_TICKET_NO_SUCH_TICKET]
property = true
[ERROR_CLUB_TOO_MANY_CLUBS_JOINED]
property = true
[ERROR_CLUB_TOO_MANY_CLUBS_JOINED_COMMUNITY]
property = true
[ERROR_CLUB_VOICE_FULL]
property = true
[ERROR_COMMUNITIES_BAD_TARGET]
property = true
[ERROR_COMMUNITIES_GUILD]
property = true
[ERROR_COMMUNITIES_IGNORED]
property = true
[ERROR_COMMUNITIES_MISSING_SHORT_NAME]
property = true
[ERROR_COMMUNITIES_NEUTRAL_FACTION]
property = true
[ERROR_COMMUNITIES_PROFANITY]
property = true
[ERROR_COMMUNITIES_RESTRICTED]
property = true
[ERROR_COMMUNITIES_TRIAL]
property = true
[ERROR_COMMUNITIES_UNKNOWN_REALM]
property = true
[ERROR_COMMUNITIES_UNKNOWN_TICKET]
property = true
[ERROR_COMMUNITIES_VETERAN_TRIAL]
property = true
[ERROR_COMMUNITIES_WRONG_FACTION]
property = true
[ERROR_COMMUNITIES_WRONG_REGION]
property = true
[ERROR_SLASH_CHANGEACTIONBAR]
property = true
[ERROR_SLASH_COMMENTATOROVERRIDE]
property = true
[ERROR_SLASH_COMMENTATOROVERRIDE_EXAMPLE]
property = true
[ERROR_SLASH_COMMENTATOR_ASSIGNPLAYER]
property = true
[ERROR_SLASH_COMMENTATOR_ASSIGNPLAYER_EXAMPLE]
property = true
[ERROR_SLASH_COMMENTATOR_NAMETEAM]
property = true
[ERROR_SLASH_COMMENTATOR_NAMETEAM_EXAMPLE]
property = true
[ERROR_SLASH_EQUIP_TO_SLOT]
property = true
[ERROR_SLASH_LOOT_SETTHRESHOLD]
property = true
[ERROR_SLASH_SWAPACTIONBAR]
property = true
[ERROR_SLASH_TEAM_CAPTAIN]
property = true
[ERROR_SLASH_TEAM_DISBAND]
property = true
[ERROR_SLASH_TEAM_INVITE]
property = true
[ERROR_SLASH_TEAM_QUIT]
property = true
[ERROR_SLASH_TEAM_UNINVITE]
property = true
[ERR_2HANDED_EQUIPPED]
property = true
[ERR_2HSKILLNOTFOUND]
property = true
[ERR_ABILITY_COOLDOWN]
property = true
[ERR_ACCOUNT_SILENCED]
property = true
[ERR_ACHIEVEMENT_WATCH_COMPLETED]
property = true
[ERR_AFFECTING_COMBAT]
property = true
[ERR_ALREADY_INVITED_TO_ARENA_TEAM_S]
property = true
[ERR_ALREADY_INVITED_TO_GUILD_S]
property = true
[ERR_ALREADY_IN_ARENA_TEAM]
property = true
[ERR_ALREADY_IN_ARENA_TEAM_S]
property = true
[ERR_ALREADY_IN_GROUP_S]
property = true
[ERR_ALREADY_IN_GUILD]
property = true
[ERR_ALREADY_IN_GUILD_S]
property = true
[ERR_ALREADY_PICKPOCKETED]
property = true
[ERR_ALREADY_QUEUED_FOR_SOMETHING_ELSE]
property = true
[ERR_ALREADY_TRADING]
property = true
[ERR_ALREADY_USING_LFG_LIST]
property = true
[ERR_AMMO_ONLY]
property = true
[ERR_APPROACHING_NO_PLAY_TIME]
property = true
[ERR_APPROACHING_NO_PLAY_TIME_2]
property = true
[ERR_APPROACHING_PARTIAL_PLAY_TIME]
property = true
[ERR_APPROACHING_PARTIAL_PLAY_TIME_2]
property = true
[ERR_ARENA_EXPIRED_CAIS]
property = true
[ERR_ARENA_JOIN_RANGE_INDEX]
property = true
[ERR_ARENA_NO_TEAM_II]
property = true
[ERR_ARENA_TEAMS_LOCKED]
property = true
[ERR_ARENA_TEAM_CHANGE_FAILED_QUEUED]
property = true
[ERR_ARENA_TEAM_CREATE_S]
property = true
[ERR_ARENA_TEAM_DISBANDED_S]
property = true
[ERR_ARENA_TEAM_FOUNDER_S]
property = true
[ERR_ARENA_TEAM_INTERNAL]
property = true
[ERR_ARENA_TEAM_INVITE_SS]
property = true
[ERR_ARENA_TEAM_JOIN_SS]
property = true
[ERR_ARENA_TEAM_LEADER_CHANGED_SSS]
property = true
[ERR_ARENA_TEAM_LEADER_IS_SS]
property = true
[ERR_ARENA_TEAM_LEADER_LEAVE_S]
property = true
[ERR_ARENA_TEAM_LEAVE_SS]
property = true
[ERR_ARENA_TEAM_LEVEL_TOO_LOW_I]
property = true
[ERR_ARENA_TEAM_NAME_EXISTS_S]
property = true
[ERR_ARENA_TEAM_NAME_INVALID]
property = true
[ERR_ARENA_TEAM_NOT_ALLIED]
property = true
[ERR_ARENA_TEAM_NOT_FOUND]
property = true
[ERR_ARENA_TEAM_PARTY_SIZE]
property = true
[ERR_ARENA_TEAM_PERMISSIONS]
property = true
[ERR_ARENA_TEAM_PLAYER_NOT_FOUND_S]
property = true
[ERR_ARENA_TEAM_PLAYER_NOT_IN_TEAM]
property = true
[ERR_ARENA_TEAM_PLAYER_NOT_IN_TEAM_SS]
property = true
[ERR_ARENA_TEAM_QUIT_S]
property = true
[ERR_ARENA_TEAM_REMOVE_SSS]
property = true
[ERR_ARENA_TEAM_TARGET_TOO_HIGH_S]
property = true
[ERR_ARENA_TEAM_TARGET_TOO_LOW_S]
property = true
[ERR_ARENA_TEAM_TOO_MANY_CREATE]
property = true
[ERR_ARENA_TEAM_TOO_MANY_MEMBERS_S]
property = true
[ERR_ARENA_TEAM_YOU_JOIN_S]
property = true
[ERR_ARTIFACT_RELIC_DOES_NOT_MATCH_ARTIFACT]
property = true
[ERR_ATTACK_CHANNEL]
property = true
[ERR_ATTACK_CHARMED]
property = true
[ERR_ATTACK_CONFUSED]
property = true
[ERR_ATTACK_DEAD]
property = true
[ERR_ATTACK_FLEEING]
property = true
[ERR_ATTACK_MOUNTED]
property = true
[ERR_ATTACK_NO_ACTIONS]
property = true
[ERR_ATTACK_PACIFIED]
property = true
[ERR_ATTACK_PREVENTED_BY_MECHANIC_S]
property = true
[ERR_ATTACK_PVP_TARGET_WHILE_UNFLAGGED]
property = true
[ERR_ATTACK_STUNNED]
property = true
[ERR_AUCTION_ALREADY_BID]
property = true
[ERR_AUCTION_BAG]
property = true
[ERR_AUCTION_BID_INCREMENT]
property = true
[ERR_AUCTION_BID_OWN]
property = true
[ERR_AUCTION_BID_PLACED]
property = true
[ERR_AUCTION_BOUND_ITEM]
property = true
[ERR_AUCTION_CONJURED_ITEM]
property = true
[ERR_AUCTION_DATABASE_ERROR]
property = true
[ERR_AUCTION_ENOUGH_ITEMS]
property = true
[ERR_AUCTION_EQUIPPED_BAG]
property = true
[ERR_AUCTION_EXPIRED_S]
property = true
[ERR_AUCTION_HIGHER_BID]
property = true
[ERR_AUCTION_HOUSE_BUSY]
property = true
[ERR_AUCTION_HOUSE_DISABLED]
property = true
[ERR_AUCTION_HOUSE_UNAVAILABLE]
property = true
[ERR_AUCTION_ITEM_HAS_QUOTE]
property = true
[ERR_AUCTION_LIMITED_DURATION_ITEM]
property = true
[ERR_AUCTION_LOOT_ITEM]
property = true
[ERR_AUCTION_MIN_BID]
property = true
[ERR_AUCTION_OUTBID_S]
property = true
[ERR_AUCTION_QUEST_ITEM]
property = true
[ERR_AUCTION_REMOVED]
property = true
[ERR_AUCTION_REMOVED_S]
property = true
[ERR_AUCTION_REPAIR_ITEM]
property = true
[ERR_AUCTION_SOLD_S]
property = true
[ERR_AUCTION_STARTED]
property = true
[ERR_AUCTION_USED_CHARGES]
property = true
[ERR_AUCTION_WON_S]
property = true
[ERR_AUCTION_WRAPPED_ITEM]
property = true
[ERR_AUTH_CHALLENGE_UI_INVALID]
property = true
[ERR_AUTOFOLLOW_TOO_FAR]
property = true
[ERR_AUTOLOOT_MONEY_S]
property = true
[ERR_AZERITE_ESSENCE_SELECTION_FAILED_CANT_REMOVE_ESSENCE]
property = true
[ERR_AZERITE_ESSENCE_SELECTION_FAILED_CONDITION_FAILED]
property = true
[ERR_AZERITE_ESSENCE_SELECTION_FAILED_ESSENCE_NOT_UNLOCKED]
property = true
[ERR_AZERITE_ESSENCE_SELECTION_FAILED_HEART_LEVEL_TOO_LOW]
property = true
[ERR_AZERITE_ESSENCE_SELECTION_FAILED_NOT_AT_FORGE]
property = true
[ERR_AZERITE_ESSENCE_SELECTION_FAILED_NOT_EQUIPPED]
property = true
[ERR_AZERITE_ESSENCE_SELECTION_FAILED_REST_AREA]
property = true
[ERR_AZERITE_ESSENCE_SELECTION_FAILED_SLOT_LOCKED]
property = true
[ERR_BADATTACKFACING]
property = true
[ERR_BADATTACKPOS]
property = true
[ERR_BAD_ON_USE_ENCHANT]
property = true
[ERR_BAD_PLAYER_NAME_S]
property = true
[ERR_BAG_FULL]
property = true
[ERR_BAG_IN_BAG]
property = true
[ERR_BANKSLOT_FAILED_TOO_MANY]
property = true
[ERR_BANKSLOT_INSUFFICIENT_FUNDS]
property = true
[ERR_BANKSLOT_NOTBANKER]
property = true
[ERR_BANK_FULL]
property = true
[ERR_BATTLEDGROUND_QUEUED_FOR_RATED]
property = true
[ERR_BATTLEFIELD_TEAM_PARTY_SIZE]
property = true
[ERR_BATTLEGROUND_ALREADY_IN]
property = true
[ERR_BATTLEGROUND_CANNOT_QUEUE_FOR_RATED]
property = true
[ERR_BATTLEGROUND_DUPE_QUEUE]
property = true
[ERR_BATTLEGROUND_INFO_THROTTLED]
property = true
[ERR_BATTLEGROUND_INVITATION_DECLINED]
property = true
[ERR_BATTLEGROUND_JOIN_DISQUALIFIED]
property = true
[ERR_BATTLEGROUND_JOIN_DISQUALIFIED_NO_NAME]
property = true
[ERR_BATTLEGROUND_JOIN_FAILED]
property = true
[ERR_BATTLEGROUND_JOIN_LEVELUP]
property = true
[ERR_BATTLEGROUND_JOIN_MEMBER_DISQUALIFIED]
property = true
[ERR_BATTLEGROUND_JOIN_MERCENARY]
property = true
[ERR_BATTLEGROUND_JOIN_MUST_COMPLETE_QUEST]
property = true
[ERR_BATTLEGROUND_JOIN_NOT_ENOUGH_HEALERS]
property = true
[ERR_BATTLEGROUND_JOIN_NO_VALID_SPEC_FOR_ROLE]
property = true
[ERR_BATTLEGROUND_JOIN_RANGE_INDEX]
property = true
[ERR_BATTLEGROUND_JOIN_RATED_TOO_MANY_HEALERS]
property = true
[ERR_BATTLEGROUND_JOIN_REQUIRES_LEVEL]
property = true
[ERR_BATTLEGROUND_JOIN_RESPEC]
property = true
[ERR_BATTLEGROUND_JOIN_TIMED_OUT]
property = true
[ERR_BATTLEGROUND_JOIN_TOO_MANY_DAMAGE]
property = true
[ERR_BATTLEGROUND_JOIN_TOO_MANY_HEALERS]
property = true
[ERR_BATTLEGROUND_JOIN_TOO_MANY_TANKS]
property = true
[ERR_BATTLEGROUND_JOIN_XP_GAIN]
property = true
[ERR_BATTLEGROUND_NOT_IN_BATTLEGROUND]
property = true
[ERR_BATTLEGROUND_NOT_IN_TEAM]
property = true
[ERR_BATTLEGROUND_PLAYERS_FROM_DIFFERENT_REALMS]
property = true
[ERR_BATTLEGROUND_TEAM_LEFT_QUEUE]
property = true
[ERR_BATTLEGROUND_TOO_MANY_QUEUES]
property = true
[ERR_BATTLETAG_FRIEND_NOT_ALLOWED]
property = true
[ERR_BATTLETAG_FRIEND_NOT_FOUND]
property = true
[ERR_BATTLETAG_FRIEND_NOT_VALID]
property = true
[ERR_BATTLETAG_FRIEND_REQUEST_SENT]
property = true
[ERR_BATTLETAG_FRIEND_SUCCESS]
property = true
[ERR_BATTLETAG_FRIEND_THROTTLED]
property = true
[ERR_BG_DEVELOPER_ONLY]
property = true
[ERR_BG_PLAYER_JOINED_SS]
property = true
[ERR_BG_PLAYER_LEFT_S]
property = true
[ERR_BNET_IS_NOT_YOUR_FRIEND]
property = true
[ERR_BN_BROADCAST_THROTTLE]
property = true
[ERR_BN_FRIEND_ALREADY]
property = true
[ERR_BN_FRIEND_BLOCKED]
property = true
[ERR_BN_FRIEND_LIST_FULL]
property = true
[ERR_BN_FRIEND_REQUEST_SENT]
property = true
[ERR_BN_FRIEND_SELF]
property = true
[ERR_BN_TARGET_OFFLINE]
property = true
[ERR_BONUS_ROLL_EMPTY]
property = true
[ERR_BUG_SUBMITTED_SUCCESSFULLY]
property = true
[ERR_BUTTON_LOCKED]
property = true
[ERR_CANNOTCREATEDIRECTORY]
property = true
[ERR_CANNOTCREATEFILE]
property = true
[ERR_CANNOT_ABANDON_LAST_PET]
property = true
[ERR_CANNOT_IGNORE_BN_FRIEND]
property = true
[ERR_CANTATTACK_NOTSTANDING]
property = true
[ERR_CANT_BE_DISENCHANTED]
property = true
[ERR_CANT_BE_OBLITERATED]
property = true
[ERR_CANT_BE_SCRAPPED]
property = true
[ERR_CANT_BUY_QUANTITY]
property = true
[ERR_CANT_CAGE_PET_YET]
property = true
[ERR_CANT_DO_THAT_CHALLENGE_MODE_ACTIVE]
property = true
[ERR_CANT_DO_THAT_IN_A_GROUP]
property = true
[ERR_CANT_DO_THAT_RIGHT_NOW]
property = true
[ERR_CANT_DO_THAT_WHILE_LFM]
property = true
[ERR_CANT_EQUIP_EVER]
property = true
[ERR_CANT_EQUIP_LEVEL_I]
property = true
[ERR_CANT_EQUIP_NEED_TALENT]
property = true
[ERR_CANT_EQUIP_RANK]
property = true
[ERR_CANT_EQUIP_RATING]
property = true
[ERR_CANT_EQUIP_REPUTATION]
property = true
[ERR_CANT_EQUIP_SKILL]
property = true
[ERR_CANT_HAVE_MORE_PETS]
property = true
[ERR_CANT_HAVE_MORE_PETS_OF_THAT_TYPE]
property = true
[ERR_CANT_INTERACT_SHAPESHIFTED]
property = true
[ERR_CANT_SPEAK_LANGAGE]
property = true
[ERR_CANT_STACK]
property = true
[ERR_CANT_SWAP]
property = true
[ERR_CANT_TRADE_GOLD]
property = true
[ERR_CANT_USE_DISARMED]
property = true
[ERR_CANT_USE_ITEM]
property = true
[ERR_CANT_USE_ITEM_IN_ARENA]
property = true
[ERR_CANT_USE_ITEM_IN_RATED_BATTLEGROUND]
property = true
[ERR_CANT_USE_PROFANITY]
property = true
[ERR_CANT_WRAP_BAGS]
property = true
[ERR_CANT_WRAP_BOUND]
property = true
[ERR_CANT_WRAP_EQUIPPED]
property = true
[ERR_CANT_WRAP_STACKABLE]
property = true
[ERR_CANT_WRAP_UNIQUE]
property = true
[ERR_CANT_WRAP_WRAPPED]
property = true
[ERR_CHALLENGE_MODE_ALREADY_COMPLETE]
property = true
[ERR_CHALLENGE_MODE_DISABLED]
property = true
[ERR_CHALLENGE_MODE_ENABLED]
property = true
[ERR_CHALLENGE_MODE_FULL]
property = true
[ERR_CHALLENGE_MODE_INCORRECT_KEYSTONE]
property = true
[ERR_CHALLENGE_MODE_IN_PROGRESS]
property = true
[ERR_CHALLENGE_MODE_PERIOD_RESET_SS]
property = true
[ERR_CHALLENGE_MODE_RESET_COOLDOWN_S]
property = true
[ERR_CHALLENGE_MODE_RESET_KEYSTONE]
property = true
[ERR_CHAT_PLAYER_AMBIGUOUS_S]
property = true
[ERR_CHAT_PLAYER_NOT_FOUND_S]
property = true
[ERR_CHAT_RAID_RESTRICTED_TRIAL]
property = true
[ERR_CHAT_RAID_RESTRICTED_VETERAN]
property = true
[ERR_CHAT_RESTRICTED]
property = true
[ERR_CHAT_RESTRICTED_TRIAL]
property = true
[ERR_CHAT_THROTTLED]
property = true
[ERR_CHAT_WHILE_DEAD]
property = true
[ERR_CHEST_IN_USE]
property = true
[ERR_CLAIMED_CHALLENGE_MODE_REWARD]
property = true
[ERR_CLAIMED_CHALLENGE_MODE_REWARD_OLD]
property = true
[ERR_CLAIMED_PVP_REWARD]
property = true
[ERR_CLICK_ON_ITEM_TO_FEED]
property = true
[ERR_CLIENT_LOCKED_OUT]
property = true
[ERR_CLIENT_ON_TRANSPORT]
property = true
[ERR_CLUB_FINDER_ERROR_APPLY_CLUB]
property = true
[ERR_CLUB_FINDER_ERROR_CANCEL_APPLICATION]
property = true
[ERR_CLUB_FINDER_ERROR_POST_CLUB]
property = true
[ERR_CLUB_FINDER_ERROR_RESPOND_APPLICANT]
property = true
[ERR_CLUB_FINDER_ERROR_TYPE_APPLICANT_LIST]
property = true
[ERR_CLUB_FINDER_ERROR_TYPE_APPLICANT_LIST_NO_PERM]
property = true
[ERR_CLUB_FINDER_ERROR_TYPE_FINDER_NOT_AVAILABLE]
property = true
[ERR_CLUB_FINDER_ERROR_TYPE_FLAGGED_DESCRIPTION_CHANGE]
property = true
[ERR_CLUB_FINDER_ERROR_TYPE_FLAGGED_RENAME]
property = true
[ERR_CLUB_FINDER_ERROR_TYPE_GET_POSTING_IDS]
property = true
[ERR_CLUB_FINDER_ERROR_TYPE_JOIN_APPLICATION]
property = true
[ERR_CLUB_FINDER_ERROR_TYPE_NO_INVITE_PERMISSIONS]
property = true
[ERR_CLUB_FINDER_ERROR_TYPE_NO_POSTING_PERMISSIONS]
property = true
[ERR_CLUB_FINDER_SEARCHING_TOO_FAST]
property = true
[ERR_COMBAT_DAMAGE_SSI]
property = true
[ERR_COMMAND_NEEDS_TARGET]
property = true
[ERR_COMMUNITY_PLAYER_NOT_IN_COMMUNITY]
property = true
[ERR_COMPLAINT_IN_SAME_GUILD]
property = true
[ERR_COMPLETED_TRANSMOG_SET_S]
property = true
[ERR_COMSAT_CONNECT_FAIL]
property = true
[ERR_COMSAT_DISCONNECT]
property = true
[ERR_COMSAT_RECONNECT_ATTEMPT]
property = true
[ERR_CORPSE_IS_NOT_IN_INSTANCE]
property = true
[ERR_CROSS_REALM_RAID_INVITE]
property = true
[ERR_CURRENCY_SPELL_SLOT_MISMATCH]
property = true
[ERR_DANCE_CREATE_DUPLICATE]
property = true
[ERR_DANCE_DELETE_FAILED]
property = true
[ERR_DANCE_SAVE_FAILED]
property = true
[ERR_DEATHBINDALREADYBOUND]
property = true
[ERR_DEATHBIND_SUCCESS_S]
property = true
[ERR_DECLINE_GROUP_S]
property = true
[ERR_DESTROY_NONEMPTY_BAG]
property = true
[ERR_DIFFICULTY_CHANGE_ALREADY_STARTED]
property = true
[ERR_DIFFICULTY_CHANGE_COMBAT]
property = true
[ERR_DIFFICULTY_CHANGE_COMBAT_COOLDOWN_S]
property = true
[ERR_DIFFICULTY_CHANGE_COOLDOWN_S]
property = true
[ERR_DIFFICULTY_CHANGE_ENCOUNTER]
property = true
[ERR_DIFFICULTY_CHANGE_HEROIC_INSTANCE_ALREADY_RUNNING]
property = true
[ERR_DIFFICULTY_CHANGE_OTHER_HEROIC_S]
property = true
[ERR_DIFFICULTY_CHANGE_PLAYER_BUSY]
property = true
[ERR_DIFFICULTY_CHANGE_WORLDSTATE]
property = true
[ERR_DIFFICULTY_DISABLED_IN_LFG]
property = true
[ERR_DIFFICULTY_HEROIC_INSTANCE_ALREADY_RUNNING]
property = true
[ERR_DISMOUNT_NOPET]
property = true
[ERR_DISMOUNT_NOTMOUNTED]
property = true
[ERR_DISMOUNT_NOTYOURPET]
property = true
[ERR_DOOR_LOCKED]
property = true
[ERR_DROP_BOUND_ITEM]
property = true
[ERR_DUEL_CANCELLED]
property = true
[ERR_DUEL_REQUESTED]
property = true
[ERR_DUNGEON_DIFFICULTY_CHANGED_S]
property = true
[ERR_DUNGEON_DIFFICULTY_FAILED]
property = true
[ERR_EAT_WHILE_MOVNG]
property = true
[ERR_EMBLEMERROR_NOTABARDGEOSET]
property = true
[ERR_EQUIPMENT_MANAGER_BAGS_FULL]
property = true
[ERR_EQUIPMENT_MANAGER_COMBAT_SWAP_S]
property = true
[ERR_EQUIPMENT_MANAGER_MISSING_ITEM_S]
property = true
[ERR_EQUIP_TRADE_ITEM]
property = true
[ERR_EXHAUSTION_EXHAUSTED]
property = true
[ERR_EXHAUSTION_NORMAL]
property = true
[ERR_EXHAUSTION_RESTED]
property = true
[ERR_EXHAUSTION_TIRED]
property = true
[ERR_EXHAUSTION_WELLRESTED]
property = true
[ERR_EX_LEVLTOO_LOW_TO_REDEEM_SOR]
property = true
[ERR_FEATURE_RESTRICTED_TRIAL]
property = true
[ERR_FEIGN_DEATH_RESISTED]
property = true
[ERR_FILTERING_YOU_S]
property = true
[ERR_FISH_ESCAPED]
property = true
[ERR_FISH_NOT_HOOKED]
property = true
[ERR_FOOD_COOLDOWN]
property = true
[ERR_FRIEND_ADDED_S]
property = true
[ERR_FRIEND_ALREADY_S]
property = true
[ERR_FRIEND_DB_ERROR]
property = true
[ERR_FRIEND_DELETED]
property = true
[ERR_FRIEND_ERROR]
property = true
[ERR_FRIEND_LIST_FULL]
property = true
[ERR_FRIEND_NOT_FOUND]
property = true
[ERR_FRIEND_OFFLINE_S]
property = true
[ERR_FRIEND_ONLINE_SS]
property = true
[ERR_FRIEND_REMOVED_S]
property = true
[ERR_FRIEND_SELF]
property = true
[ERR_FRIEND_WRONG_FACTION]
property = true
[ERR_GARRISON_BUILDING_EXISTS]
property = true
[ERR_GARRISON_CANNOT_MOVE_BUILDING]
property = true
[ERR_GARRISON_COMPLETE_MISSION_WRONG_FOLLOWER_TYPE]
property = true
[ERR_GARRISON_INVALID_BUILDINGID]
property = true
[ERR_GARRISON_INVALID_PLOT]
property = true
[ERR_GARRISON_INVALID_PLOT_BUILDING]
property = true
[ERR_GARRISON_NOT_ENOUGH_CURRENCY]
property = true
[ERR_GARRISON_NOT_ENOUGH_GOLD]
property = true
[ERR_GARRISON_REQUIRES_BLUEPRINT]
property = true
[ERR_GENERIC_NO_TARGET]
property = true
[ERR_GENERIC_NO_VALID_TARGETS]
property = true
[ERR_GENERIC_STUNNED]
property = true
[ERR_GENERIC_THROTTLE]
property = true
[ERR_GLYPH_TARGET_NOT_AVAILABLE]
property = true
[ERR_GLYPH_WIPE_ERROR]
property = true
[ERR_GMRESPONSE_DB_ERROR]
property = true
[ERR_GROUP_ACTION_THROTTLED]
property = true
[ERR_GROUP_DISBANDED]
property = true
[ERR_GROUP_FULL]
property = true
[ERR_GROUP_JOIN_BATTLEGROUND_DEAD]
property = true
[ERR_GROUP_JOIN_BATTLEGROUND_DESERTERS]
property = true
[ERR_GROUP_JOIN_BATTLEGROUND_FAIL]
property = true
[ERR_GROUP_JOIN_BATTLEGROUND_S]
property = true
[ERR_GROUP_JOIN_BATTLEGROUND_TOO_MANY]
property = true
[ERR_GROUP_SWAP_FAILED]
property = true
[ERR_GUILDEMBLEM_COLORSPRESENT]
property = true
[ERR_GUILDEMBLEM_INVALIDVENDOR]
property = true
[ERR_GUILDEMBLEM_INVALID_TABARD_COLORS]
property = true
[ERR_GUILDEMBLEM_NOGUILD]
property = true
[ERR_GUILDEMBLEM_NOTENOUGHMONEY]
property = true
[ERR_GUILDEMBLEM_NOTGUILDMASTER]
property = true
[ERR_GUILDEMBLEM_SAME]
property = true
[ERR_GUILDEMBLEM_SUCCESS]
property = true
[ERR_GUILD_ACCEPT]
property = true
[ERR_GUILD_AND_COMMUNITIES_UNAVAILABLE]
property = true
[ERR_GUILD_BANK_BOUND_ITEM]
property = true
[ERR_GUILD_BANK_CONJURED_ITEM]
property = true
[ERR_GUILD_BANK_EQUIPPED_ITEM]
property = true
[ERR_GUILD_BANK_FULL]
property = true
[ERR_GUILD_BANK_QUEST_ITEM]
property = true
[ERR_GUILD_BANK_VOUCHER_FAILED]
property = true
[ERR_GUILD_BANK_WRAPPED_ITEM]
property = true
[ERR_GUILD_BANK_WRONG_TAB]
property = true
[ERR_GUILD_CREATE_S]
property = true
[ERR_GUILD_DECLINE_AUTO_S]
property = true
[ERR_GUILD_DECLINE_S]
property = true
[ERR_GUILD_DEMOTE_SS]
property = true
[ERR_GUILD_DEMOTE_SSS]
property = true
[ERR_GUILD_DISBANDED]
property = true
[ERR_GUILD_DISBAND_S]
property = true
[ERR_GUILD_DISBAND_SELF]
property = true
[ERR_GUILD_FOUNDER_S]
property = true
[ERR_GUILD_INTERNAL]
property = true
[ERR_GUILD_INVITE_S]
property = true
[ERR_GUILD_INVITE_SELF]
property = true
[ERR_GUILD_JOIN_S]
property = true
[ERR_GUILD_LEADER_CHANGED_SS]
property = true
[ERR_GUILD_LEADER_IS_S]
property = true
[ERR_GUILD_LEADER_LEAVE]
property = true
[ERR_GUILD_LEADER_REPLACED]
property = true
[ERR_GUILD_LEADER_S]
property = true
[ERR_GUILD_LEADER_SELF]
property = true
[ERR_GUILD_LEAVE_RESULT]
property = true
[ERR_GUILD_LEAVE_S]
property = true
[ERR_GUILD_NAME_EXISTS_S]
property = true
[ERR_GUILD_NAME_INVALID]
property = true
[ERR_GUILD_NOT_ALLIED]
property = true
[ERR_GUILD_NOT_ENOUGH_MONEY]
property = true
[ERR_GUILD_PERMISSIONS]
property = true
[ERR_GUILD_PLAYER_NOT_FOUND_S]
property = true
[ERR_GUILD_PLAYER_NOT_IN_GUILD]
property = true
[ERR_GUILD_PLAYER_NOT_IN_GUILD_S]
property = true
[ERR_GUILD_PROMOTE_SSS]
property = true
[ERR_GUILD_QUIT_S]
property = true
[ERR_GUILD_RANKS_LOCKED]
property = true
[ERR_GUILD_RANK_IN_USE]
property = true
[ERR_GUILD_RANK_TOO_HIGH_S]
property = true
[ERR_GUILD_RANK_TOO_LOW_S]
property = true
[ERR_GUILD_REMOVE_SELF]
property = true
[ERR_GUILD_REMOVE_SS]
property = true
[ERR_GUILD_REP_TOO_LOW]
property = true
[ERR_GUILD_TOO_MUCH_MONEY]
property = true
[ERR_GUILD_TRIAL_ACCOUNT_TRIAL]
property = true
[ERR_GUILD_TRIAL_ACCOUNT_VETERAN]
property = true
[ERR_GUILD_UNDELETABLE_DUE_TO_LEVEL]
property = true
[ERR_GUILD_WITHDRAW_LIMIT]
property = true
[ERR_HAS_RESTRICTION]
property = true
[ERR_IGNORE_ADDED_S]
property = true
[ERR_IGNORE_ALREADY_S]
property = true
[ERR_IGNORE_AMBIGUOUS]
property = true
[ERR_IGNORE_DELETED]
property = true
[ERR_IGNORE_FULL]
property = true
[ERR_IGNORE_NOT_FOUND]
property = true
[ERR_IGNORE_REMOVED_S]
property = true
[ERR_IGNORE_SELF]
property = true
[ERR_IGNORING_YOU_S]
property = true
[ERR_INITIATE_TRADE_S]
property = true
[ERR_INSPECT_S]
property = true
[ERR_INSTANCE_GROUP_ADDED_S]
property = true
[ERR_INSTANCE_GROUP_JOINED_WITH_PARTY]
property = true
[ERR_INSTANCE_GROUP_JOINED_WITH_RAID]
property = true
[ERR_INSTANCE_GROUP_REMOVED_S]
property = true
[ERR_INSUFF_TRACKED_CURRENCY_IS]
property = true
[ERR_INTERNAL_BAG_ERROR]
property = true
[ERR_INVALID_ATTACK_TARGET]
property = true
[ERR_INVALID_FOLLOW_PVP_COMBAT]
property = true
[ERR_INVALID_FOLLOW_TARGET]
property = true
[ERR_INVALID_FOLLOW_TARGET_PVP_COMBAT]
property = true
[ERR_INVALID_GLYPH_SLOT]
property = true
[ERR_INVALID_INSPECT_TARGET]
property = true
[ERR_INVALID_ITEM_TARGET]
property = true
[ERR_INVALID_PROMOTION_CODE]
property = true
[ERR_INVALID_QUEST_TARGET]
property = true
[ERR_INVALID_RAID_TARGET]
property = true
[ERR_INVALID_TELEPORT_LOCATION]
property = true
[ERR_INVITED_ALREADY_IN_GROUP_SS]
property = true
[ERR_INVITED_TO_ARENA_TEAM]
property = true
[ERR_INVITED_TO_GROUP_SS]
property = true
[ERR_INVITED_TO_GUILD]
property = true
[ERR_INVITED_TO_GUILD_SSS]
property = true
[ERR_INVITE_IN_COMBAT]
property = true
[ERR_INVITE_NO_PARTY_SERVER]
property = true
[ERR_INVITE_PARTY_BUSY]
property = true
[ERR_INVITE_PLAYER_S]
property = true
[ERR_INVITE_RESTRICTED]
property = true
[ERR_INVITE_RESTRICTED_TRIAL]
property = true
[ERR_INVITE_SELF]
property = true
[ERR_INVITE_UNKNOWN_REALM]
property = true
[ERR_INV_FULL]
property = true
[ERR_IN_BATTLEGROUND_RESPEC]
property = true
[ERR_IN_NON_RANDOM_BG]
property = true
[ERR_IN_PVP_QUEUE]
property = true
[ERR_IN_RANDOM_BG]
property = true
[ERR_ITEM_CANT_BE_DESTROYED]
property = true
[ERR_ITEM_COOLDOWN]
property = true
[ERR_ITEM_INTERACTION_NOT_ENOUGH_CURRENCY]
property = true
[ERR_ITEM_INTERACTION_NOT_ENOUGH_GOLD]
property = true
[ERR_ITEM_INVENTORY_FULL_SATCHEL]
property = true
[ERR_ITEM_IS_BATTLE_PAY_LOCKED]
property = true
[ERR_ITEM_LOCKED]
property = true
[ERR_ITEM_MAX_COUNT]
property = true
[ERR_ITEM_MAX_COUNT_EQUIPPED_SOCKETED]
property = true
[ERR_ITEM_MAX_COUNT_SOCKETED]
property = true
[ERR_ITEM_MAX_LIMIT_CATEGORY_COUNT_EXCEEDED_IS]
property = true
[ERR_ITEM_MAX_LIMIT_CATEGORY_EQUIPPED_EXCEEDED_IS]
property = true
[ERR_ITEM_MAX_LIMIT_CATEGORY_SOCKETED_EXCEEDED_IS]
property = true
[ERR_ITEM_NOT_FOUND]
property = true
[ERR_ITEM_UNIQUE_EQUIPABLE]
property = true
[ERR_ITEM_UNIQUE_EQUIPPABLE]
property = true
[ERR_ITEM_UNIQUE_EQUIPPABLE_SOCKETED]
property = true
[ERR_ITEM_UPGRADE_ITEM_TOO_LOW_LEVEL]
property = true
[ERR_ITEM_UPGRADE_NO_MORE_UPGRADES]
property = true
[ERR_ITEM_UPGRADE_NO_PATH]
property = true
[ERR_JOINED_GROUP_S]
property = true
[ERR_JOIN_LFG_OBJECT_FAILED]
property = true
[ERR_JOIN_SINGLE_SCENARIO_S]
property = true
[ERR_KILLED_BY_S]
property = true
[ERR_LEARN_ABILITY_S]
property = true
[ERR_LEARN_COMPANION_S]
property = true
[ERR_LEARN_HEIRLOOM_S]
property = true
[ERR_LEARN_MOUNT_S]
property = true
[ERR_LEARN_PASSIVE_S]
property = true
[ERR_LEARN_RECIPE_S]
property = true
[ERR_LEARN_SPELL_S]
property = true
[ERR_LEARN_TOY_S]
property = true
[ERR_LEARN_TRANSMOG_S]
property = true
[ERR_LEFT_GROUP_S]
property = true
[ERR_LEFT_GROUP_YOU]
property = true
[ERR_LEGACY_RAID_DIFFICULTY_CHANGED_S]
property = true
[ERR_LEGACY_RAID_DIFFICULTY_FAILED]
property = true
[ERR_LEVEL_LINKING_RESULT_LINKED]
property = true
[ERR_LEVEL_LINKING_RESULT_UNLINKED]
property = true
[ERR_LFG_CANT_USE_BATTLEGROUND]
property = true
[ERR_LFG_CANT_USE_DUNGEONS]
property = true
[ERR_LFG_DEAD]
property = true
[ERR_LFG_DESERTER_PARTY]
property = true
[ERR_LFG_DESERTER_PLAYER]
property = true
[ERR_LFG_GET_INFO_TIMEOUT]
property = true
[ERR_LFG_GROUP_FULL]
property = true
[ERR_LFG_INVALID_SLOT]
property = true
[ERR_LFG_JOINED_BATTLEFIELD_QUEUE]
property = true
[ERR_LFG_JOINED_FLEX_QUEUE]
property = true
[ERR_LFG_JOINED_LIST]
property = true
[ERR_LFG_JOINED_QUEUE]
property = true
[ERR_LFG_JOINED_RF_QUEUE]
property = true
[ERR_LFG_JOINED_SCENARIO_QUEUE]
property = true
[ERR_LFG_JOINED_WORLD_PVP_QUEUE]
property = true
[ERR_LFG_LEADER_IS_LFM_S]
property = true
[ERR_LFG_LEFT_LIST]
property = true
[ERR_LFG_LEFT_QUEUE]
property = true
[ERR_LFG_MEMBERS_NOT_PRESENT]
property = true
[ERR_LFG_MEMBERS_REQUIRED]
property = true
[ERR_LFG_MISMATCHED_SLOTS]
property = true
[ERR_LFG_MISMATCHED_SLOTS_LOCAL_XREALM]
property = true
[ERR_LFG_NO_LFG_OBJECT]
property = true
[ERR_LFG_NO_ROLES_SELECTED]
property = true
[ERR_LFG_NO_SLOTS_PARTY]
property = true
[ERR_LFG_NO_SLOTS_PLAYER]
property = true
[ERR_LFG_NO_SLOTS_SELECTED]
property = true
[ERR_LFG_NO_SPEC]
property = true
[ERR_LFG_PARTY_PLAYERS_FROM_DIFFERENT_REALMS]
property = true
[ERR_LFG_PENDING]
property = true
[ERR_LFG_PLAYER_DECLINED_READY_CHECK]
property = true
[ERR_LFG_PLAYER_DECLINED_ROLE_CHECK]
property = true
[ERR_LFG_PROPOSAL_DECLINED_PARTY]
property = true
[ERR_LFG_PROPOSAL_DECLINED_SELF]
property = true
[ERR_LFG_PROPOSAL_FAILED]
property = true
[ERR_LFG_RANDOM_COOLDOWN_PARTY]
property = true
[ERR_LFG_RANDOM_COOLDOWN_PLAYER]
property = true
[ERR_LFG_READY_CHECK_ABORTED]
property = true
[ERR_LFG_READY_CHECK_FAILED]
property = true
[ERR_LFG_READY_CHECK_FAILED_TIMEOUT]
property = true
[ERR_LFG_READY_CHECK_INITIATED]
property = true
[ERR_LFG_REASON_TOO_MANY_LFG]
property = true
[ERR_LFG_REMOVED_FACTION_CHANGE]
property = true
[ERR_LFG_REMOVED_LEVELUP]
property = true
[ERR_LFG_REMOVED_XP_TOGGLE]
property = true
[ERR_LFG_ROLE_CHECK_ABORTED]
property = true
[ERR_LFG_ROLE_CHECK_FAILED]
property = true
[ERR_LFG_ROLE_CHECK_FAILED_NOT_VIABLE]
property = true
[ERR_LFG_ROLE_CHECK_FAILED_TIMEOUT]
property = true
[ERR_LFG_ROLE_CHECK_INITIATED]
property = true
[ERR_LFG_TOO_FEW_MEMBERS]
property = true
[ERR_LFG_TOO_MANY_MEMBERS]
property = true
[ERR_LOGGING_OUT]
property = true
[ERR_LOGOUT_FAILED]
property = true
[ERR_LOOT_BAD_FACING]
property = true
[ERR_LOOT_CANT_LOOT_THAT]
property = true
[ERR_LOOT_CANT_LOOT_THAT_NOW]
property = true
[ERR_LOOT_DIDNT_KILL]
property = true
[ERR_LOOT_GONE]
property = true
[ERR_LOOT_HISTORY_EXPIRED]
property = true
[ERR_LOOT_LOCKED]
property = true
[ERR_LOOT_MASTER_INV_FULL]
property = true
[ERR_LOOT_MASTER_OTHER]
property = true
[ERR_LOOT_MASTER_UNIQUE_ITEM]
property = true
[ERR_LOOT_NOTSTANDING]
property = true
[ERR_LOOT_NO_UI]
property = true
[ERR_LOOT_PLAYER_NOT_FOUND]
property = true
[ERR_LOOT_ROLL_PENDING]
property = true
[ERR_LOOT_SPEC_CHANGED_S]
property = true
[ERR_LOOT_STUNNED]
property = true
[ERR_LOOT_TOO_FAR]
property = true
[ERR_LOOT_WHILE_INVULNERABLE]
property = true
[ERR_MAIL_ATTACHMENT_EXPIRED]
property = true
[ERR_MAIL_BAG]
property = true
[ERR_MAIL_BOUND_ITEM]
property = true
[ERR_MAIL_CANT_SEND_REALM]
property = true
[ERR_MAIL_CONJURED_ITEM]
property = true
[ERR_MAIL_DATABASE_ERROR]
property = true
[ERR_MAIL_DELETE_ITEM_ERROR]
property = true
[ERR_MAIL_INVALID_ATTACHMENT]
property = true
[ERR_MAIL_INVALID_ATTACHMENT_SLOT]
property = true
[ERR_MAIL_LIMITED_DURATION_ITEM]
property = true
[ERR_MAIL_NOT_FRIEND_OR_GUILD]
property = true
[ERR_MAIL_QUEST_ITEM]
property = true
[ERR_MAIL_REACHED_CAP]
property = true
[ERR_MAIL_SENT]
property = true
[ERR_MAIL_TARGET_NOT_FOUND]
property = true
[ERR_MAIL_TEMP_RETURN_OUTAGE]
property = true
[ERR_MAIL_TOO_MANY_ATTACHMENTS]
property = true
[ERR_MAIL_TO_SELF]
property = true
[ERR_MAIL_WRAPPED_COD]
property = true
[ERR_MAX_SOCKETS]
property = true
[ERR_MEETING_STONE_GROUP_FULL]
property = true
[ERR_MEETING_STONE_INVALID_LEVEL]
property = true
[ERR_MEETING_STONE_INVALID_TARGET]
property = true
[ERR_MEETING_STONE_IN_PROGRESS]
property = true
[ERR_MEETING_STONE_IN_QUEUE_S]
property = true
[ERR_MEETING_STONE_LEFT_QUEUE_S]
property = true
[ERR_MEETING_STONE_MEMBER_ADDED_S]
property = true
[ERR_MEETING_STONE_MEMBER_STILL_IN_QUEUE]
property = true
[ERR_MEETING_STONE_MUST_BE_LEADER]
property = true
[ERR_MEETING_STONE_NEED_PARTY]
property = true
[ERR_MEETING_STONE_NOT_FOUND]
property = true
[ERR_MEETING_STONE_NOT_LEADER]
property = true
[ERR_MEETING_STONE_NO_RAID_GROUP]
property = true
[ERR_MEETING_STONE_OTHER_MEMBER_LEFT]
property = true
[ERR_MEETING_STONE_SUCCESS]
property = true
[ERR_MEETING_STONE_TARGET_INVALID_LEVEL]
property = true
[ERR_MEETING_STONE_TARGET_IN_VEHICLE]
property = true
[ERR_MEETING_STONE_TARGET_NOT_IN_PARTY]
property = true
[ERR_MOUNT_ALREADYMOUNTED]
property = true
[ERR_MOUNT_FORCEDDISMOUNT]
property = true
[ERR_MOUNT_INVALIDMOUNTEE]
property = true
[ERR_MOUNT_LOOTING]
property = true
[ERR_MOUNT_NOTMOUNTABLE]
property = true
[ERR_MOUNT_NOTYOURPET]
property = true
[ERR_MOUNT_NO_FAVORITES]
property = true
[ERR_MOUNT_OTHER]
property = true
[ERR_MOUNT_RACECANTMOUNT]
property = true
[ERR_MOUNT_SHAPESHIFTED]
property = true
[ERR_MOUNT_TOOFARAWAY]
property = true
[ERR_MOVIE_RECORDING_WARNING_COMPRESSING]
property = true
[ERR_MOVIE_RECORDING_WARNING_DISK_FULL]
property = true
[ERR_MOVIE_RECORDING_WARNING_NO_MOVIE]
property = true
[ERR_MOVIE_RECORDING_WARNING_PERF]
property = true
[ERR_MOVIE_RECORDING_WARNING_REQUIREMENTS]
property = true
[ERR_MULTI_CAST_ACTION_TOTEM_S]
property = true
[ERR_MUST_EQUIP_ARTIFACT]
property = true
[ERR_MUST_EQUIP_ITEM]
property = true
[ERR_MUST_REPAIR_DURABILITY]
property = true
[ERR_NAME_CONSECUTIVE_SPACES]
property = true
[ERR_NAME_DECLENSION_DOESNT_MATCH_BASE_NAME]
property = true
[ERR_NAME_INVALID]
property = true
[ERR_NAME_INVALID_SPACE]
property = true
[ERR_NAME_MIXED_LANGUAGES]
property = true
[ERR_NAME_NO_NAME]
property = true
[ERR_NAME_PROFANE]
property = true
[ERR_NAME_RESERVED]
property = true
[ERR_NAME_RUSSIAN_CONSECUTIVE_SILENT_CHARACTERS]
property = true
[ERR_NAME_RUSSIAN_SILENT_CHARACTER_AT_BEGINNING_OR_END]
property = true
[ERR_NAME_SPACES_DISALLOWED]
property = true
[ERR_NAME_THREE_CONSECUTIVE]
property = true
[ERR_NAME_TOO_LONG]
property = true
[ERR_NAME_TOO_LONG2]
property = true
[ERR_NAME_TOO_SHORT]
property = true
[ERR_NEWTAXIPATH]
property = true
[ERR_NEW_GUIDE_S]
property = true
[ERR_NEW_GUIDE_YOU]
property = true
[ERR_NEW_LEADER_S]
property = true
[ERR_NEW_LEADER_YOU]
property = true
[ERR_NEW_LOOT_MASTER_S]
property = true
[ERR_NOAMMO_S]
property = true
[ERR_NOEMOTEWHILERUNNING]
property = true
[ERR_NOTYOURPET]
property = true
[ERR_NOT_A_BAG]
property = true
[ERR_NOT_BARBER_SITTING]
property = true
[ERR_NOT_DURING_ARENA_MATCH]
property = true
[ERR_NOT_ENOUGH_ARENA_POINTS]
property = true
[ERR_NOT_ENOUGH_CURRENCY]
property = true
[ERR_NOT_ENOUGH_GOLD]
property = true
[ERR_NOT_ENOUGH_HONOR_POINTS]
property = true
[ERR_NOT_ENOUGH_MONEY]
property = true
[ERR_NOT_EQUIPPABLE]
property = true
[ERR_NOT_IN_BATTLEGROUND]
property = true
[ERR_NOT_IN_COMBAT]
property = true
[ERR_NOT_IN_GROUP]
property = true
[ERR_NOT_IN_INSTANCE_GROUP]
property = true
[ERR_NOT_IN_PET_BATTLE]
property = true
[ERR_NOT_IN_RAID]
property = true
[ERR_NOT_LEADER]
property = true
[ERR_NOT_ON_TOURNAMENT_REALM]
property = true
[ERR_NOT_OWNER]
property = true
[ERR_NOT_SAME_ACCOUNT]
property = true
[ERR_NOT_WHILE_DISARMED]
property = true
[ERR_NOT_WHILE_FALLING]
property = true
[ERR_NOT_WHILE_FATIGUED]
property = true
[ERR_NOT_WHILE_MOUNTED]
property = true
[ERR_NOT_WHILE_MOVING]
property = true
[ERR_NOT_WHILE_SHAPESHIFTED]
property = true
[ERR_NO_ARENA_CHARTER]
property = true
[ERR_NO_ATTACK_TARGET]
property = true
[ERR_NO_BANK_HERE]
property = true
[ERR_NO_BANK_SLOT]
property = true
[ERR_NO_CHALLENGE_MODE_REWARD]
property = true
[ERR_NO_GUILD_CHARTER]
property = true
[ERR_NO_ITEMS_WHILE_SHAPESHIFTED]
property = true
[ERR_NO_LOOT]
property = true
[ERR_NO_LOOT_IN_CHALLENGE_MODE]
property = true
[ERR_NO_PET]
property = true
[ERR_NO_POISON_ACTIVE]
property = true
[ERR_NO_PVP_REWARD]
property = true
[ERR_NO_REPLY_TARGET]
property = true
[ERR_NO_RIDING_SKILL]
property = true
[ERR_NO_SLOT_AVAILABLE]
property = true
[ERR_NO_TARGET_OR_NAME]
property = true
[ERR_NULL_PETNAME]
property = true
[ERR_OBJECT_FAIL_NOT_IN_PARTY]
property = true
[ERR_OBJECT_IS_BUSY]
property = true
[ERR_ONLY_ONE_AMMO]
property = true
[ERR_ONLY_ONE_BOLT]
property = true
[ERR_ONLY_ONE_QUIVER]
property = true
[ERR_OUT_OF_ARCANE_CHARGES]
property = true
[ERR_OUT_OF_BALANCE_NEGATIVE]
property = true
[ERR_OUT_OF_BALANCE_POSITIVE]
property = true
[ERR_OUT_OF_BURNING_EMBERS]
property = true
[ERR_OUT_OF_CHI]
property = true
[ERR_OUT_OF_COMBO_POINTS]
property = true
[ERR_OUT_OF_DARK_FORCE]
property = true
[ERR_OUT_OF_DEMONIC_FURY]
property = true
[ERR_OUT_OF_ENERGY]
property = true
[ERR_OUT_OF_FOCUS]
property = true
[ERR_OUT_OF_FURY]
property = true
[ERR_OUT_OF_HEALTH]
property = true
[ERR_OUT_OF_HOLY_POWER]
property = true
[ERR_OUT_OF_INSANITY]
property = true
[ERR_OUT_OF_LIGHT_FORCE]
property = true
[ERR_OUT_OF_MAELSTROM]
property = true
[ERR_OUT_OF_MANA]
property = true
[ERR_OUT_OF_PAIN]
property = true
[ERR_OUT_OF_POWER_DISPLAY]
property = true
[ERR_OUT_OF_RAGE]
property = true
[ERR_OUT_OF_RANGE]
property = true
[ERR_OUT_OF_RUNES]
property = true
[ERR_OUT_OF_RUNIC_POWER]
property = true
[ERR_OUT_OF_SHADOW_ORBS]
property = true
[ERR_OUT_OF_SOUL_SHARDS]
property = true
[ERR_PARENTAL_CONTROLS_CHAT_MUTED]
property = true
[ERR_PARENTAL_CONTROLS_DISCONNECT_WARNING]
property = true
[ERR_PARENTAL_CONTROLS_DISCONNECT_WARNING_SOON]
property = true
[ERR_PARTY_ALREADY_IN_BATTLEGROUND_QUEUE]
property = true
[ERR_PARTY_CONFIRMING_BATTLEGROUND_QUEUE]
property = true
[ERR_PARTY_CONVERTED_TO_RAID]
property = true
[ERR_PARTY_LFG_BOOT_COOLDOWN_S]
property = true
[ERR_PARTY_LFG_BOOT_DUNGEON_COMPLETE]
property = true
[ERR_PARTY_LFG_BOOT_INPATIENT_TIMER_S]
property = true
[ERR_PARTY_LFG_BOOT_IN_COMBAT]
property = true
[ERR_PARTY_LFG_BOOT_IN_PROGRESS]
property = true
[ERR_PARTY_LFG_BOOT_LIMIT]
property = true
[ERR_PARTY_LFG_BOOT_LOOT_ROLLS]
property = true
[ERR_PARTY_LFG_BOOT_NOT_ELIGIBLE_S]
property = true
[ERR_PARTY_LFG_BOOT_TOO_FEW_PLAYERS]
property = true
[ERR_PARTY_LFG_BOOT_VOTE_FAILED]
property = true
[ERR_PARTY_LFG_BOOT_VOTE_REGISTERED]
property = true
[ERR_PARTY_LFG_BOOT_VOTE_SUCCEEDED]
property = true
[ERR_PARTY_LFG_INVITE_RAID_LOCKED]
property = true
[ERR_PARTY_LFG_TELEPORT_IN_COMBAT]
property = true
[ERR_PARTY_PRIVATE_GROUP_ONLY]
property = true
[ERR_PARTY_ROLE_NOT_AVAILABLE]
property = true
[ERR_PARTY_TARGET_AMBIGUOUS]
property = true
[ERR_PASSIVE_ABILITY]
property = true
[ERR_PETBATTLE_ALL_PETS_DEAD]
property = true
[ERR_PETBATTLE_CREATE_FAILED]
property = true
[ERR_PETBATTLE_DECLINED]
property = true
[ERR_PETBATTLE_GAME_ROUNDS_LIMIT_WARNING]
property = true
[ERR_PETBATTLE_GAME_TIME_LIMIT_WARNING]
property = true
[ERR_PETBATTLE_INTERNAL]
property = true
[ERR_PETBATTLE_INVALID_LOADOUT]
property = true
[ERR_PETBATTLE_IN_BATTLE]
property = true
[ERR_PETBATTLE_NOT_A_TRAINER]
property = true
[ERR_PETBATTLE_NOT_HERE]
property = true
[ERR_PETBATTLE_NOT_HERE_OBSTRUCTED]
property = true
[ERR_PETBATTLE_NOT_HERE_ON_TRANSPORT]
property = true
[ERR_PETBATTLE_NOT_HERE_UNEVEN_GROUND]
property = true
[ERR_PETBATTLE_NOT_WHILE_DEAD]
property = true
[ERR_PETBATTLE_NOT_WHILE_FLYING]
property = true
[ERR_PETBATTLE_NOT_WHILE_IN_COMBAT]
property = true
[ERR_PETBATTLE_NOT_WHILE_IN_MATCHED_BATTLE]
property = true
[ERR_PETBATTLE_NO_ACCOUNT_LOCK]
property = true
[ERR_PETBATTLE_NO_PETS_IN_SLOTS]
property = true
[ERR_PETBATTLE_OPPONENT_NOT_AVAILABLE]
property = true
[ERR_PETBATTLE_QUEUE_ALREADY_QUEUED]
property = true
[ERR_PETBATTLE_QUEUE_JOIN_FAILED]
property = true
[ERR_PETBATTLE_QUEUE_JOURNAL_LOCK]
property = true
[ERR_PETBATTLE_QUEUE_NOT_WHILE_NEUTRAL]
property = true
[ERR_PETBATTLE_QUEUE_OPPONENT_DECLINED]
property = true
[ERR_PETBATTLE_QUEUE_PROPOSAL_DECLINED]
property = true
[ERR_PETBATTLE_QUEUE_PROPOSAL_TIMEOUT]
property = true
[ERR_PETBATTLE_QUEUE_QUEUED]
property = true
[ERR_PETBATTLE_QUEUE_REMOVED]
property = true
[ERR_PETBATTLE_QUEUE_REQUEUED_INTERNAL]
property = true
[ERR_PETBATTLE_QUEUE_REQUEUED_REMOVED]
property = true
[ERR_PETBATTLE_QUEUE_SLOT_CANT_BATTLE]
property = true
[ERR_PETBATTLE_QUEUE_SLOT_DEAD]
property = true
[ERR_PETBATTLE_QUEUE_SLOT_EMPTY]
property = true
[ERR_PETBATTLE_QUEUE_SLOT_LOCKED]
property = true
[ERR_PETBATTLE_QUEUE_SLOT_NO_PET]
property = true
[ERR_PETBATTLE_QUEUE_SLOT_NO_TRACKER]
property = true
[ERR_PETBATTLE_QUEUE_SLOT_REVOKED]
property = true
[ERR_PETBATTLE_RESTRICTED_ACCOUNT]
property = true
[ERR_PETBATTLE_TARGET_INVALID]
property = true
[ERR_PETBATTLE_TARGET_NOT_CAPTURABLE]
property = true
[ERR_PETBATTLE_TARGET_OUT_OF_RANGE]
property = true
[ERR_PETBATTLE_WILD_PET_TAPPED]
property = true
[ERR_PETITION_ALREADY_SIGNED]
property = true
[ERR_PETITION_ALREADY_SIGNED_BY_S]
property = true
[ERR_PETITION_ALREADY_SIGNED_OTHER]
property = true
[ERR_PETITION_CREATOR]
property = true
[ERR_PETITION_DECLINED_S]
property = true
[ERR_PETITION_FULL]
property = true
[ERR_PETITION_IN_GUILD]
property = true
[ERR_PETITION_NOT_ENOUGH_SIGNATURES]
property = true
[ERR_PETITION_NOT_SAME_SERVER]
property = true
[ERR_PETITION_OFFERED_S]
property = true
[ERR_PETITION_RESTRICTED_ACCOUNT]
property = true
[ERR_PETITION_RESTRICTED_ACCOUNT_TRIAL]
property = true
[ERR_PETITION_SIGNED]
property = true
[ERR_PETITION_SIGNED_S]
property = true
[ERR_PET_BROKEN]
property = true
[ERR_PET_JOURNAL_ALREADY_IN_LOADOUT]
property = true
[ERR_PET_JOURNAL_PET_PENDING_CAGE]
property = true
[ERR_PET_LEARN_ABILITY_S]
property = true
[ERR_PET_LEARN_SPELL_S]
property = true
[ERR_PET_NOT_RENAMEABLE]
property = true
[ERR_PET_SPEC_WIPE_ERROR]
property = true
[ERR_PET_SPELL_AFFECTING_COMBAT]
property = true
[ERR_PET_SPELL_ALREADY_KNOWN_S]
property = true
[ERR_PET_SPELL_DEAD]
property = true
[ERR_PET_SPELL_NOPATH]
property = true
[ERR_PET_SPELL_NOT_BEHIND]
property = true
[ERR_PET_SPELL_OUT_OF_RANGE]
property = true
[ERR_PET_SPELL_ROOTED]
property = true
[ERR_PET_SPELL_TARGETS_DEAD]
property = true
[ERR_PET_SPELL_UNLEARNED_S]
property = true
[ERR_PET_TOO_HIGH_LEVEL_TO_UNCAGE]
property = true
[ERR_PLAYERLIST_JOINED_BATTLE]
property = true
[ERR_PLAYERLIST_LEFT_BATTLE]
property = true
[ERR_PLAYERS_JOINED_BATTLE_D]
property = true
[ERR_PLAYERS_LEFT_BATTLE_D]
property = true
[ERR_PLAYER_BUSY_S]
property = true
[ERR_PLAYER_DEAD]
property = true
[ERR_PLAYER_DIED_S]
property = true
[ERR_PLAYER_DIFFICULTY_CHANGED_S]
property = true
[ERR_PLAYER_IS_NEUTRAL]
property = true
[ERR_PLAYER_JOINED_BATTLE_D]
property = true
[ERR_PLAYER_LEFT_BATTLE_D]
property = true
[ERR_PLAYER_SILENCED]
property = true
[ERR_PLAYER_SILENCED_ECHO]
property = true
[ERR_PLAYER_UNSILENCED]
property = true
[ERR_PLAYER_UNSILENCED_ECHO]
property = true
[ERR_PLAYER_WRONG_FACTION]
property = true
[ERR_PLAY_TIME_EXCEEDED]
property = true
[ERR_POTION_COOLDOWN]
property = true
[ERR_PROFANE_CHAT_NAME]
property = true
[ERR_PROFICIENCY_GAINED_S]
property = true
[ERR_PROFICIENCY_NEEDED]
property = true
[ERR_PURCHASE_LEVEL_TOO_LOW]
property = true
[ERR_PVP_BLACKLIST_CAP]
property = true
[ERR_PVP_MAP_NOT_FOUND]
property = true
[ERR_PVP_MAP_NOT_SET]
property = true
[ERR_PVP_TOGGLE_OFF]
property = true
[ERR_PVP_TOGGLE_ON]
property = true
[ERR_PVP_WARMODE_TOGGLE_OFF]
property = true
[ERR_PVP_WARMODE_TOGGLE_ON]
property = true
[ERR_QUEST_ACCEPTED_S]
property = true
[ERR_QUEST_ADD_FOUND_SII]
property = true
[ERR_QUEST_ADD_ITEM_SII]
property = true
[ERR_QUEST_ADD_KILL_SII]
property = true
[ERR_QUEST_ADD_PLAYER_KILL_SII]
property = true
[ERR_QUEST_ALREADY_DONE]
property = true
[ERR_QUEST_ALREADY_DONE_DAILY]
property = true
[ERR_QUEST_ALREADY_ON]
property = true
[ERR_QUEST_COMPLETE_S]
property = true
[ERR_QUEST_FAILED_BAG_FULL_S]
property = true
[ERR_QUEST_FAILED_CAIS]
property = true
[ERR_QUEST_FAILED_EXPANSION]
property = true
[ERR_QUEST_FAILED_LOW_LEVEL]
property = true
[ERR_QUEST_FAILED_MAX_COUNT_S]
property = true
[ERR_QUEST_FAILED_MISSING_ITEMS]
property = true
[ERR_QUEST_FAILED_NOT_ENOUGH_MONEY]
property = true
[ERR_QUEST_FAILED_S]
property = true
[ERR_QUEST_FAILED_SPELL]
property = true
[ERR_QUEST_FAILED_TOO_MANY_DAILY_QUESTS_I]
property = true
[ERR_QUEST_FAILED_WRONG_RACE]
property = true
[ERR_QUEST_FORCE_REMOVED_S]
property = true
[ERR_QUEST_HAS_IN_PROGRESS]
property = true
[ERR_QUEST_IGNORED]
property = true
[ERR_QUEST_LOG_FULL]
property = true
[ERR_QUEST_MUST_CHOOSE]
property = true
[ERR_QUEST_NEED_PREREQS]
property = true
[ERR_QUEST_NEED_PREREQS_CUSTOM]
property = true
[ERR_QUEST_OBJECTIVE_COMPLETE_S]
property = true
[ERR_QUEST_ONLY_ONE_TIMED]
property = true
[ERR_QUEST_PET_BATTLE_VICTORIES_PVP_II]
property = true
[ERR_QUEST_PUSH_ACCEPTED_S]
property = true
[ERR_QUEST_PUSH_ALREADY_DONE_S]
property = true
[ERR_QUEST_PUSH_BUSY_S]
property = true
[ERR_QUEST_PUSH_DEAD_S]
property = true
[ERR_QUEST_PUSH_DECLINED_S]
property = true
[ERR_QUEST_PUSH_DIFFERENT_SERVER_DAILY_S]
property = true
[ERR_QUEST_PUSH_INVALID_S]
property = true
[ERR_QUEST_PUSH_LOG_FULL_S]
property = true
[ERR_QUEST_PUSH_NOT_ALLOWED_S]
property = true
[ERR_QUEST_PUSH_NOT_DAILY_S]
property = true
[ERR_QUEST_PUSH_NOT_IN_PARTY_S]
property = true
[ERR_QUEST_PUSH_ONQUEST_S]
property = true
[ERR_QUEST_PUSH_SUCCESS_S]
property = true
[ERR_QUEST_PUSH_TIMER_EXPIRED_S]
property = true
[ERR_QUEST_PUSH_TOO_FAR_S]
property = true
[ERR_QUEST_REWARD_EXP_I]
property = true
[ERR_QUEST_REWARD_MONEY_S]
property = true
[ERR_QUEST_SESSION_RESULT_ALREADY_ACTIVE]
property = true
[ERR_QUEST_SESSION_RESULT_ALREADY_JOINED]
property = true
[ERR_QUEST_SESSION_RESULT_ALREADY_MEMBER]
property = true
[ERR_QUEST_SESSION_RESULT_ALREADY_OWNER]
property = true
[ERR_QUEST_SESSION_RESULT_BUSY]
property = true
[ERR_QUEST_SESSION_RESULT_DISABLED]
property = true
[ERR_QUEST_SESSION_RESULT_INVALID_AREA]
property = true
[ERR_QUEST_SESSION_RESULT_INVALID_OWNER_S]
property = true
[ERR_QUEST_SESSION_RESULT_IN_PET_BATTLE]
property = true
[ERR_QUEST_SESSION_RESULT_IN_RAID]
property = true
[ERR_QUEST_SESSION_RESULT_JOIN_REJECTED]
property = true
[ERR_QUEST_SESSION_RESULT_LEFT]
property = true
[ERR_QUEST_SESSION_RESULT_LEGACY_LOOT_MODE]
property = true
[ERR_QUEST_SESSION_RESULT_NOT_ACTIVE]
property = true
[ERR_QUEST_SESSION_RESULT_NOT_IN_PARTY]
property = true
[ERR_QUEST_SESSION_RESULT_NOT_MEMBER]
property = true
[ERR_QUEST_SESSION_RESULT_NOT_OWNER]
property = true
[ERR_QUEST_SESSION_RESULT_OWNER_REFUSED_S]
property = true
[ERR_QUEST_SESSION_RESULT_QUEST_NOT_COMPLETED]
property = true
[ERR_QUEST_SESSION_RESULT_READY_CHECK_FAILED]
property = true
[ERR_QUEST_SESSION_RESULT_RESTRICTED]
property = true
[ERR_QUEST_SESSION_RESULT_RESYNC]
property = true
[ERR_QUEST_SESSION_RESULT_STARTED]
property = true
[ERR_QUEST_SESSION_RESULT_STOPPED]
property = true
[ERR_QUEST_SESSION_RESULT_TIMEOUT]
property = true
[ERR_QUEST_SESSION_RESULT_UNKNOWN]
property = true
[ERR_QUEST_TURN_IN_FAIL_REASON]
property = true
[ERR_QUEST_UNIGNORED]
property = true
[ERR_QUEST_UNKNOWN_COMPLETE]
property = true
[ERR_RAID_CONVERTED_TO_PARTY]
property = true
[ERR_RAID_DIFFICULTY_CHANGED_S]
property = true
[ERR_RAID_DIFFICULTY_FAILED]
property = true
[ERR_RAID_DISALLOWED_BY_CROSS_REALM]
property = true
[ERR_RAID_DISALLOWED_BY_LEVEL]
property = true
[ERR_RAID_GROUP_FULL]
property = true
[ERR_RAID_GROUP_LOWLEVEL]
property = true
[ERR_RAID_GROUP_ONLY]
property = true
[ERR_RAID_GROUP_REQUIREMENTS_UNMATCH]
property = true
[ERR_RAID_LEADER_READY_CHECK_START_S]
property = true
[ERR_RAID_LOCKOUT_CHANGED_S]
property = true
[ERR_RAID_MEMBER_ADDED_S]
property = true
[ERR_RAID_MEMBER_REMOVED_S]
property = true
[ERR_RAID_YOU_JOINED]
property = true
[ERR_RAID_YOU_LEFT]
property = true
[ERR_RANK_REQUIRES_AUTHENTICATOR]
property = true
[ERR_READY_CHECK_IN_PROGRESS]
property = true
[ERR_READY_CHECK_THROTTLED]
property = true
[ERR_REAGENT_BANK_FULL]
property = true
[ERR_REALM_NOT_FOUND]
property = true
[ERR_RECEIVE_ITEM_S]
property = true
[ERR_RECRUIT_A_FRIEND_ACCOUNT_LIMIT]
property = true
[ERR_RECRUIT_A_FRIEND_FAILED]
property = true
[ERR_RECRUIT_A_FRIEND_INSUF_EXPAN_LVL]
property = true
[ERR_RECRUIT_A_FRIEND_MAP_INCOMING_TRANSFER_NOT_ALLOWED]
property = true
[ERR_RECRUIT_A_FRIEND_NOT_LINKED]
property = true
[ERR_RECRUIT_A_FRIEND_NOT_NOW]
property = true
[ERR_RECRUIT_A_FRIEND_SUMMON_COOLDOWN]
property = true
[ERR_RECRUIT_A_FRIEND_SUMMON_LEVEL_MAX]
property = true
[ERR_RECRUIT_A_FRIEND_SUMMON_OFFLINE]
property = true
[ERR_REFUND_RESULT_EXCEED_MAX_CURRENCY]
property = true
[ERR_REMOVE_FROM_PVP_QUEUE_FACTION_CHANGE_NONE]
property = true
[ERR_REMOVE_FROM_PVP_QUEUE_XP_GAIN]
property = true
[ERR_REPORT_SUBMISSION_FAILED]
property = true
[ERR_REPORT_SUBMITTED_SUCCESSFULLY]
property = true
[ERR_REQUIRES_EXPANSION_S]
property = true
[ERR_RESTRICTED_ACCOUNT]
property = true
[ERR_RESTRICTED_ACCOUNT_LFG_LIST]
property = true
[ERR_RESTRICTED_ACCOUNT_LFG_LIST_TRIAL]
property = true
[ERR_RESTRICTED_ACCOUNT_TRIAL]
property = true
[ERR_REVOKE_TRANSMOG_S]
property = true
[ERR_ROLE_CHECK_ALREADY_IN_PROGRESS]
property = true
[ERR_ROLE_UNAVAILABLE]
property = true
[ERR_SCALING_STAT_ITEM_LEVEL_EXCEEDED]
property = true
[ERR_SCALING_STAT_ITEM_LEVEL_TOO_LOW]
property = true
[ERR_SET_LOOT_FREEFORALL]
property = true
[ERR_SET_LOOT_GROUP]
property = true
[ERR_SET_LOOT_MASTER]
property = true
[ERR_SET_LOOT_METHOD_FAILED_COMBAT]
property = true
[ERR_SET_LOOT_NBG]
property = true
[ERR_SET_LOOT_PERSONAL]
property = true
[ERR_SET_LOOT_ROUNDROBIN]
property = true
[ERR_SET_LOOT_THRESHOLD_S]
property = true
[ERR_SHAPESHIFT_FORM_CANNOT_EQUIP]
property = true
[ERR_SKILL_GAINED_S]
property = true
[ERR_SKILL_UP_SI]
property = true
[ERR_SLOT_EMPTY]
property = true
[ERR_SOCKETING_COGWHEEL_GEM_ONLY_IN_COGWHEELSLOT]
property = true
[ERR_SOCKETING_HYDRAULIC_GEM_ONLY_IN_HYDRAULICSLOT]
property = true
[ERR_SOCKETING_ITEM_TOO_LOW_LEVEL]
property = true
[ERR_SOCKETING_META_GEM_ONLY_IN_METASLOT]
property = true
[ERR_SOCKETING_PUNCHCARDBLUE_GEM_ONLY_IN_PUNCHCARDBLUESLOT]
property = true
[ERR_SOCKETING_PUNCHCARDRED_GEM_ONLY_IN_PUNCHCARDREDSLOT]
property = true
[ERR_SOCKETING_PUNCHCARDYELLOW_GEM_ONLY_IN_PUNCHCARDYELLOWSLOT]
property = true
[ERR_SOCKETING_REQUIRES_COGWHEEL_GEM]
property = true
[ERR_SOCKETING_REQUIRES_HYDRAULIC_GEM]
property = true
[ERR_SOCKETING_REQUIRES_META_GEM]
property = true
[ERR_SOCKETING_REQUIRES_PUNCHCARDBLUE_GEM]
property = true
[ERR_SOCKETING_REQUIRES_PUNCHCARDRED_GEM]
property = true
[ERR_SOCKETING_REQUIRES_PUNCHCARDYELLOW_GEM]
property = true
[ERR_SOLO_JOIN_BATTLEGROUND_S]
property = true
[ERR_SOR_INVALID_COMMENT]
property = true
[ERR_SOR_INVALID_EMAIL]
property = true
[ERR_SOR_STARTING_EXPERIENCE_INCOMPLETE]
property = true
[ERR_SPECIFY_MASTER_LOOTER]
property = true
[ERR_SPEC_IS_DISABLED]
property = true
[ERR_SPEC_WIPE_ERROR]
property = true
[ERR_SPELL_ALREADY_KNOWN_S]
property = true
[ERR_SPELL_COOLDOWN]
property = true
[ERR_SPELL_FAILED_ALREADY_AT_FULL_HEALTH]
property = true
[ERR_SPELL_FAILED_ALREADY_AT_FULL_MANA]
property = true
[ERR_SPELL_FAILED_ALREADY_AT_FULL_POWER_S]
property = true
[ERR_SPELL_FAILED_ANOTHER_IN_PROGRESS]
property = true
[ERR_SPELL_FAILED_EQUIPPED_ITEM]
property = true
[ERR_SPELL_FAILED_EQUIPPED_ITEM_CLASS_S]
property = true
[ERR_SPELL_FAILED_LEVEL_REQUIREMENT]
property = true
[ERR_SPELL_FAILED_NOTUNSHEATHED]
property = true
[ERR_SPELL_FAILED_REAGENTS]
property = true
[ERR_SPELL_FAILED_REAGENTS_GENERIC]
property = true
[ERR_SPELL_FAILED_S]
property = true
[ERR_SPELL_FAILED_SHAPESHIFT_FORM_S]
property = true
[ERR_SPELL_FAILED_TOTEMS]
property = true
[ERR_SPELL_OUT_OF_RANGE]
property = true
[ERR_SPELL_UNLEARNED_S]
property = true
[ERR_SPLIT_FAILED]
property = true
[ERR_SUGGESTION_SUBMITTED_SUCCESSFULLY]
property = true
[ERR_SYSTEM_DISABLED]
property = true
[ERR_TALENT_FAILED_CANT_REMOVE_TALENT]
property = true
[ERR_TALENT_FAILED_NOT_ENOUGH_TALENTS_IN_PRIMARY_TREE]
property = true
[ERR_TALENT_FAILED_NO_PRIMARY_TREE_SELECTED]
property = true
[ERR_TALENT_FAILED_REST_AREA]
property = true
[ERR_TALENT_FAILED_UNKNOWN]
property = true
[ERR_TALENT_WIPE_ERROR]
property = true
[ERR_TAME_FAILED]
property = true
[ERR_TARGET_LOGGING_OUT]
property = true
[ERR_TARGET_NOT_IN_GROUP_S]
property = true
[ERR_TARGET_NOT_IN_INSTANCE_S]
property = true
[ERR_TARGET_STUNNED]
property = true
[ERR_TAXINOPATH]
property = true
[ERR_TAXINOPATHS]
property = true
[ERR_TAXINOSUCHPATH]
property = true
[ERR_TAXINOTELIGIBLE]
property = true
[ERR_TAXINOTENOUGHMONEY]
property = true
[ERR_TAXINOTSTANDING]
property = true
[ERR_TAXINOTVISITED]
property = true
[ERR_TAXINOVENDORNEARBY]
property = true
[ERR_TAXIPLAYERALREADYMOUNTED]
property = true
[ERR_TAXIPLAYERBUSY]
property = true
[ERR_TAXIPLAYERMOVING]
property = true
[ERR_TAXIPLAYERSHAPESHIFTED]
property = true
[ERR_TAXISAMENODE]
property = true
[ERR_TAXITOOFARAWAY]
property = true
[ERR_TAXIUNSPECIFIEDSERVERERROR]
property = true
[ERR_TEST_CVAR_SET_SSS]
property = true
[ERR_TICKET_ALREADY_EXISTS]
property = true
[ERR_TICKET_CREATE_ERROR]
property = true
[ERR_TICKET_DB_ERROR]
property = true
[ERR_TICKET_NO_TEXT]
property = true
[ERR_TICKET_TEXT_TOO_LONG]
property = true
[ERR_TICKET_UPDATE_ERROR]
property = true
[ERR_TOOBUSYTOFOLLOW]
property = true
[ERR_TOO_FAR_TO_ATTACK]
property = true
[ERR_TOO_FAR_TO_INTERACT]
property = true
[ERR_TOO_FEW_TO_SPLIT]
property = true
[ERR_TOO_MANY_CHAT_CHANNELS]
property = true
[ERR_TOO_MANY_SOCKETS]
property = true
[ERR_TOO_MANY_SPECIAL_BAGS]
property = true
[ERR_TOO_MUCH_GOLD]
property = true
[ERR_TOY_USE_LIMIT_REACHED]
property = true
[ERR_TRADE_BAG]
property = true
[ERR_TRADE_BAG_FULL]
property = true
[ERR_TRADE_BLOCKED_S]
property = true
[ERR_TRADE_BOUND_ITEM]
property = true
[ERR_TRADE_CANCELLED]
property = true
[ERR_TRADE_COMPLETE]
property = true
[ERR_TRADE_EQUIPPED_BAG]
property = true
[ERR_TRADE_GROUND_ITEM]
property = true
[ERR_TRADE_MAX_COUNT_EXCEEDED]
property = true
[ERR_TRADE_NOT_ON_TAPLIST]
property = true
[ERR_TRADE_QUEST_ITEM]
property = true
[ERR_TRADE_REQUEST_S]
property = true
[ERR_TRADE_SELF]
property = true
[ERR_TRADE_TARGET_BAG_FULL]
property = true
[ERR_TRADE_TARGET_DEAD]
property = true
[ERR_TRADE_TARGET_MAX_COUNT_EXCEEDED]
property = true
[ERR_TRADE_TARGET_MAX_LIMIT_CATEGORY_COUNT_EXCEEDED_IS]
property = true
[ERR_TRADE_TEMP_ENCHANT_BOUND]
property = true
[ERR_TRADE_TOO_FAR]
property = true
[ERR_TRADE_WRONG_REALM]
property = true
[ERR_TRANSMOGRIFY_CANT_EQUIP]
property = true
[ERR_TRANSMOGRIFY_INVALID_DESTINATION]
property = true
[ERR_TRANSMOGRIFY_INVALID_ITEM_TYPE]
property = true
[ERR_TRANSMOGRIFY_INVALID_SOURCE]
property = true
[ERR_TRANSMOGRIFY_LEGENDARY]
property = true
[ERR_TRANSMOGRIFY_MISMATCH]
property = true
[ERR_TRANSMOGRIFY_NOT_SOULBOUND]
property = true
[ERR_TRANSMOGRIFY_SAME_APPEARANCE]
property = true
[ERR_TRANSMOGRIFY_SAME_ITEM]
property = true
[ERR_TRANSMOG_SET_ALREADY_KNOWN]
property = true
[ERR_TRAVEL_PASS_DIFFERENT_REALM]
property = true
[ERR_TRAVEL_PASS_MOBILE]
property = true
[ERR_TRAVEL_PASS_NOT_ALLIED]
property = true
[ERR_TRAVEL_PASS_NOT_LEADER]
property = true
[ERR_TRAVEL_PASS_NOT_WOW]
property = true
[ERR_TRAVEL_PASS_NO_INFO]
property = true
[ERR_TRAVEL_PASS_WRONG_PROJECT]
property = true
[ERR_TRAVEL_PASS_WRONG_PROJECT_CLASSIC_OVERRIDE]
property = true
[ERR_TRAVEL_PASS_WRONG_PROJECT_MAINLINE_OVERRIDE]
property = true
[ERR_UNHEALTHY_TIME]
property = true
[ERR_UNINVITE_YOU]
property = true
[ERR_UNIT_NOT_FOUND]
property = true
[ERR_UNKNOWN_MACRO_OPTION_S]
property = true
[ERR_USER_SQUELCHED]
property = true
[ERR_USE_BAD_ANGLE]
property = true
[ERR_USE_CANT_IMMUNE]
property = true
[ERR_USE_CANT_OPEN]
property = true
[ERR_USE_DESTROYED]
property = true
[ERR_USE_LOCKED]
property = true
[ERR_USE_LOCKED_WITH_ITEM_S]
property = true
[ERR_USE_LOCKED_WITH_SPELL_KNOWN_SI]
property = true
[ERR_USE_LOCKED_WITH_SPELL_S]
property = true
[ERR_USE_OBJECT_MOVING]
property = true
[ERR_USE_PREVENTED_BY_MECHANIC_S]
property = true
[ERR_USE_SPELL_FOCUS]
property = true
[ERR_USE_TOO_FAR]
property = true
[ERR_VENDOR_DOESNT_BUY]
property = true
[ERR_VENDOR_HATES_YOU]
property = true
[ERR_VENDOR_MISSING_TURNINS]
property = true
[ERR_VENDOR_NOT_INTERESTED]
property = true
[ERR_VENDOR_REFUSE_SCRAPPABLE_AZERITE]
property = true
[ERR_VENDOR_SOLD_OUT]
property = true
[ERR_VENDOR_TOO_FAR]
property = true
[ERR_VOICESESSION_FULL]
property = true
[ERR_VOICE_CHAT_CHANNEL_ALREADY_EXISTS]
property = true
[ERR_VOICE_CHAT_CHANNEL_NAME_TOO_LONG]
property = true
[ERR_VOICE_CHAT_CHANNEL_NAME_TOO_SHORT]
property = true
[ERR_VOICE_CHAT_DISABLED]
property = true
[ERR_VOICE_CHAT_GENERIC_UNABLE_TO_CONNECT]
property = true
[ERR_VOICE_CHAT_PARENTAL_DISABLE_ALL]
property = true
[ERR_VOICE_CHAT_PARENTAL_DISABLE_MIC]
property = true
[ERR_VOICE_CHAT_PLAYER_NO_VOICE_PARENTAL_CONTROLS]
property = true
[ERR_VOICE_CHAT_PLAYER_SILENCED]
property = true
[ERR_VOICE_CHAT_SERVICE_LOST]
property = true
[ERR_VOICE_CHAT_SERVICE_UNABLE_TO_CONNECT]
property = true
[ERR_VOICE_CHAT_TARGET_NOT_FOUND]
property = true
[ERR_VOICE_CHAT_TOO_MANY_REQUESTS]
property = true
[ERR_VOICE_IGNORE_ADDED_S]
property = true
[ERR_VOICE_IGNORE_ALREADY_S]
property = true
[ERR_VOICE_IGNORE_AMBIGUOUS]
property = true
[ERR_VOICE_IGNORE_DELETED]
property = true
[ERR_VOICE_IGNORE_FULL]
property = true
[ERR_VOICE_IGNORE_NOT_FOUND]
property = true
[ERR_VOICE_IGNORE_REMOVED_S]
property = true
[ERR_VOICE_IGNORE_SELF]
property = true
[ERR_VOID_DEPOSIT_FULL]
property = true
[ERR_VOID_STORAGE_BAG]
property = true
[ERR_VOID_STORAGE_CHARGES]
property = true
[ERR_VOID_STORAGE_CONJURED]
property = true
[ERR_VOID_STORAGE_DURATION]
property = true
[ERR_VOID_STORAGE_HOLIDAY]
property = true
[ERR_VOID_STORAGE_INVALID_ITEM]
property = true
[ERR_VOID_STORAGE_LOAD_FAILED]
property = true
[ERR_VOID_STORAGE_LOOT]
property = true
[ERR_VOID_STORAGE_MAIL]
property = true
[ERR_VOID_STORAGE_QUEST]
property = true
[ERR_VOID_STORAGE_REPAIR]
property = true
[ERR_VOID_STORAGE_STACKABLE]
property = true
[ERR_VOID_STORAGE_UNBOUND]
property = true
[ERR_VOID_STORAGE_UNIQUE]
property = true
[ERR_VOID_STORAGE_WRAPPED]
property = true
[ERR_VOID_TRANSFER_INTERNAL_ERROR]
property = true
[ERR_VOID_TRANSFER_INV_FULL]
property = true
[ERR_VOID_TRANSFER_ITEM_INVALID]
property = true
[ERR_VOID_TRANSFER_STORAGE_FULL]
property = true
[ERR_VOID_WITHDRAW_FULL]
property = true
[ERR_WARGAME_REQUEST_FAILURE]
property = true
[ERR_WARGAME_REQUEST_SENT]
property = true
[ERR_WRONG_BAG_TYPE]
property = true
[ERR_WRONG_BAG_TYPE_SUBCLASS]
property = true
[ERR_WRONG_DIRECTION_FOR_ATTACK]
property = true
[ERR_WRONG_SLOT]
property = true
[ERR_YELL_RESTRICTED]
property = true
[ERR_YELL_RESTRICTED_TRIAL]
property = true
[ERR_ZONE_EXPLORED]
property = true
[ERR_ZONE_EXPLORED_XP]
property = true
[ESES]
property = true
[ESMX]
property = true
[ESTIMATED_TIME_TO_SELL]
property = true
[ESTIMATED_TIME_TO_SELL_LABEL]
property = true
[EVADE]
property = true
[EVENTS_LABEL]
property = true
[EXALTED_PLUS_REPUTATION_TUTORIAL]
property = true
[EXAMPLE_SPELL_FIREBALL]
property = true
[EXAMPLE_SPELL_FROSTBOLT]
property = true
[EXAMPLE_TARGET_MONSTER]
property = true
[EXAMPLE_TEXT]
property = true
[EXCLUDED_BATTLEGROUNDS_SEPARATOR]
property = true
[EXCLUDE_BATTLEGROUNDS_LINE_1]
property = true
[EXCLUDE_BATTLEGROUNDS_LINE_2]
property = true
[EXHAUSTION_LABEL]
property = true
[EXHAUST_HONOR_TOOLTIP1]
property = true
[EXHAUST_TOOLTIP1]
property = true
[EXHAUST_TOOLTIP2]
property = true
[EXHAUST_TOOLTIP3]
property = true
[EXHAUST_TOOLTIP4]
property = true
[EXIT]
property = true
[EXIT_GAME]
property = true
[EXOTICS]
property = true
[EXPANSION_FILTER_TEXT]
property = true
[EXPANSION_NAME0]
property = true
[EXPANSION_NAME1]
property = true
[EXPANSION_NAME2]
property = true
[EXPANSION_NAME3]
property = true
[EXPANSION_NAME4]
property = true
[EXPANSION_NAME5]
property = true
[EXPANSION_NAME6]
property = true
[EXPANSION_NAME7]
property = true
[EXPANSION_TRIAL]
property = true
[EXPANSION_TRIAL_PURCHASE_THANKS_BUTTON]
property = true
[EXPANSION_TRIAL_PURCHASE_THANKS_TEXT]
property = true
[EXPANSION_TRIAL_PURCHASE_THANKS_TITLE]
property = true
[EXPANSION_TRIAL_THANKS_BUTTON]
property = true
[EXPANSION_TRIAL_THANKS_TEXT]
property = true
[EXPANSION_TRIAL_THANKS_TITLE]
property = true
[EXPERIENCE_COLON]
property = true
[EXPERIMENTAL_FEATURE_TURNED_ON_WARNING]
property = true
[EXPERT]
property = true
[EXPERTISE_ABBR]
property = true
[EXTENDED]
property = true
[EXTEND_RAID_LOCK]
property = true
[EXTRA_ATTACKS]
property = true
[EYE_SEPARATION]
property = true
[FACE]
property = true
[FACIAL_HAIR_EARRINGS]
property = true
[FACIAL_HAIR_EARS]
property = true
[FACIAL_HAIR_FEATURES]
property = true
[FACIAL_HAIR_HAIR]
property = true
[FACIAL_HAIR_HORNS]
property = true
[FACIAL_HAIR_MARKINGS]
property = true
[FACIAL_HAIR_NORMAL]
property = true
[FACIAL_HAIR_PIERCINGS]
property = true
[FACIAL_HAIR_TUSKS]
property = true
[FACING_WRONG_DIRECTION]
property = true
[FACTION]
property = true
[FACTION_ALLIANCE]
property = true
[FACTION_CONTROLLED_TERRITORY]
property = true
[FACTION_HORDE]
property = true
[FACTION_INACTIVE]
property = true
[FACTION_NEUTRAL]
property = true
[FACTION_OTHER]
property = true
[FACTION_STANDING_CHANGED]
property = true
[FACTION_STANDING_CHANGED_GUILD]
property = true
[FACTION_STANDING_CHANGED_GUILDNAME]
property = true
[FACTION_STANDING_DECREASED]
property = true
[FACTION_STANDING_DECREASED_GENERIC]
property = true
[FACTION_STANDING_INCREASED]
property = true
[FACTION_STANDING_INCREASED_ACH_BONUS]
property = true
[FACTION_STANDING_INCREASED_ACH_PART]
property = true
[FACTION_STANDING_INCREASED_BONUS]
property = true
[FACTION_STANDING_INCREASED_DOUBLE_BONUS]
property = true
[FACTION_STANDING_INCREASED_GENERIC]
property = true
[FACTION_STANDING_INCREASED_GUARDIAN]
property = true
[FACTION_STANDING_INCREASED_REFER_PART]
property = true
[FACTION_STANDING_INCREASED_REST_PART]
property = true
[FACTION_STANDING_LABEL1]
property = true
[FACTION_STANDING_LABEL1_FEMALE]
property = true
[FACTION_STANDING_LABEL2]
property = true
[FACTION_STANDING_LABEL2_FEMALE]
property = true
[FACTION_STANDING_LABEL3]
property = true
[FACTION_STANDING_LABEL3_FEMALE]
property = true
[FACTION_STANDING_LABEL4]
property = true
[FACTION_STANDING_LABEL4_FEMALE]
property = true
[FACTION_STANDING_LABEL5]
property = true
[FACTION_STANDING_LABEL5_FEMALE]
property = true
[FACTION_STANDING_LABEL6]
property = true
[FACTION_STANDING_LABEL6_FEMALE]
property = true
[FACTION_STANDING_LABEL7]
property = true
[FACTION_STANDING_LABEL7_FEMALE]
property = true
[FACTION_STANDING_LABEL8]
property = true
[FACTION_STANDING_LABEL8_FEMALE]
property = true
[FAILED]
property = true
[FAILURES]
property = true
[FAR]
property = true
[FARCLIP]
property = true
[FAST]
property = true
[FAVORITES]
property = true
[FAVORITES_FILTER]
property = true
[FEATURES_LABEL]
property = true
[FEATURES_SUBTEXT]
property = true
[FEATURE_BECOMES_AVAILABLE_AT_LEVEL]
property = true
[FEATURE_NOT_AVAILBLE_PANDAREN]
property = true
[FEATURE_NOT_YET_AVAILABLE]
property = true
[FEAT_OF_STRENGTH_DESCRIPTION]
property = true
[FEEDPET_LOG_FIRSTPERSON]
property = true
[FEEDPET_LOG_THIRDPERSON]
property = true
[FEETSLOT]
property = true
[FEMALE]
property = true
[FILTER]
property = true
[FILTERS]
property = true
[FILTER_BY_ENEMIES_COMBATLOG_TOOLTIP]
property = true
[FILTER_BY_FRIENDS_COMBATLOG_TOOLTIP]
property = true
[FILTER_BY_HOSTILE_PLAYERS_COMBATLOG_TOOLTIP]
property = true
[FILTER_BY_ME_COMBATLOG_TOOLTIP]
property = true
[FILTER_BY_NEUTRAL_COMBATLOG_TOOLTIP]
property = true
[FILTER_BY_PET_COMBATLOG_TOOLTIP]
property = true
[FILTER_BY_UNKNOWN_COMBATLOG_TOOLTIP]
property = true
[FILTER_NAME]
property = true
[FILTER_TO_FRIENDS_COMBATLOG_TOOLTIP]
property = true
[FILTER_TO_HOSTILE_COMBATLOG_TOOLTIP]
property = true
[FILTER_TO_HOSTILE_PLAYERS_COMBATLOG_TOOLTIP]
property = true
[FILTER_TO_ME_COMBATLOG_TOOLTIP]
property = true
[FILTER_TO_NEUTRAL_COMBATLOG_TOOLTIP]
property = true
[FILTER_TO_PET_COMBATLOG_TOOLTIP]
property = true
[FILTER_TO_UNKNOWN_COMBATLOG_TOOLTIP]
property = true
[FIND_A_GROUP]
property = true
[FIND_BATTLE]
property = true
[FIND_DUNGEON]
property = true
[FIND_RAID]
property = true
[FINGER0SLOT]
property = true
[FINGER0SLOT_UNIQUE]
property = true
[FINGER1SLOT]
property = true
[FINGER1SLOT_UNIQUE]
property = true
[FIRST_AVAILABLE]
property = true
[FIRST_AVAILABLE_TOOLTIP]
property = true
[FIRST_NUMBER]
property = true
[FIRST_NUMBER_CAP]
property = true
[FIRST_NUMBER_CAP_NO_SPACE]
property = true
[FIX_LAG]
property = true
[FLAG_COUNT_TEMPLATE]
property = true
[FLASH_LOW_HEALTH_WARNING]
property = true
[FLEX_RAID]
property = true
[FLEX_RAID_INFO]
property = true
[FLEX_RAID_LOCKOUT_LABEL]
property = true
[FLEX_RAID_LOCKOUT_TEXT]
property = true
[FLEX_RAID_LOOT_TEXT]
property = true
[FLEX_RAID_NEED_LESS]
property = true
[FLEX_RAID_NEED_MORE]
property = true
[FLEX_RAID_SIZE_LABEL]
property = true
[FLEX_RAID_SIZE_TEXT]
property = true
[FLIGHT_MAP]
property = true
[FLIGHT_MAP_CLICK_TO_ZOOM_HINT]
property = true
[FLIGHT_MAP_CLICK_TO_ZOOM_IN]
property = true
[FLIGHT_MAP_WORLD_QUESTS]
property = true
[FLOATING_COMBATTEXT_LABEL]
property = true
[FLOATING_COMBAT_PETBATTLE_LABEL]
property = true
[FLOATING_COMBAT_SELF_LABEL]
property = true
[FLOATING_COMBAT_TARGET_LABEL]
property = true
[FLOOR]
property = true
[FLOOR_NUMBER]
property = true
[FOCUS]
property = true
[FOCUSTARGET]
property = true
[FOCUS_CAST_KEY_TEXT]
property = true
[FOCUS_COST]
property = true
[FOCUS_COST_PER_TIME]
property = true
[FOCUS_COST_PER_TIME_NO_BASE]
property = true
[FOCUS_TOKEN_NOT_FOUND]
property = true
[FOLLOW]
property = true
[FOLLOWERLIST_LABEL_CHAMPIONS]
property = true
[FOLLOWERLIST_LABEL_INACTIVE]
property = true
[FOLLOWERLIST_LABEL_TROOPS]
property = true
[FOLLOWERLIST_LABEL_UNCOLLECTED]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_ALREADY_AT_MAX_DURABILITY]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_CANNOT_TARGET_LIMITED_USE_FOLLOWER]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_INVALID_FOLLOWER_SPELL]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_INVALID_FOLLOWER_TYPE]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_INVALID_TARGET]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_MUST_BE_UNIQUE]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_MUST_TARGET_FOLLOWER]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_MUST_TARGET_LIMITED_USE_FOLLOWER]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_MUST_TARGET_TRAIT]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_REROLL_NOT_ALLOWED]
property = true
[FOLLOWER_ABILITY_CAST_ERROR_SINGLE_MISSION_DURATION]
property = true
[FOLLOWER_CLASSNAME_AND_NAME_TEMPLATE]
property = true
[FOLLOW_TERRAIN]
property = true
[FONT_SIZE]
property = true
[FONT_SIZE_TEMPLATE]
property = true
[FOOD_TIMER]
property = true
[FOREIGN_SERVER_LABEL]
property = true
[FORMATED_HOURS]
property = true
[FORMATTING]
property = true
[FOR_OR_SPECIALIZATIONS]
property = true
[FOR_SPECIALIZATION]
property = true
[FOURTH_NUMBER]
property = true
[FOURTH_NUMBER_CAP_NO_SPACE]
property = true
[FPS_ABBR]
property = true
[FPS_FORMAT]
property = true
[FRAMERATE_LABEL]
property = true
[FREE_CHARACTER_UPGRADE_READY]
property = true
[FREE_CHARACTER_UPGRADE_READY_DESCRIPTION]
property = true
[FREE_FOR_ALL_TERRITORY]
property = true
[FRFR]
property = true
[FRFR_NATIVE]
property = true
[FRIEND]
property = true
[FRIENDLY]
property = true
[FRIENDS]
property = true
[FRIENDSHIP_STANDING_CHANGED]
property = true
[FRIENDS_FRIENDS_CHOICE_EVERYONE]
property = true
[FRIENDS_FRIENDS_CHOICE_MUTUAL]
property = true
[FRIENDS_FRIENDS_CHOICE_POTENTIAL]
property = true
[FRIENDS_FRIENDS_HEADER]
property = true
[FRIENDS_FRIENDS_MUTUAL_TEXT]
property = true
[FRIENDS_FRIENDS_REQUESTED_TEXT]
property = true
[FRIENDS_FRIENDS_WAITING]
property = true
[FRIENDS_LEVEL_TEMPLATE]
property = true
[FRIENDS_LIST]
property = true
[FRIENDS_LIST_AVAILABLE]
property = true
[FRIENDS_LIST_AWAY]
property = true
[FRIENDS_LIST_BUSY]
property = true
[FRIENDS_LIST_ENTER_TEXT]
property = true
[FRIENDS_LIST_NOTE_OFFLINE_TEMPLATE]
property = true
[FRIENDS_LIST_NOTE_TEMPLATE]
property = true
[FRIENDS_LIST_OFFLINE]
property = true
[FRIENDS_LIST_OFFLINE_TEMPLATE]
property = true
[FRIENDS_LIST_ONLINE]
property = true
[FRIENDS_LIST_PLAYING]
property = true
[FRIENDS_LIST_REALM]
property = true
[FRIENDS_LIST_STATUS_TOOLTIP]
property = true
[FRIENDS_LIST_TEMPLATE]
property = true
[FRIENDS_LIST_WOW_TEMPLATE]
property = true
[FRIENDS_LIST_ZONE]
property = true
[FRIENDS_TOOLTIP_TOO_MANY_CHARACTERS]
property = true
[FRIENDS_TOOLTIP_WOW_TOON_TEMPLATE]
property = true
[FRIEND_REQUESTS]
property = true
[FROM]
property = true
[FROM_ALL_SOURCES]
property = true
[FROM_ARENA]
property = true
[FROM_ASHRAN]
property = true
[FROM_A_DUNGEON]
property = true
[FROM_DUNGEON_FINDER_SOURCES]
property = true
[FROM_RAID]
property = true
[FROM_RANDOMBG]
property = true
[FROM_RATEDBG]
property = true
[FROM_TOTAL]
property = true
[FROM_TROLLPOCALYPSE]
property = true
[FROST_POWER]
property = true
[FUEL]
property = true
[FULLDATE]
property = true
[FULLDATE_AND_TIME]
property = true
[FULLDATE_MONTH_APRIL]
property = true
[FULLDATE_MONTH_AUGUST]
property = true
[FULLDATE_MONTH_DECEMBER]
property = true
[FULLDATE_MONTH_FEBRUARY]
property = true
[FULLDATE_MONTH_JANUARY]
property = true
[FULLDATE_MONTH_JULY]
property = true
[FULLDATE_MONTH_JUNE]
property = true
[FULLDATE_MONTH_MARCH]
property = true
[FULLDATE_MONTH_MAY]
property = true
[FULLDATE_MONTH_NOVEMBER]
property = true
[FULLDATE_MONTH_OCTOBER]
property = true
[FULLDATE_MONTH_SEPTEMBER]
property = true
[FULLDATE_NO_YEAR]
property = true
[FULL_PLAYER_NAME]
property = true
[FULL_SCREEN_GLOW]
property = true
[FULL_SIZE_FOCUS_FRAME_TEXT]
property = true
[FULL_TEXT_COMBATLOG_TOOLTIP]
property = true
[FUNGAL_SKELETON_POWER]
property = true
[FURY]
property = true
[FURY_COST]
property = true
[GAIN_EXPERIENCE]
property = true
[GAME]
property = true
[GAMEFIELD_DESELECT_TEXT]
property = true
[GAMEMENU_BOOST_BUTTON]
property = true
[GAMEMENU_HELP]
property = true
[GAMEMENU_NEW_BUTTON]
property = true
[GAMEOPTIONS_MENU]
property = true
[GAMES]
property = true
[GAMETIME_TOOLTIP_CALENDAR_INVITES]
property = true
[GAMETIME_TOOLTIP_TOGGLE_CALENDAR]
property = true
[GAMETIME_TOOLTIP_TOGGLE_CLOCK]
property = true
[GAME_SOUND_OUTPUT]
property = true
[GAME_VERSION_LABEL]
property = true
[GAMMA]
property = true
[GAMMA_FORMAT]
property = true
[GARRISON_ABILITY_BARRACKS_UNLOCKED]
property = true
[GARRISON_ABILITY_COUNTERS]
property = true
[GARRISON_ABILITY_COUNTERS_FORMAT]
property = true
[GARRISON_ABILITY_UNLOCK_TOOLTIP]
property = true
[GARRISON_ACTIVATE_FOLLOWER]
property = true
[GARRISON_ACTIVATE_FOLLOWER_CONFIRMATION]
property = true
[GARRISON_ACTIVE_BONUSES]
property = true
[GARRISON_ARCHITECT]
property = true
[GARRISON_BONUS_AREA_TITLE]
property = true
[GARRISON_BONUS_EFFECT_TIME_ACTIVE]
property = true
[GARRISON_BONUS_EFFECT_TIME_LEFT]
property = true
[GARRISON_BOOT_TIMER]
property = true
[GARRISON_BUILD]
property = true
[GARRISON_BUILDING_COMPLETE]
property = true
[GARRISON_BUILDING_COMPLETE_TOAST]
property = true
[GARRISON_BUILDING_FOLLOWER_EMPTY]
property = true
[GARRISON_BUILDING_FOLLOWER_WORKING]
property = true
[GARRISON_BUILDING_IN_PROGRESS]
property = true
[GARRISON_BUILDING_LEVEL_LABEL_TOOLTIP]
property = true
[GARRISON_BUILDING_LEVEL_MAX]
property = true
[GARRISON_BUILDING_LEVEL_ONE]
property = true
[GARRISON_BUILDING_LEVEL_TOOLTIP_TEXT]
property = true
[GARRISON_BUILDING_LEVEL_UPGRADE]
property = true
[GARRISON_BUILDING_LOCKED]
property = true
[GARRISON_BUILDING_NO_FOLLOWERS]
property = true
[GARRISON_BUILDING_PLANS_REQUIRED]
property = true
[GARRISON_BUILDING_SELECT_FOLLOWER_ACTIVATED_TEXT]
property = true
[GARRISON_BUILDING_SELECT_FOLLOWER_DEACTIVATED_TEXT]
property = true
[GARRISON_BUILDING_SELECT_FOLLOWER_NOT_OWNED_TEXT]
property = true
[GARRISON_BUILDING_SELECT_FOLLOWER_TITLE]
property = true
[GARRISON_BUILDING_SELECT_FOLLOWER_TOOLTIP]
property = true
[GARRISON_BUILDING_TUTORIAL1]
property = true
[GARRISON_BUILDING_TUTORIAL2]
property = true
[GARRISON_BUILDING_TUTORIAL3]
property = true
[GARRISON_BUILDING_UNDER_CONSTRUCTION]
property = true
[GARRISON_BUILD_COLON]
property = true
[GARRISON_CACHE]
property = true
[GARRISON_CANCEL_BUILD_BUILDING]
property = true
[GARRISON_CANCEL_UPGRADE_BUILDING]
property = true
[GARRISON_CANNOT_AFFORD_FOLLOWER_ACTIVATION]
property = true
[GARRISON_CHAMPION_COUNT]
property = true
[GARRISON_CHOOSE_FOLLOWER]
property = true
[GARRISON_CHOOSE_RECRUIT]
property = true
[GARRISON_CHOOSE_THREAT]
property = true
[GARRISON_CHOOSE_TRAIT]
property = true
[GARRISON_CONFIRM_RECRUIT_FOLLOWER]
property = true
[GARRISON_CURRENT_LEVEL]
property = true
[GARRISON_DEACTIVATE_FOLLOWER]
property = true
[GARRISON_DEACTIVATE_FOLLOWER_CONFIRMATION]
property = true
[GARRISON_DISMISS_FOLLOWER]
property = true
[GARRISON_DISMISS_FOLLOWER_CONFIRMATION]
property = true
[GARRISON_DISMISS_UNIQUE_FOLLOWER_CONFIRMATION]
property = true
[GARRISON_DURATION_DAYS]
property = true
[GARRISON_DURATION_DAYS_HOURS]
property = true
[GARRISON_DURATION_HOURS]
property = true
[GARRISON_DURATION_HOURS_MINUTES]
property = true
[GARRISON_DURATION_MINUTES]
property = true
[GARRISON_DURATION_SECONDS]
property = true
[GARRISON_EMPTY_IN_PROGRESS_LIST]
property = true
[GARRISON_EMPTY_MISSION_LIST]
property = true
[GARRISON_EMPTY_PLOT]
property = true
[GARRISON_EMPTY_PLOT_EXPLANATION]
property = true
[GARRISON_EMPTY_PLOT_HOVER_TOOLTIP]
property = true
[GARRISON_EMPTY_PLOT_LARGE]
property = true
[GARRISON_EMPTY_PLOT_MEDIUM]
property = true
[GARRISON_EMPTY_PLOT_SELECTED_TOOLTIP]
property = true
[GARRISON_EMPTY_PLOT_SMALL]
property = true
[GARRISON_EQUIPMENT_SLOT_UNLOCK_TOOLTIP]
property = true
[GARRISON_FINALIZE_BUILDING]
property = true
[GARRISON_FINALIZE_BUILDING_TOOLTIP]
property = true
[GARRISON_FLEET]
property = true
[GARRISON_FOLLOWERS]
property = true
[GARRISON_FOLLOWERS_TITLE]
property = true
[GARRISON_FOLLOWER_ADDED]
property = true
[GARRISON_FOLLOWER_ADDED_TOAST]
property = true
[GARRISON_FOLLOWER_ADDED_UPGRADED_TOAST]
property = true
[GARRISON_FOLLOWER_BELOW_ITEM_LEVEL_TOOLTIP]
property = true
[GARRISON_FOLLOWER_BELOW_LEVEL_MAX_XP_TOOLTIP]
property = true
[GARRISON_FOLLOWER_BELOW_LEVEL_TOOLTIP]
property = true
[GARRISON_FOLLOWER_CANNOT_DEACTIVATE_ON_MISSION]
property = true
[GARRISON_FOLLOWER_CAN_COUNTER]
property = true
[GARRISON_FOLLOWER_CLICK_UPGRADE_PROMPT]
property = true
[GARRISON_FOLLOWER_COMBAT_ALLY]
property = true
[GARRISON_FOLLOWER_COMBAT_ALLY_ADD_ERR]
property = true
[GARRISON_FOLLOWER_COMBAT_ALLY_MISSION_LABEL]
property = true
[GARRISON_FOLLOWER_CONFIRM_EQUIPMENT]
property = true
[GARRISON_FOLLOWER_CONFIRM_EQUIPMENT_REPLACEMENT]
property = true
[GARRISON_FOLLOWER_COUNT]
property = true
[GARRISON_FOLLOWER_DISBANDED]
property = true
[GARRISON_FOLLOWER_EXHAUSTED]
property = true
[GARRISON_FOLLOWER_FULL_MISSION_ADD_ERR]
property = true
[GARRISON_FOLLOWER_INACTIVE]
property = true
[GARRISON_FOLLOWER_INACTIVE_ADD_ERR]
property = true
[GARRISON_FOLLOWER_IN_PARTY]
property = true
[GARRISON_FOLLOWER_IN_PARTY_ADD_ERR]
property = true
[GARRISON_FOLLOWER_ITEMS]
property = true
[GARRISON_FOLLOWER_ITEMS_TOOLTIP]
property = true
[GARRISON_FOLLOWER_ITEM_LEVEL]
property = true
[GARRISON_FOLLOWER_LEVEL_UP]
property = true
[GARRISON_FOLLOWER_NAME]
property = true
[GARRISON_FOLLOWER_ON_MISSION]
property = true
[GARRISON_FOLLOWER_ON_MISSION_ADD_ERR]
property = true
[GARRISON_FOLLOWER_ON_MISSION_WITH_DURATION]
property = true
[GARRISON_FOLLOWER_QUALITY6_DESC]
property = true
[GARRISON_FOLLOWER_REMOVED]
property = true
[GARRISON_FOLLOWER_SHIP_ADDED]
property = true
[GARRISON_FOLLOWER_SHIP_DESTROYED]
property = true
[GARRISON_FOLLOWER_TOOLTIP_UPGRADE_XP]
property = true
[GARRISON_FOLLOWER_TOOLTIP_XP]
property = true
[GARRISON_FOLLOWER_UPGRADE_ERROR_CANNOT_APPLY_TEMPORARY_ABILITY]
property = true
[GARRISON_FOLLOWER_UPGRADE_ERROR_CANNOT_APPLY_UPGRADE]
property = true
[GARRISON_FOLLOWER_UPGRADE_ERROR_IS_NOT_MAX_LEVEL]
property = true
[GARRISON_FOLLOWER_UPGRADE_ERROR_NOT_COLLECTED]
property = true
[GARRISON_FOLLOWER_UPGRADE_ERROR_ON_MISSION]
property = true
[GARRISON_FOLLOWER_UPGRADE_ERROR_WORKING]
property = true
[GARRISON_FOLLOWER_UPGRADE_REQUIRES_MAX_LEVEL]
property = true
[GARRISON_FOLLOWER_WORKING]
property = true
[GARRISON_FOLLOWER_WORKING_ADD_ERR]
property = true
[GARRISON_FOLLOWER_XP_ADDED_SHIPMENT]
property = true
[GARRISON_FOLLOWER_XP_ADDED_ZONE_SUPPORT]
property = true
[GARRISON_FOLLOWER_XP_ADDED_ZONE_SUPPORT_LEVEL_UP]
property = true
[GARRISON_FOLLOWER_XP_ADDED_ZONE_SUPPORT_QUALITY_UP]
property = true
[GARRISON_FOLLOWER_XP_BAR_LABEL]
property = true
[GARRISON_FOLLOWER_XP_LEFT]
property = true
[GARRISON_FOLLOWER_XP_STRING]
property = true
[GARRISON_FOLLOWER_XP_UPGRADE_STRING]
property = true
[GARRISON_GATHERING_RECRUITS]
property = true
[GARRISON_HIRE_FOLLOWER]
property = true
[GARRISON_LANDING_AVAILABLE]
property = true
[GARRISON_LANDING_BUILDING_COMPLEATE]
property = true
[GARRISON_LANDING_COMPLETED]
property = true
[GARRISON_LANDING_INVASION]
property = true
[GARRISON_LANDING_INVASION_ALERT]
property = true
[GARRISON_LANDING_INVASION_TOOLTIP]
property = true
[GARRISON_LANDING_IN_PROGRESS]
property = true
[GARRISON_LANDING_NEXT]
property = true
[GARRISON_LANDING_PAGE_TITLE]
property = true
[GARRISON_LANDING_RECRUITMENT_STARTED_ALERT]
property = true
[GARRISON_LANDING_RETURN]
property = true
[GARRISON_LANDING_SHIPMENT_COUNT]
property = true
[GARRISON_LANDING_SHIPMENT_LABEL]
property = true
[GARRISON_LANDING_SHIPMENT_READY_TO_START]
property = true
[GARRISON_LANDING_SHIPMENT_STARTED_ALERT]
property = true
[GARRISON_LANDING_STATUS_BUILDING]
property = true
[GARRISON_LANDING_STATUS_MISSION_COMBAT]
property = true
[GARRISON_LANDING_STATUS_MISSION_TRAVEL]
property = true
[GARRISON_LOCATION_TOOLTIP]
property = true
[GARRISON_LOCKED_PLOT_TOOLTIP]
property = true
[GARRISON_MATERIAL_TOOLTIP]
property = true
[GARRISON_MAX_FOLLOWERS_CANNOT_RECRUIT]
property = true
[GARRISON_MAX_FOLLOWERS_MISSION_TOOLTIP]
property = true
[GARRISON_MAX_FOLLOWERS_TOOLTIP]
property = true
[GARRISON_MISSIONS]
property = true
[GARRISON_MISSIONS_TITLE]
property = true
[GARRISON_MISSION_ADDED]
property = true
[GARRISON_MISSION_ADDED_TOAST1]
property = true
[GARRISON_MISSION_ADDED_TOAST2]
property = true
[GARRISON_MISSION_ADD_FOLLOWER]
property = true
[GARRISON_MISSION_AREA_ENV]
property = true
[GARRISON_MISSION_AVAILABILITY]
property = true
[GARRISON_MISSION_BASE_XP]
property = true
[GARRISON_MISSION_BASE_XP_PLUS]
property = true
[GARRISON_MISSION_BONUS_BASE_XP_TOOLTIP]
property = true
[GARRISON_MISSION_BONUS_REWARD_MOMENT]
property = true
[GARRISON_MISSION_CHANCE]
property = true
[GARRISON_MISSION_CHANCE_TOOLTIP_HEADER]
property = true
[GARRISON_MISSION_CHANCE_TOOLTIP_TEXT]
property = true
[GARRISON_MISSION_COMPLETE]
property = true
[GARRISON_MISSION_COMPLETE_BONUS_CHANCE]
property = true
[GARRISON_MISSION_COUNTER_FROM]
property = true
[GARRISON_MISSION_ENVIRONMENT]
property = true
[GARRISON_MISSION_ENVIRONMENT_COUNTERED]
property = true
[GARRISON_MISSION_ENVIRONMENT_TOOLTIP]
property = true
[GARRISON_MISSION_EXHAUSTING]
property = true
[GARRISON_MISSION_EXPECTED_ILVL]
property = true
[GARRISON_MISSION_EXPECTED_ILVL_TOOLTIP]
property = true
[GARRISON_MISSION_FAILED]
property = true
[GARRISON_MISSION_IN_PROGRESS]
property = true
[GARRISON_MISSION_IN_PROGRESS_TOOLTIP]
property = true
[GARRISON_MISSION_LEVEL_ITEMLEVEL_TOOLTIP]
property = true
[GARRISON_MISSION_LEVEL_TOOLTIP]
property = true
[GARRISON_MISSION_PARTY_BUFFS]
property = true
[GARRISON_MISSION_PERCENT_CHANCE]
property = true
[GARRISON_MISSION_RARE]
property = true
[GARRISON_MISSION_REPORT]
property = true
[GARRISON_MISSION_REQUIRED_CHANCE_NOT_MET]
property = true
[GARRISON_MISSION_REQUIRED_FOLLOWERS_NOT_FOUND]
property = true
[GARRISON_MISSION_REQUIRED_SINGLE_FOLLOWER_NOT_FOUND]
property = true
[GARRISON_MISSION_REWARDS_TOOLTIP]
property = true
[GARRISON_MISSION_REWARD_HEADER]
property = true
[GARRISON_MISSION_STARTED]
property = true
[GARRISON_MISSION_SUCCESS]
property = true
[GARRISON_MISSION_TIME]
property = true
[GARRISON_MISSION_TIMELEFT]
property = true
[GARRISON_MISSION_TIME_TOTAL]
property = true
[GARRISON_MISSION_TOOLTIP_NUM_REQUIRED_FOLLOWERS]
property = true
[GARRISON_MISSION_TOOLTIP_RETURN_TO_START]
property = true
[GARRISON_MISSION_TRAVEL]
property = true
[GARRISON_MISSION_TUTORIAL1]
property = true
[GARRISON_MISSION_TUTORIAL2]
property = true
[GARRISON_MISSION_TUTORIAL3]
property = true
[GARRISON_MISSION_TUTORIAL4]
property = true
[GARRISON_MISSION_TUTORIAL5]
property = true
[GARRISON_MISSION_TUTORIAL6]
property = true
[GARRISON_MISSION_TUTORIAL7]
property = true
[GARRISON_MISSION_TUTORIAL8]
property = true
[GARRISON_MISSION_TUTORIAL9]
property = true
[GARRISON_MISSION_XP]
property = true
[GARRISON_MONUMENTS_TITLE]
property = true
[GARRISON_NAVAL_MAP]
property = true
[GARRISON_NOT_ENOUGH_MATERIALS_TOOLTIP]
property = true
[GARRISON_NO_MORE_FOLLOWER_ACTIVATIONS]
property = true
[GARRISON_NO_SELECTED_FOLLOWER]
property = true
[GARRISON_NO_SELECTED_SHIP]
property = true
[GARRISON_NUM_COMPLETED_MISSIONS]
property = true
[GARRISON_PARTY_INSTRUCTIONS_MANY]
property = true
[GARRISON_PARTY_INSTRUCTIONS_SINGLE]
property = true
[GARRISON_PARTY_NOT_ENOUGH_CHAMPIONS]
property = true
[GARRISON_PARTY_NOT_FULL_TOOLTIP]
property = true
[GARRISON_PICK_TITLE]
property = true
[GARRISON_PLAN_REQUIRED]
property = true
[GARRISON_RANDOM_RECRUIT]
property = true
[GARRISON_RECRUIT_ABILITIES]
property = true
[GARRISON_RECRUIT_ABILITY]
property = true
[GARRISON_RECRUIT_NEXT_WEEK]
property = true
[GARRISON_RECRUIT_TRAIT]
property = true
[GARRISON_RECRUIT_TRAITS]
property = true
[GARRISON_RESOURCES_LOOT]
property = true
[GARRISON_RETURN]
property = true
[GARRISON_REWARD_BRONZE_CHEST]
property = true
[GARRISON_REWARD_CHEST_TOOLTIP]
property = true
[GARRISON_REWARD_CURRENCY]
property = true
[GARRISON_REWARD_GOLD_CHEST]
property = true
[GARRISON_REWARD_MONEY]
property = true
[GARRISON_REWARD_PRESTIGE]
property = true
[GARRISON_REWARD_PRESTIGE_TOOLTIP]
property = true
[GARRISON_REWARD_SILVER_CHEST]
property = true
[GARRISON_REWARD_XP]
property = true
[GARRISON_REWARD_XP_FORMAT]
property = true
[GARRISON_SHIPMENT_EMPTY]
property = true
[GARRISON_SHIPMENT_IN_PROGRESS]
property = true
[GARRISON_SHIPMENT_READY]
property = true
[GARRISON_SHIPYARD_CONFIRM_EQUIPMENT]
property = true
[GARRISON_SHIPYARD_DANGEROUS_MISSION_LABEL]
property = true
[GARRISON_SHIPYARD_DANGEROUS_MISSION_TOOLTIP_TEXT]
property = true
[GARRISON_SHIPYARD_DANGEROUS_MISSION_TOOLTIP_TITLE]
property = true
[GARRISON_SHIPYARD_DANGEROUS_MISSION_WARNING]
property = true
[GARRISON_SHIPYARD_EQUIPMENT_EMPTY_SLOT_TOOLTIP]
property = true
[GARRISON_SHIPYARD_EQUIPMENT_EPIC_SLOT_TOOLTIP]
property = true
[GARRISON_SHIPYARD_EQUIPMENT_RARE_SLOT_TOOLTIP]
property = true
[GARRISON_SHIPYARD_EQUIPMENT_UPGRADE_SLOT]
property = true
[GARRISON_SHIPYARD_FLEET_TITLE]
property = true
[GARRISON_SHIPYARD_FOLLOWERS]
property = true
[GARRISON_SHIPYARD_FOLLOWER_ADDED_TOAST]
property = true
[GARRISON_SHIPYARD_FOLLOWER_ADDED_UPGRADED_TOAST]
property = true
[GARRISON_SHIPYARD_FOLLOWER_COUNT]
property = true
[GARRISON_SHIPYARD_FOLLOWER_CREW]
property = true
[GARRISON_SHIPYARD_FOLLOWER_EQUIPMENT_SLOTS]
property = true
[GARRISON_SHIPYARD_FOLLOWER_TYPE]
property = true
[GARRISON_SHIPYARD_MISSION_CHANCE_TOOLTIP_TEXT]
property = true
[GARRISON_SHIPYARD_MISSION_COMPLETE_SIEGEBREAKER_TOOLTIP]
property = true
[GARRISON_SHIPYARD_MISSION_INPROGRESS_TIMELEFT]
property = true
[GARRISON_SHIPYARD_MISSION_PARTY_BUFFS]
property = true
[GARRISON_SHIPYARD_MISSION_RARE]
property = true
[GARRISON_SHIPYARD_MISSION_REPORT]
property = true
[GARRISON_SHIPYARD_MISSION_REWARD]
property = true
[GARRISON_SHIPYARD_MISSION_TOOLTIP_NUM_REQUIRED_FOLLOWERS]
property = true
[GARRISON_SHIPYARD_MISSION_TOOLTIP_RETURN_TO_START]
property = true
[GARRISON_SHIPYARD_MISSION_TUTORIAL_AREABUFF]
property = true
[GARRISON_SHIPYARD_MISSION_TUTORIAL_BLOCKADE]
property = true
[GARRISON_SHIPYARD_MISSION_TUTORIAL_FIRST]
property = true
[GARRISON_SHIPYARD_MSSION_INPROGRESS_TOOLTIP]
property = true
[GARRISON_SHIPYARD_NO_SHIPS]
property = true
[GARRISON_SHIPYARD_NO_SHIPS_TOOLTIP]
property = true
[GARRISON_SHIPYARD_PARTY_NOT_FULL_TOOLTIP]
property = true
[GARRISON_SHIPYARD_REWARD_XP]
property = true
[GARRISON_SHIPYARD_SHIP_DESTROYED]
property = true
[GARRISON_SHIPYARD_SHIP_NAME]
property = true
[GARRISON_SHIPYARD_SHIP_SAVED]
property = true
[GARRISON_SHIPYARD_SHIP_SURVIVED]
property = true
[GARRISON_SHIPYARD_THREAT_COUNTER_TOOLTIP]
property = true
[GARRISON_SHIPYARD_TITLE]
property = true
[GARRISON_SHIP_CANNOT_DECOMMISSION_ON_MISSION]
property = true
[GARRISON_SHIP_CANNOT_DECOMMISSION_UNTIL_FULL]
property = true
[GARRISON_SHIP_CAN_COUNTER]
property = true
[GARRISON_SHIP_DECOMMISSION]
property = true
[GARRISON_SHIP_DECOMMISSION_CONFIRMATION]
property = true
[GARRISON_SHIP_DECOMMISSION_SUCCEEDED]
property = true
[GARRISON_SHIP_RENAME]
property = true
[GARRISON_SHIP_RENAME_DEFAULT_LABEL]
property = true
[GARRISON_SHIP_RENAME_LABEL]
property = true
[GARRISON_SKIP_ANIMATION_LABEL]
property = true
[GARRISON_SKIP_MISSION_LABEL]
property = true
[GARRISON_SPECIALIZATION_COOLDOWN]
property = true
[GARRISON_SPECIALIZATION_UNKNOWN]
property = true
[GARRISON_START_MISSION]
property = true
[GARRISON_SWITCH_SPECIALIZATIONS]
property = true
[GARRISON_TALENT_ORDER_ADVANCEMENT]
property = true
[GARRISON_TALENT_RESEARCH_COMPLETE]
property = true
[GARRISON_TEMPORARY_CATEGORY_FORMAT]
property = true
[GARRISON_THREAT_COUNTER]
property = true
[GARRISON_THREAT_COUNTER_TOOLTIP]
property = true
[GARRISON_TIER]
property = true
[GARRISON_TOWN_HALL]
property = true
[GARRISON_TOWN_HALL_ALLIANCE]
property = true
[GARRISON_TOWN_HALL_ALLIANCE_UPGRADE_TIER1_TOOLTIP]
property = true
[GARRISON_TOWN_HALL_ALLIANCE_UPGRADE_TIER2_TOOLTIP]
property = true
[GARRISON_TOWN_HALL_EXPLANATION]
property = true
[GARRISON_TOWN_HALL_HORDE]
property = true
[GARRISON_TOWN_HALL_HORDE_UPGRADE_TIER1_TOOLTIP]
property = true
[GARRISON_TOWN_HALL_HORDE_UPGRADE_TIER2_TOOLTIP]
property = true
[GARRISON_TOWN_HALL_LEVEL1_DESCRIPTION]
property = true
[GARRISON_TOWN_HALL_LEVEL2_DESCRIPTION]
property = true
[GARRISON_TOWN_HALL_LEVEL3_DESCRIPTION]
property = true
[GARRISON_TRAITS]
property = true
[GARRISON_TROPHY_LOCKED_SUBTEXT]
property = true
[GARRISON_TROPHY_NOT_SELECTED_TOOLTIP]
property = true
[GARRISON_TYPE_8_0_LANDING_PAGE_TITLE]
property = true
[GARRISON_TYPE_8_0_LANDING_PAGE_TOOLTIP]
property = true
[GARRISON_TYPE_AND_MECHANIC_NAME_FORMAT]
property = true
[GARRISON_UPDATE]
property = true
[GARRISON_UPGRADE_COMPLETE]
property = true
[GARRISON_UPGRADE_ERROR]
property = true
[GARRISON_UPGRADE_IN_PROGRESS]
property = true
[GARRISON_UPGRADE_NEED_PLAN]
property = true
[GARRISON_VIEW_COMPLETED_MISSIONS]
property = true
[GARRISON_VIEW_MISSION_PROGRESS_HERE]
property = true
[GARRISON_VISIT_LEADER]
property = true
[GARRISON_YOUR_MATERIAL]
property = true
[GARR_SPECIALIZATION_KNOWN]
property = true
[GARR_SPECIALIZATION_LEARNED]
property = true
[GARR_SPECIALIZATION_NO_BUILDING]
property = true
[GARR_UNABLE_TO_LEARN_SPECIALIZATION]
property = true
[GDAPI_REALMTYPE_NORMAL]
property = true
[GDAPI_REALMTYPE_PVP]
property = true
[GDAPI_REALMTYPE_PVP_RP]
property = true
[GDAPI_REALMTYPE_RP]
property = true
[GEARSETS_POPUP_TEXT]
property = true
[GEARSETS_TITLE]
property = true
[GEAR_FILTER]
property = true
[GEM_TEXT_BLUE]
property = true
[GEM_TEXT_COGWHEEL]
property = true
[GEM_TEXT_GREEN]
property = true
[GEM_TEXT_HYDRAULIC]
property = true
[GEM_TEXT_META]
property = true
[GEM_TEXT_ORANGE]
property = true
[GEM_TEXT_PRISMATIC]
property = true
[GEM_TEXT_PUNCHCARDBLUE]
property = true
[GEM_TEXT_PUNCHCARDRED]
property = true
[GEM_TEXT_PUNCHCARDYELLOW]
property = true
[GEM_TEXT_PURPLE]
property = true
[GEM_TEXT_RED]
property = true
[GEM_TEXT_YELLOW]
property = true
[GENERAL]
property = true
[GENERAL_LABEL]
property = true
[GENERAL_MACROS]
property = true
[GENERAL_SPELLS]
property = true
[GENERAL_SUBTEXT]
property = true
[GENERIC_FRACTION_STRING]
property = true
[GENERIC_FRACTION_STRING_WITH_SPACING]
property = true
[GERR_OUT_OF_LUNAR_POWER]
property = true
[GIVE_LOOT]
property = true
[GLANCING_TRAILER]
property = true
[GLOBAL_CHANNELS]
property = true
[GLYPHS]
property = true
[GLYPH_EMPTY]
property = true
[GLYPH_EMPTY_DESC]
property = true
[GLYPH_EXCLUSIVE_WITH]
property = true
[GLYPH_FILLED]
property = true
[GLYPH_INACTIVE]
property = true
[GLYPH_LOCKED]
property = true
[GLYPH_SLOTS]
property = true
[GLYPH_SLOT_REMOVE_TOOLTIP]
property = true
[GLYPH_SLOT_TOOLTIP1]
property = true
[GLYPH_SLOT_TOOLTIP2]
property = true
[GLYPH_SLOT_TOOLTIP3]
property = true
[GLYPH_SLOT_TOOLTIP4]
property = true
[GLYPH_SLOT_TOOLTIP5]
property = true
[GLYPH_SLOT_TOOLTIP6]
property = true
[GMSS_CHAT_DEFAULT_RESPONSE]
property = true
[GMSURVEYRATING1]
property = true
[GMSURVEYRATING2]
property = true
[GMSURVEYRATING3]
property = true
[GMSURVEYRATING4]
property = true
[GMSURVEYRATING5]
property = true
[GMSURVEY_BLOCK_TEXT]
property = true
[GMSURVEY_BLOCK_TEXT2]
property = true
[GMSURVEY_BLOCK_TEXT3]
property = true
[GMSURVEY_EXCELLENT]
property = true
[GMSURVEY_POOR]
property = true
[GMSURVEY_REQUEST_TEXT]
property = true
[GMSURVEY_SUBMITTED]
property = true
[GMSURVEY_TITLE]
property = true
[GM_CHAT]
property = true
[GM_CHAT_LAST_SESSION]
property = true
[GM_CHAT_OPEN]
property = true
[GM_CHAT_STATUS_READY]
property = true
[GM_CHAT_STATUS_READY_DESCRIPTION]
property = true
[GM_EMAIL_NAME]
property = true
[GM_RESPONSE_ALERT]
property = true
[GM_RESPONSE_FRAME_HEADER]
property = true
[GM_RESPONSE_ISSUE_HEADER]
property = true
[GM_RESPONSE_MESSAGE_HEADER]
property = true
[GM_RESPONSE_MORE_HELP]
property = true
[GM_RESPONSE_POPUP_MUST_RESOLVE_RESPONSE]
property = true
[GM_RESPONSE_POPUP_NEED_MORE_HELP_WARNING]
property = true
[GM_RESPONSE_POPUP_RESOLVE_CONFIRM]
property = true
[GM_RESPONSE_POPUP_VIEW_RESPONSE]
property = true
[GM_RESPONSE_RESOLVE]
property = true
[GM_SURVEY_NOT_APPLICABLE]
property = true
[GM_TICKET_ESCALATED]
property = true
[GM_TICKET_HIGH_VOLUME]
property = true
[GM_TICKET_SERVICE_SOON]
property = true
[GM_TICKET_UNAVAILABLE]
property = true
[GM_TICKET_WAIT_TIME]
property = true
[GOAL_COMPLETED]
property = true
[GOLD_AMOUNT]
property = true
[GOLD_AMOUNT_SYMBOL]
property = true
[GOLD_AMOUNT_TEXTURE]
property = true
[GOLD_AMOUNT_TEXTURE_STRING]
property = true
[GOLD_PER_DAY]
property = true
[GOODBYE]
property = true
[GOSSIP_OPTIONS]
property = true
[GRAND_MASTER]
property = true
[GRANTS_FOLLOWER_XP]
property = true
[GRANT_PET_LEVEL_CONFIRM]
property = true
[GRANT_PET_LEVEL_FAIL]
property = true
[GRAPHICS_CARD]
property = true
[GRAPHICS_HEADER]
property = true
[GRAPHICS_LABEL]
property = true
[GRAPHICS_OPTIONS_UNAVAILABLE]
property = true
[GRAPHICS_QUALITY]
property = true
[GRAPHICS_QUALITY_RECOMENDED]
property = true
[GRAPHICS_SETTING_NORMAL_NOTICE]
property = true
[GRAPHICS_SETTING_RAID_NOTICE]
property = true
[GRAVEYARD_ELIGIBLE]
property = true
[GRAVEYARD_ELIGIBLE_TOOLTIP]
property = true
[GRAVEYARD_SELECTED]
property = true
[GRAVEYARD_SELECTED_TOOLTIP]
property = true
[GREED]
property = true
[GREED_NEWBIE]
property = true
[GROUND_CLUTTER]
property = true
[GROUND_DENSITY]
property = true
[GROUND_RADIUS]
property = true
[GROUP]
property = true
[GROUP1_CHAT_TAG1]
property = true
[GROUP1_CHAT_TAG2]
property = true
[GROUP2_CHAT_TAG1]
property = true
[GROUP2_CHAT_TAG2]
property = true
[GROUP3_CHAT_TAG1]
property = true
[GROUP3_CHAT_TAG2]
property = true
[GROUP4_CHAT_TAG1]
property = true
[GROUP4_CHAT_TAG2]
property = true
[GROUP5_CHAT_TAG1]
property = true
[GROUP5_CHAT_TAG2]
property = true
[GROUP6_CHAT_TAG1]
property = true
[GROUP6_CHAT_TAG2]
property = true
[GROUP7_CHAT_TAG1]
property = true
[GROUP7_CHAT_TAG2]
property = true
[GROUP8_CHAT_TAG1]
property = true
[GROUP8_CHAT_TAG2]
property = true
[GROUPS]
property = true
[GROUP_FINDER]
property = true
[GROUP_INVITE]
property = true
[GROUP_NUMBER]
property = true
[GUIDE]
property = true
[GUIDE_TOOLTIP]
property = true
[GUILD]
property = true
[GUILDADDRANK_BUTTON_TOOLTIP]
property = true
[GUILDBANK_AVAILABLE_MONEY]
property = true
[GUILDBANK_AWARD_MONEY_SUMMARY_FORMAT]
property = true
[GUILDBANK_BUYTAB_MONEY_FORMAT]
property = true
[GUILDBANK_CASHFLOW]
property = true
[GUILDBANK_DEPOSIT]
property = true
[GUILDBANK_DEPOSIT_FORMAT]
property = true
[GUILDBANK_DEPOSIT_MONEY_FORMAT]
property = true
[GUILDBANK_INFO_TITLE_FORMAT]
property = true
[GUILDBANK_LOG_QUANTITY]
property = true
[GUILDBANK_LOG_TITLE_FORMAT]
property = true
[GUILDBANK_MOVE_FORMAT]
property = true
[GUILDBANK_NAME_CONFIG]
property = true
[GUILDBANK_POPUP_TEXT]
property = true
[GUILDBANK_REMAINING_MONEY]
property = true
[GUILDBANK_REPAIR]
property = true
[GUILDBANK_REPAIR_INSUFFICIENT_FUNDS]
property = true
[GUILDBANK_REPAIR_MONEY_FORMAT]
property = true
[GUILDBANK_REPAIR_PERSONAL]
property = true
[GUILDBANK_TAB_COLON]
property = true
[GUILDBANK_TAB_DEPOSIT_ONLY]
property = true
[GUILDBANK_TAB_FULL_ACCESS]
property = true
[GUILDBANK_TAB_LOCKED]
property = true
[GUILDBANK_TAB_NUMBER]
property = true
[GUILDBANK_TAB_WITHDRAW_ONLY]
property = true
[GUILDBANK_UNLOCKTAB_FORMAT]
property = true
[GUILDBANK_WITHDRAW]
property = true
[GUILDBANK_WITHDRAWFORTAB_MONEY_FORMAT]
property = true
[GUILDBANK_WITHDRAW_FORMAT]
property = true
[GUILDBANK_WITHDRAW_MONEY_FORMAT]
property = true
[GUILDCONTROL]
property = true
[GUILDCONTROL_ALLOWRANK]
property = true
[GUILDCONTROL_BANK_PERMISSIONS]
property = true
[GUILDCONTROL_DEPOSIT_ITEMS]
property = true
[GUILDCONTROL_GUILDRANKS]
property = true
[GUILDCONTROL_OPTION1]
property = true
[GUILDCONTROL_OPTION10]
property = true
[GUILDCONTROL_OPTION11]
property = true
[GUILDCONTROL_OPTION12]
property = true
[GUILDCONTROL_OPTION13]
property = true
[GUILDCONTROL_OPTION14]
property = true
[GUILDCONTROL_OPTION15]
property = true
[GUILDCONTROL_OPTION15_TOOLTIP]
property = true
[GUILDCONTROL_OPTION16]
property = true
[GUILDCONTROL_OPTION16_TOOLTIP]
property = true
[GUILDCONTROL_OPTION17]
property = true
[GUILDCONTROL_OPTION18]
property = true
[GUILDCONTROL_OPTION19]
property = true
[GUILDCONTROL_OPTION2]
property = true
[GUILDCONTROL_OPTION20]
property = true
[GUILDCONTROL_OPTION21]
property = true
[GUILDCONTROL_OPTION3]
property = true
[GUILDCONTROL_OPTION4]
property = true
[GUILDCONTROL_OPTION5]
property = true
[GUILDCONTROL_OPTION6]
property = true
[GUILDCONTROL_OPTION7]
property = true
[GUILDCONTROL_OPTION8]
property = true
[GUILDCONTROL_OPTION9]
property = true
[GUILDCONTROL_RANKLABEL]
property = true
[GUILDCONTROL_RANK_PERMISSIONS]
property = true
[GUILDCONTROL_SELECTRANK]
property = true
[GUILDCONTROL_UPDATE_TEXT]
property = true
[GUILDCONTROL_VIEW_TAB]
property = true
[GUILDCONTROL_WITHDRAW_GOLD]
property = true
[GUILDCONTROL_WITHDRAW_ITEMS]
property = true
[GUILDEVENT_TYPE_DEMOTE]
property = true
[GUILDEVENT_TYPE_INVITE]
property = true
[GUILDEVENT_TYPE_JOIN]
property = true
[GUILDEVENT_TYPE_PROMOTE]
property = true
[GUILDEVENT_TYPE_QUIT]
property = true
[GUILDEVENT_TYPE_REMOVE]
property = true
[GUILDFINDER_POPUP_TEXT]
property = true
[GUILDINFOTAB_APPLICANTS]
property = true
[GUILDINFOTAB_APPLICANTS_NONE]
property = true
[GUILDINFOTAB_INFO]
property = true
[GUILDINFOTAB_RECRUITMENT]
property = true
[GUILDMEMBER_ALERT]
property = true
[GUILDMOTD_BUTTON_TOOLTIP]
property = true
[GUILDNOTE_BUTTON_TOOLTIP]
property = true
[GUILDOFFICERNOTE_BUTTON_TOOLTIP]
property = true
[GUILDRECRUITMENT_ROLE1]
property = true
[GUILDRECRUITMENT_ROLE2]
property = true
[GUILDRECRUITMENT_ROLE3]
property = true
[GUILDREMOVERANK_BUTTON_TOOLTIP]
property = true
[GUILD_ACHIEVEMENT]
property = true
[GUILD_ACHIEVEMENTS_ELIGIBLE]
property = true
[GUILD_ACHIEVEMENTS_ELIGIBLE_MAXXP]
property = true
[GUILD_ACHIEVEMENTS_ELIGIBLE_MINXP]
property = true
[GUILD_ACHIEVEMENTS_TITLE]
property = true
[GUILD_ACHIEVEMENT_BROADCAST]
property = true
[GUILD_ACHIEVEMENT_EARNED_BY]
property = true
[GUILD_ACHIEVEMENT_UNLOCKED]
property = true
[GUILD_AND_COMMUNITIES]
property = true
[GUILD_AVAILABILITY]
property = true
[GUILD_AVAILABILITY_WEEKDAYS]
property = true
[GUILD_AVAILABILITY_WEEKENDS]
property = true
[GUILD_BANK]
property = true
[GUILD_BANK_LOG]
property = true
[GUILD_BANK_LOG_TIME]
property = true
[GUILD_BANK_MONEY_LOG]
property = true
[GUILD_BANK_TAB_INFO]
property = true
[GUILD_BECOMES_AVAILABLE]
property = true
[GUILD_CHALLENGES_THIS_WEEK]
property = true
[GUILD_CHALLENGE_COMPLETE_GOLD]
property = true
[GUILD_CHALLENGE_COMPLETE_XP]
property = true
[GUILD_CHALLENGE_COMPLETE_XP_GOLD]
property = true
[GUILD_CHALLENGE_LABEL]
property = true
[GUILD_CHALLENGE_LABEL1]
property = true
[GUILD_CHALLENGE_LABEL2]
property = true
[GUILD_CHALLENGE_LABEL3]
property = true
[GUILD_CHALLENGE_LABEL4]
property = true
[GUILD_CHALLENGE_LABEL5]
property = true
[GUILD_CHALLENGE_PROGRESS_FORMAT]
property = true
[GUILD_CHALLENGE_REWARD_GOLD]
property = true
[GUILD_CHALLENGE_REWARD_XP]
property = true
[GUILD_CHALLENGE_TOOLTIP1]
property = true
[GUILD_CHALLENGE_TOOLTIP2]
property = true
[GUILD_CHALLENGE_TOOLTIP3]
property = true
[GUILD_CHALLENGE_TOOLTIP4]
property = true
[GUILD_CHALLENGE_TOOLTIP5]
property = true
[GUILD_CHALLENGE_TOOLTIP_DONE]
property = true
[GUILD_CHALLENGE_TOOLTIP_PROGRESS]
property = true
[GUILD_CHALLENGE_TYPE1]
property = true
[GUILD_CHALLENGE_TYPE2]
property = true
[GUILD_CHALLENGE_TYPE3]
property = true
[GUILD_CHALLENGE_TYPE4]
property = true
[GUILD_CHALLENGE_TYPE5]
property = true
[GUILD_CHARTER]
property = true
[GUILD_CHARTER_CREATOR]
property = true
[GUILD_CHARTER_INVITE_PROMPT]
property = true
[GUILD_CHARTER_PURCHASE]
property = true
[GUILD_CHARTER_REGISTER]
property = true
[GUILD_CHARTER_TEMPLATE]
property = true
[GUILD_CHARTER_TITLE]
property = true
[GUILD_CHAT]
property = true
[GUILD_CLOSE_RECRUITMENT]
property = true
[GUILD_CONTROL_BUTTON_TEXT]
property = true
[GUILD_CONTROL_RANK_PERMISSION_HAS_OFFICER_PRIVLEGES]
property = true
[GUILD_CRAFTERS]
property = true
[GUILD_CREATE_EVENT_LINK]
property = true
[GUILD_CREATION]
property = true
[GUILD_CREST_DESIGN]
property = true
[GUILD_DUP_RANK]
property = true
[GUILD_EDIT_TEXT_LINK]
property = true
[GUILD_EVENTS]
property = true
[GUILD_EVENT_FORMAT]
property = true
[GUILD_EVENT_LOG]
property = true
[GUILD_EVENT_TODAY]
property = true
[GUILD_EXPERIENCE]
property = true
[GUILD_EXPERIENCE_CAP]
property = true
[GUILD_EXPERIENCE_CURRENT]
property = true
[GUILD_EXPERIENCE_DAILY]
property = true
[GUILD_EXPERIENCE_LABEL]
property = true
[GUILD_EXPERIENCE_NO_CAP]
property = true
[GUILD_EXPERIENCE_TOOLTIP]
property = true
[GUILD_FACTION_TITLE_EXALTED]
property = true
[GUILD_FACTION_TITLE_EXALTED_FEMALE]
property = true
[GUILD_FACTION_TITLE_FRIENDLY]
property = true
[GUILD_FACTION_TITLE_FRIENDLY_FEMALE]
property = true
[GUILD_FACTION_TITLE_HONORED]
property = true
[GUILD_FACTION_TITLE_HONORED_FEMALE]
property = true
[GUILD_FACTION_TITLE_REVERED]
property = true
[GUILD_FACTION_TITLE_REVERED_FEMALE]
property = true
[GUILD_FEAT_OF_STRENGTH_DESCRIPTION]
property = true
[GUILD_FINDER_DAYS_LEFT]
property = true
[GUILD_FINDER_LAST_DAY_LEFT]
property = true
[GUILD_FINDER_POSTING_EXPIRED]
property = true
[GUILD_FINDER_POSTING_GOING_TO_EXPIRE]
property = true
[GUILD_FINDER_REQUESTS_LEFT]
property = true
[GUILD_FRAME_CHALLENGES]
property = true
[GUILD_FRAME_TITLE]
property = true
[GUILD_GROUP]
property = true
[GUILD_HELP_TEXT_LINE1]
property = true
[GUILD_HELP_TEXT_LINE10]
property = true
[GUILD_HELP_TEXT_LINE11]
property = true
[GUILD_HELP_TEXT_LINE12]
property = true
[GUILD_HELP_TEXT_LINE13]
property = true
[GUILD_HELP_TEXT_LINE2]
property = true
[GUILD_HELP_TEXT_LINE3]
property = true
[GUILD_HELP_TEXT_LINE4]
property = true
[GUILD_HELP_TEXT_LINE5]
property = true
[GUILD_HELP_TEXT_LINE6]
property = true
[GUILD_HELP_TEXT_LINE7]
property = true
[GUILD_HELP_TEXT_LINE8]
property = true
[GUILD_HELP_TEXT_LINE9]
property = true
[GUILD_IMPEACH_BUTTON_TEXT]
property = true
[GUILD_IMPEACH_POPUP_CONFIRM]
property = true
[GUILD_IMPEACH_POPUP_TEXT]
property = true
[GUILD_INFORMATION]
property = true
[GUILD_INFO_EDITLABEL]
property = true
[GUILD_INFO_TEMPLATE]
property = true
[GUILD_INFO_TITLE]
property = true
[GUILD_INTEREST]
property = true
[GUILD_INTEREST_DUNGEON]
property = true
[GUILD_INTEREST_DUNGEON_TOOLTIP]
property = true
[GUILD_INTEREST_PVP]
property = true
[GUILD_INTEREST_PVP_TOOLTIP]
property = true
[GUILD_INTEREST_QUEST]
property = true
[GUILD_INTEREST_QUEST_TOOLTIP]
property = true
[GUILD_INTEREST_RAID]
property = true
[GUILD_INTEREST_RAID_TOOLTIP]
property = true
[GUILD_INTEREST_RP]
property = true
[GUILD_INTEREST_RP_TOOLTIP]
property = true
[GUILD_INVITATION]
property = true
[GUILD_INVITE_DECLINE]
property = true
[GUILD_INVITE_JOIN]
property = true
[GUILD_ITEM_LOOTED]
property = true
[GUILD_ITEM_LOOTED_BROADCAST]
property = true
[GUILD_LATEST_PERK]
property = true
[GUILD_LEAVE]
property = true
[GUILD_LEVEL]
property = true
[GUILD_LEVEL_AND_FACTION]
property = true
[GUILD_LOWERRANK_BUTTON_TOOLTIP]
property = true
[GUILD_MEMBERSHIP_REQUEST_SENT]
property = true
[GUILD_MEMBERS_ONLINE]
property = true
[GUILD_MEMBERS_ONLINE_COLON]
property = true
[GUILD_MEMBER_OPTIONS]
property = true
[GUILD_MEMBER_TEMPLATE]
property = true
[GUILD_MESSAGE]
property = true
[GUILD_MOTD]
property = true
[GUILD_MOTD_EDITLABEL]
property = true
[GUILD_MOTD_LABEL]
property = true
[GUILD_MOTD_LABEL2]
property = true
[GUILD_MOTD_TEMPLATE]
property = true
[GUILD_MOVE_COMPLETE]
property = true
[GUILD_MOVE_STARTING]
property = true
[GUILD_NAME]
property = true
[GUILD_NAME_ALERT]
property = true
[GUILD_NAME_ALERT_GM_HELP]
property = true
[GUILD_NAME_ALERT_MEMBER_HELP]
property = true
[GUILD_NAME_ALERT_WARNING]
property = true
[GUILD_NAME_TEMPLATE]
property = true
[GUILD_NEWS]
property = true
[GUILD_NEWS_AND_EVENTS]
property = true
[GUILD_NEWS_DATE]
property = true
[GUILD_NEWS_DUNGEON_ENCOUNTER_HEROIC]
property = true
[GUILD_NEWS_DUNGEON_ENCOUNTER_MYTHIC]
property = true
[GUILD_NEWS_DUNGEON_ENCOUNTER_NORMAL]
property = true
[GUILD_NEWS_FILTER1]
property = true
[GUILD_NEWS_FILTER2]
property = true
[GUILD_NEWS_FILTER3]
property = true
[GUILD_NEWS_FILTER4]
property = true
[GUILD_NEWS_FILTER5]
property = true
[GUILD_NEWS_FILTER6]
property = true
[GUILD_NEWS_FILTER7]
property = true
[GUILD_NEWS_FILTER9]
property = true
[GUILD_NEWS_FILTERS]
property = true
[GUILD_NEWS_FORMAT0]
property = true
[GUILD_NEWS_FORMAT1]
property = true
[GUILD_NEWS_FORMAT2]
property = true
[GUILD_NEWS_FORMAT3]
property = true
[GUILD_NEWS_FORMAT4]
property = true
[GUILD_NEWS_FORMAT5]
property = true
[GUILD_NEWS_FORMAT6]
property = true
[GUILD_NEWS_FORMAT7]
property = true
[GUILD_NEWS_FORMAT8]
property = true
[GUILD_NEWS_ITEM_PURCHASED]
property = true
[GUILD_NEWS_LINK_ITEM]
property = true
[GUILD_NEWS_MAKE_STICKY]
property = true
[GUILD_NEWS_MOTD]
property = true
[GUILD_NEWS_REMOVE_STICKY]
property = true
[GUILD_NEWS_TITLE]
property = true
[GUILD_NEWS_VIEW_ACHIEVEMENT]
property = true
[GUILD_NEW_RANK]
property = true
[GUILD_NEXT_PERK_LEVEL]
property = true
[GUILD_NOTES_LABEL]
property = true
[GUILD_NOTE_EDITLABEL]
property = true
[GUILD_NOT_ALLIED_S]
property = true
[GUILD_NO_GUILD_EVENTS]
property = true
[GUILD_NO_GUILD_NEWS]
property = true
[GUILD_OFFICERNOTES_LABEL]
property = true
[GUILD_OFFICERNOTE_EDITLABEL]
property = true
[GUILD_OFFICER_NOTE]
property = true
[GUILD_OFFICER_PERMISSION_ACCESS_CHANNELS]
property = true
[GUILD_OFFICER_PERMISSION_DELETE_EVENTS]
property = true
[GUILD_OFFICER_PERMISSION_DELETE_MESSAGES]
property = true
[GUILD_OFFICER_PERMISSION_FINDER_LIST]
property = true
[GUILD_OFFICER_PERMISSION_GUILD_INFO]
property = true
[GUILD_OFFICER_PERMISSION_INVITE_APPLICANTS]
property = true
[GUILD_OFFICER_PERMISSION_MOTD]
property = true
[GUILD_OFFICER_PERMISSION_OFFICER_NOTES]
property = true
[GUILD_OFFICER_PERMISSION_PUBLIC_NOTES]
property = true
[GUILD_OFFICER_PERMISSION_REMOVE_FROM_VOICE]
property = true
[GUILD_ONLINE_LABEL]
property = true
[GUILD_OPEN_RECRUITMENT]
property = true
[GUILD_PERKS]
property = true
[GUILD_PERKS_TITLE]
property = true
[GUILD_PETITION_LEADER_INSTRUCTIONS]
property = true
[GUILD_PETITION_MEMBER_INSTRUCTIONS]
property = true
[GUILD_PLAYSTYLE]
property = true
[GUILD_PLAYSTYLE_CASUAL]
property = true
[GUILD_PLAYSTYLE_HARDCORE]
property = true
[GUILD_PLAYSTYLE_MODERATE]
property = true
[GUILD_POINTS_TT]
property = true
[GUILD_PROMOTE]
property = true
[GUILD_PVP_STATUS]
property = true
[GUILD_RAISERANK_BUTTON_TOOLTIP]
property = true
[GUILD_RANK0_DESC]
property = true
[GUILD_RANK1_DESC]
property = true
[GUILD_RANK2_DESC]
property = true
[GUILD_RANK3_DESC]
property = true
[GUILD_RANK4_DESC]
property = true
[GUILD_RANK_AUTHENTICATOR_TOOLTIP]
property = true
[GUILD_RANK_UNAVAILABLE]
property = true
[GUILD_RANK_UNAVAILABLE_AUTHENTICATOR]
property = true
[GUILD_RECRUITMENT]
property = true
[GUILD_RECRUITMENT_ANYLEVEL]
property = true
[GUILD_RECRUITMENT_LEVEL]
property = true
[GUILD_RECRUITMENT_MAXLEVEL]
property = true
[GUILD_REGISTRAR_PURCHASE_TEXT]
property = true
[GUILD_RENAMED]
property = true
[GUILD_REPUTATION]
property = true
[GUILD_REPUTATION_CAP]
property = true
[GUILD_REPUTATION_COLON]
property = true
[GUILD_REPUTATION_WARNING]
property = true
[GUILD_REPUTATION_WARNING_GENERIC]
property = true
[GUILD_REPUTATION_WEEKLY]
property = true
[GUILD_REP_WEEKLY_CAPPED]
property = true
[GUILD_REWARDS_TITLE]
property = true
[GUILD_REWARDS_VISIT_VENDOR]
property = true
[GUILD_ROSTER]
property = true
[GUILD_ROSTER_ARENA_RATING]
property = true
[GUILD_ROSTER_DROPDOWN_ACHIEVEMENT_POINTS]
property = true
[GUILD_ROSTER_DROPDOWN_PLAYER_STATUS]
property = true
[GUILD_ROSTER_DROPDOWN_PROFESSION]
property = true
[GUILD_ROSTER_TEMPLATE]
property = true
[GUILD_ROSTER_VIEW]
property = true
[GUILD_SET_FILTERS_LINK]
property = true
[GUILD_STATUS]
property = true
[GUILD_TAB_GUILD]
property = true
[GUILD_TAB_GUILD_ABBR]
property = true
[GUILD_TAB_INFO]
property = true
[GUILD_TAB_INFO_ABBR]
property = true
[GUILD_TAB_NEWS]
property = true
[GUILD_TAB_NEWS_ABBR]
property = true
[GUILD_TAB_PERKS]
property = true
[GUILD_TAB_PERKS_ABBR]
property = true
[GUILD_TAB_REWARDS]
property = true
[GUILD_TAB_REWARDS_ABBR]
property = true
[GUILD_TAB_ROSTER]
property = true
[GUILD_TAB_ROSTER_ABBR]
property = true
[GUILD_TEMPLATE]
property = true
[GUILD_TITLE_TEMPLATE]
property = true
[GUILD_TOTAL]
property = true
[GUILD_TOTALONLINE]
property = true
[GUILD_TRADE_SKILL_CRAFTERS_COLON]
property = true
[GUILD_TRADE_SKILL_TITLE]
property = true
[GUILD_TRADE_SKILL_VIEW_CRAFTERS]
property = true
[GUILD_VIEW_ALL_PERKS_LINK]
property = true
[GUILD_VIEW_ALL_RECIPES_LINK]
property = true
[GUILD_VIEW_LOG]
property = true
[GUILD_VIEW_NEW_PERKS_LINK]
property = true
[GUILD_VIEW_RECIPES_LINK]
property = true
[GUILD_XP_TOTAL]
property = true
[GUILD_XP_WEEKLY]
property = true
[GXAPI]
property = true
[GXAPI_D3D11]
property = true
[GXAPI_D3D11_LEGACY]
property = true
[GXAPI_D3D12]
property = true
[GXAPI_D3D9]
property = true
[GXAPI_GLL]
property = true
[GXAPI_MTL]
property = true
[GXAPI_OPENGL]
property = true
[GX_ADAPTER_AUTO_DETECT]
property = true
[GX_ADAPTER_EXTERNAL]
property = true
[GX_ADAPTER_LOW_POWER]
property = true
[HAIR_HORNS_COLOR]
property = true
[HAIR_HORNS_STYLE]
property = true
[HAIR_NORMAL_COLOR]
property = true
[HAIR_NORMAL_STYLE]
property = true
[HANDSSLOT]
property = true
[HAPPINESS]
property = true
[HARASSMENT]
property = true
[HARASSMENT_POLICY_TEXT]
property = true
[HARASSMENT_TEXT]
property = true
[HARDWARE]
property = true
[HARDWARE_CURSOR]
property = true
[HARMFUL_AURA_COMBATLOG_TOOLTIP]
property = true
[HATRED]
property = true
[HAVE_MAIL]
property = true
[HAVE_MAIL_FROM]
property = true
[HEADER_COLON]
property = true
[HEADSLOT]
property = true
[HEAD_BOB]
property = true
[HEALER]
property = true
[HEALING_DONE_TOOLTIP]
property = true
[HEALS]
property = true
[HEALTH]
property = true
[HEALTH_COLON]
property = true
[HEALTH_COST]
property = true
[HEALTH_COST_PCT]
property = true
[HEALTH_COST_PER_TIME]
property = true
[HEALTH_COST_PER_TIME_NO_BASE]
property = true
[HEALTH_LOW]
property = true
[HEART_OF_AZEROTH_LEVEL]
property = true
[HEART_OF_AZEROTH_MISSING_ACTIVE_POWERS]
property = true
[HEART_OF_AZEROTH_MISSING_ERROR]
property = true
[HEIRLOOMS]
property = true
[HEIRLOOMS_CATEGORY_BACK]
property = true
[HEIRLOOMS_CATEGORY_CHEST]
property = true
[HEIRLOOMS_CATEGORY_HEAD]
property = true
[HEIRLOOMS_CATEGORY_LEGS]
property = true
[HEIRLOOMS_CATEGORY_SHOULDER]
property = true
[HEIRLOOMS_CATEGORY_TRINKETS_RINGS_AND_NECKLACES]
property = true
[HEIRLOOMS_CATEGORY_WEAPON]
property = true
[HEIRLOOMS_CLASS_FILTER_FORMAT]
property = true
[HEIRLOOMS_CLASS_SPEC_FILTER_FORMAT]
property = true
[HEIRLOOMS_JOURNAL]
property = true
[HEIRLOOMS_JOURNAL_TUTORIAL_TAB]
property = true
[HEIRLOOMS_JOURNAL_TUTORIAL_UPGRADE]
property = true
[HEIRLOOMS_MICRO_BUTTON_SPEC_TUTORIAL]
property = true
[HEIRLOOMS_PROGRESS_FORMAT]
property = true
[HEIRLOOMS_PVP]
property = true
[HEIRLOOM_UPGRADE_TOOLTIP_FORMAT]
property = true
[HELPFRAME_ACCOUNTSECURITY_FOOTER]
property = true
[HELPFRAME_ACCOUNTSECURITY_TEXT1]
property = true
[HELPFRAME_ACCOUNTSECURITY_TEXT1_HEADER]
property = true
[HELPFRAME_ACCOUNTSECURITY_TEXT2]
property = true
[HELPFRAME_ACCOUNTSECURITY_TEXT2_HEADER]
property = true
[HELPFRAME_ACCOUNTSECURITY_TEXT3]
property = true
[HELPFRAME_ACCOUNTSECURITY_TEXT3_HEADER]
property = true
[HELPFRAME_ACCOUNTSECURITY_TITLE]
property = true
[HELPFRAME_ACCOUNT_BULLET1]
property = true
[HELPFRAME_ACCOUNT_BULLET2]
property = true
[HELPFRAME_ACCOUNT_BULLET3]
property = true
[HELPFRAME_ACCOUNT_BULLET4]
property = true
[HELPFRAME_ACCOUNT_BULLET_TITLE1]
property = true
[HELPFRAME_ACCOUNT_BUTTON_TEXT]
property = true
[HELPFRAME_ACCOUNT_TEXT]
property = true
[HELPFRAME_ACCOUNT_TITLE]
property = true
[HELPFRAME_BUG_BUTTON_DESCRIPTION]
property = true
[HELPFRAME_BUG_BUTTON_TEXT]
property = true
[HELPFRAME_CHARACTER_BULLET1]
property = true
[HELPFRAME_CHARACTER_BULLET2]
property = true
[HELPFRAME_CHARACTER_BULLET3]
property = true
[HELPFRAME_CHARACTER_BULLET4]
property = true
[HELPFRAME_CHARACTER_BULLET5]
property = true
[HELPFRAME_CHARACTER_BULLET_TITLE1]
property = true
[HELPFRAME_CHARACTER_BUTTON_TEXT]
property = true
[HELPFRAME_CHARACTER_TEXT]
property = true
[HELPFRAME_CHARACTER_TITLE]
property = true
[HELPFRAME_ENVIRONMENTAL_BULLET1]
property = true
[HELPFRAME_ENVIRONMENTAL_BULLET2]
property = true
[HELPFRAME_ENVIRONMENTAL_BULLET3]
property = true
[HELPFRAME_ENVIRONMENTAL_BULLET4]
property = true
[HELPFRAME_ENVIRONMENTAL_BULLET5]
property = true
[HELPFRAME_ENVIRONMENTAL_BULLET6]
property = true
[HELPFRAME_ENVIRONMENTAL_BULLET_TITLE1]
property = true
[HELPFRAME_ENVIRONMENTAL_BULLET_TITLE2]
property = true
[HELPFRAME_ENVIRONMENTAL_BUTTON_TEXT]
property = true
[HELPFRAME_ENVIRONMENTAL_TEXT]
property = true
[HELPFRAME_ENVIRONMENTAL_TITLE]
property = true
[HELPFRAME_GENERAL_BUTTON_DESCRIPTION]
property = true
[HELPFRAME_GENERAL_BUTTON_TEXT]
property = true
[HELPFRAME_GM_BUTTON_DESCRIPTION]
property = true
[HELPFRAME_GM_BUTTON_TEXT]
property = true
[HELPFRAME_GUILD_BULLET1]
property = true
[HELPFRAME_GUILD_BULLET2]
property = true
[HELPFRAME_GUILD_BULLET3]
property = true
[HELPFRAME_GUILD_BULLET_TITLE1]
property = true
[HELPFRAME_GUILD_BUTTON_TEXT]
property = true
[HELPFRAME_GUILD_TEXT]
property = true
[HELPFRAME_GUILD_TITLE]
property = true
[HELPFRAME_HARASSMENT_BUTTON_DESCRIPTION]
property = true
[HELPFRAME_HARASSMENT_BUTTON_TEXT]
property = true
[HELPFRAME_HOME_TEXT]
property = true
[HELPFRAME_ITEM_BULLET1]
property = true
[HELPFRAME_ITEM_BULLET2]
property = true
[HELPFRAME_ITEM_BULLET3]
property = true
[HELPFRAME_ITEM_BULLET4]
property = true
[HELPFRAME_ITEM_BULLET5]
property = true
[HELPFRAME_ITEM_BULLET6]
property = true
[HELPFRAME_ITEM_BULLET7]
property = true
[HELPFRAME_ITEM_BULLET_TITLE1]
property = true
[HELPFRAME_ITEM_BULLET_TITLE2]
property = true
[HELPFRAME_ITEM_BUTTON_TEXT]
property = true
[HELPFRAME_ITEM_RESTORATION]
property = true
[HELPFRAME_ITEM_TEXT]
property = true
[HELPFRAME_ITEM_TITLE]
property = true
[HELPFRAME_LAG_TEXT1]
property = true
[HELPFRAME_LAG_TITLE]
property = true
[HELPFRAME_NONQUEST_BULLET1]
property = true
[HELPFRAME_NONQUEST_BULLET2]
property = true
[HELPFRAME_NONQUEST_BULLET3]
property = true
[HELPFRAME_NONQUEST_BULLET4]
property = true
[HELPFRAME_NONQUEST_BULLET5]
property = true
[HELPFRAME_NONQUEST_BULLET6]
property = true
[HELPFRAME_NONQUEST_BULLET7]
property = true
[HELPFRAME_NONQUEST_BULLET_TITLE1]
property = true
[HELPFRAME_NONQUEST_BULLET_TITLE2]
property = true
[HELPFRAME_NONQUEST_BUTTON_TEXT]
property = true
[HELPFRAME_NONQUEST_TEXT]
property = true
[HELPFRAME_NONQUEST_TITLE]
property = true
[HELPFRAME_OPENTICKETINSTRUCTIONS_TEXT1]
property = true
[HELPFRAME_OPENTICKETINSTRUCTIONS_TEXT2]
property = true
[HELPFRAME_OPENTICKETINSTRUCTIONS_TEXT3]
property = true
[HELPFRAME_OPENTICKETINSTRUCTIONS_TITLE]
property = true
[HELPFRAME_OPENTICKET_EDITTEXT]
property = true
[HELPFRAME_OPENTICKET_FOLLOWUPTEXT]
property = true
[HELPFRAME_OPENTICKET_TEXT]
property = true
[HELPFRAME_OTHER_BUTTON_DESCRIPTION]
property = true
[HELPFRAME_OTHER_BUTTON_TEXT]
property = true
[HELPFRAME_QUEST_BULLET1]
property = true
[HELPFRAME_QUEST_BULLET2]
property = true
[HELPFRAME_QUEST_BULLET3]
property = true
[HELPFRAME_QUEST_BULLET4]
property = true
[HELPFRAME_QUEST_BULLET5]
property = true
[HELPFRAME_QUEST_BULLET_TITLE1]
property = true
[HELPFRAME_QUEST_BULLET_TITLE2]
property = true
[HELPFRAME_QUEST_BUTTON_TEXT]
property = true
[HELPFRAME_QUEST_TEXT]
property = true
[HELPFRAME_QUEST_TITLE]
property = true
[HELPFRAME_REPORTLAG_TEXT1]
property = true
[HELPFRAME_REPORT_ABUSE_HELP]
property = true
[HELPFRAME_REPORT_BUG_TEXT1]
property = true
[HELPFRAME_REPORT_BUG_TITLE]
property = true
[HELPFRAME_REPORT_PLAYER_EXAMPLE_CHAT]
property = true
[HELPFRAME_REPORT_PLAYER_EXAMPLE_CHAT_CLICK_LOCATION]
property = true
[HELPFRAME_REPORT_PLAYER_EXAMPLE_TARGET_CLICK_LOCATION]
property = true
[HELPFRAME_REPORT_PLAYER_EXAMPLE_TARGET_NAME]
property = true
[HELPFRAME_REPORT_PLAYER_RIGHT_CLICK]
property = true
[HELPFRAME_REPORT_PLAYER_TEXT1]
property = true
[HELPFRAME_REPORT_PLAYER_TITLE]
property = true
[HELPFRAME_STUCK_BUTTON_DESCRIPTION]
property = true
[HELPFRAME_STUCK_BUTTON_TEXT]
property = true
[HELPFRAME_STUCK_GRAVEYARD]
property = true
[HELPFRAME_STUCK_GRAVEYARD_HEADER]
property = true
[HELPFRAME_STUCK_HEARTHSTONE]
property = true
[HELPFRAME_STUCK_HEARTHSTONE_HEADER]
property = true
[HELPFRAME_STUCK_HEARTHSTONE_MISSING]
property = true
[HELPFRAME_STUCK_TEXT1]
property = true
[HELPFRAME_STUCK_TITLE]
property = true
[HELPFRAME_SUBMIT_SUGGESTION_LEGAL]
property = true
[HELPFRAME_SUBMIT_SUGGESTION_TEXT1]
property = true
[HELPFRAME_SUBMIT_SUGGESTION_TITLE]
property = true
[HELPFRAME_SUBMIT_TICKET_TITLE]
property = true
[HELPFRAME_SUGGESTION_BUTTON_DESCRIPTION]
property = true
[HELPFRAME_SUGGESTION_BUTTON_TEXT]
property = true
[HELPFRAME_TECHNICAL_BULLET1]
property = true
[HELPFRAME_TECHNICAL_BULLET2]
property = true
[HELPFRAME_TECHNICAL_BULLET3]
property = true
[HELPFRAME_TECHNICAL_BULLET4]
property = true
[HELPFRAME_TECHNICAL_BULLET5]
property = true
[HELPFRAME_TECHNICAL_BULLET6]
property = true
[HELPFRAME_TECHNICAL_BULLET7]
property = true
[HELPFRAME_TECHNICAL_BULLET_TITLE1]
property = true
[HELPFRAME_TECHNICAL_BUTTON_TEXT]
property = true
[HELPFRAME_TECHNICAL_TEXT]
property = true
[HELPFRAME_TECHNICAL_TITLE]
property = true
[HELPFRAME_TICKET_CLICK_HELP]
property = true
[HELPFRAME_TICKET_TUTORIAL_HELP]
property = true
[HELPFRAME_WELCOME_TEXT1]
property = true
[HELPFRAME_WELCOME_TITLE]
property = true
[HELP_BUTTON]
property = true
[HELP_FRAME_TITLE]
property = true
[HELP_LABEL]
property = true
[HELP_SUBTEXT]
property = true
[HELP_TEXT_LINE1]
property = true
[HELP_TEXT_LINE10]
property = true
[HELP_TEXT_LINE11]
property = true
[HELP_TEXT_LINE12]
property = true
[HELP_TEXT_LINE13]
property = true
[HELP_TEXT_LINE14]
property = true
[HELP_TEXT_LINE15]
property = true
[HELP_TEXT_LINE2]
property = true
[HELP_TEXT_LINE3]
property = true
[HELP_TEXT_LINE4]
property = true
[HELP_TEXT_LINE5]
property = true
[HELP_TEXT_LINE6]
property = true
[HELP_TEXT_LINE7]
property = true
[HELP_TEXT_LINE8]
property = true
[HELP_TEXT_LINE9]
property = true
[HELP_TEXT_SIMPLE]
property = true
[HELP_TICKET_ABANDON]
property = true
[HELP_TICKET_ABANDON_CONFIRM]
property = true
[HELP_TICKET_EDIT]
property = true
[HELP_TICKET_EDIT_ABANDON]
property = true
[HELP_TICKET_OPEN]
property = true
[HELP_TICKET_QUEUE_DISABLED]
property = true
[HELP_TIP_BUTTON_GOT_IT]
property = true
[HEROIC_PREFIX]
property = true
[HEROIC_SCENARIO]
property = true
[HEROIC_SCENARIO_BONUS_VALOR]
property = true
[HEROIC_SCENARIO_BONUS_VALOR_SPECIFIC]
property = true
[HERTZ]
property = true
[HIDE]
property = true
[HIDE_ADVENTURE_JOURNAL_ALERTS]
property = true
[HIDE_OUTDOOR_WORLD_STATE_TEXT]
property = true
[HIDE_PARTY_INTERFACE_TEXT]
property = true
[HIDE_PULLOUT_BG]
property = true
[HIGH]
property = true
[HIGHLIGHTING]
property = true
[HIGHLIGHT_ABILITY_COMBATLOG_TOOLTIP]
property = true
[HIGHLIGHT_DAMAGE_COMBATLOG_TOOLTIP]
property = true
[HIGHLIGHT_KILL_COMBATLOG_TOOLTIP]
property = true
[HIGHLIGHT_SCHOOL_COMBATLOG_TOOLTIP]
property = true
[HIGHMOUNTAIN]
property = true
[HIGH_BIDDER]
property = true
[HISTORY]
property = true
[HIT]
property = true
[HIT_LCD]
property = true
[HIVEMIND_ENERGY]
property = true
[HK]
property = true
[HOLIDAY_TRANSMOG_THEME_01]
property = true
[HOLIDAY_TRANSMOG_THEME_02]
property = true
[HOLIDAY_TRANSMOG_THEME_03]
property = true
[HOLIDAY_TRANSMOG_THEME_04]
property = true
[HOLIDAY_TRANSMOG_THEME_05]
property = true
[HOLIDAY_TRANSMOG_THEME_06]
property = true
[HOLIDAY_TRANSMOG_THEME_07]
property = true
[HOLIDAY_TRANSMOG_THEME_08]
property = true
[HOLIDAY_TRANSMOG_THEME_09]
property = true
[HOLIDAY_TRANSMOG_THEME_10]
property = true
[HOLIDAY_TRANSMOG_THEME_11]
property = true
[HOLIDAY_TRANSMOG_THEME_12]
property = true
[HOLIDAY_TRANSMOG_THEME_13]
property = true
[HOLIDAY_TRANSMOG_THEME_14]
property = true
[HOLIDAY_TRANSMOG_THEME_15]
property = true
[HOLIDAY_TRANSMOG_THEME_16]
property = true
[HOLY_POWER]
property = true
[HOLY_POWER_COST]
property = true
[HOLY_POWER_COST_PER_TIME]
property = true
[HOLY_POWER_COST_PER_TIME_NO_BASE]
property = true
[HOLY_POWER_TOOLTIP]
property = true
[HOME]
property = true
[HOME_INN]
property = true
[HONOR]
property = true
[HONORABLE_KILLS]
property = true
[HONORABLE_KILLS_TOOLTIP]
property = true
[HONOR_BAR]
property = true
[HONOR_CONTRIBUTION_POINTS]
property = true
[HONOR_ESTIMATED_TOOLTIP]
property = true
[HONOR_GAINED]
property = true
[HONOR_GAINED_TOOLTIP]
property = true
[HONOR_HIGHEST_RANK]
property = true
[HONOR_LASTWEEK]
property = true
[HONOR_LEVEL_LABEL]
property = true
[HONOR_LEVEL_TOOLTIP]
property = true
[HONOR_LIFETIME]
property = true
[HONOR_POINTS]
property = true
[HONOR_REWARD_ARTIFACT_POWER]
property = true
[HONOR_REWARD_MONEY]
property = true
[HONOR_REWARD_TITLE]
property = true
[HONOR_REWARD_TITLE_TOOLTIP]
property = true
[HONOR_STANDING]
property = true
[HONOR_TALENT_CAN_NOW_PRESTIGE]
property = true
[HONOR_TALENT_FIRST_TALENT]
property = true
[HONOR_TALENT_HONOR_LEVELS]
property = true
[HONOR_THIS_SESSION]
property = true
[HONOR_TODAY]
property = true
[HONOR_YESTERDAY]
property = true
[HONOR_YOUVE_REACHED]
property = true
[HORDE_CHEER]
property = true
[HOSTILE]
property = true
[HOT_ITEM]
property = true
[HOT_ITEM_SELLER]
property = true
[HOURS]
property = true
[HOURS_ABBR]
property = true
[HOURS_MINUTES_SECONDS]
property = true
[HOURS_MINUTES_SECONDS_MILLISECONDS]
property = true
[HOUR_ONELETTER_ABBR]
property = true
[HP]
property = true
[HP_TEMPLATE]
property = true
[HUNTER_AGILITY_TOOLTIP]
property = true
[HUNTER_BM_CORE_ABILITY_1]
property = true
[HUNTER_BM_CORE_ABILITY_2]
property = true
[HUNTER_BM_CORE_ABILITY_3]
property = true
[HUNTER_BM_CORE_ABILITY_4]
property = true
[HUNTER_BM_CORE_ABILITY_5]
property = true
[HUNTER_BM_CORE_ABILITY_6]
property = true
[HUNTER_INTELLECT_TOOLTIP]
property = true
[HUNTER_MM_CORE_ABILITY_1]
property = true
[HUNTER_MM_CORE_ABILITY_2]
property = true
[HUNTER_MM_CORE_ABILITY_3]
property = true
[HUNTER_MM_CORE_ABILITY_4]
property = true
[HUNTER_MM_CORE_ABILITY_5]
property = true
[HUNTER_MM_CORE_ABILITY_6]
property = true
[HUNTER_PET_CUNNING_CORE_ABILITY_1]
property = true
[HUNTER_PET_CUNNING_CORE_ABILITY_2]
property = true
[HUNTER_PET_CUNNING_CORE_ABILITY_3]
property = true
[HUNTER_PET_CUNNING_CORE_ABILITY_4]
property = true
[HUNTER_PET_CUNNING_CORE_ABILITY_5]
property = true
[HUNTER_PET_CUNNING_CORE_ABILITY_6]
property = true
[HUNTER_PET_FEROCITY_CORE_ABILITY_1]
property = true
[HUNTER_PET_FEROCITY_CORE_ABILITY_2]
property = true
[HUNTER_PET_FEROCITY_CORE_ABILITY_3]
property = true
[HUNTER_PET_FEROCITY_CORE_ABILITY_4]
property = true
[HUNTER_PET_TENACITY_CORE_ABILITY_1]
property = true
[HUNTER_PET_TENACITY_CORE_ABILITY_2]
property = true
[HUNTER_PET_TENACITY_CORE_ABILITY_3]
property = true
[HUNTER_PET_TENACITY_CORE_ABILITY_4]
property = true
[HUNTER_PET_TENACITY_CORE_ABILITY_5]
property = true
[HUNTER_PET_TENACITY_CORE_ABILITY_6]
property = true
[HUNTER_SV_CORE_ABILITY_1]
property = true
[HUNTER_SV_CORE_ABILITY_2]
property = true
[HUNTER_SV_CORE_ABILITY_3]
property = true
[HUNTER_SV_CORE_ABILITY_4]
property = true
[HUNTER_SV_CORE_ABILITY_5]
property = true
[HUNTER_SV_CORE_ABILITY_6]
property = true
[HUNTER_TRACKING_TEXT]
property = true
[HYDRAULIC_GEM]
property = true
[ICON_TAG_RAID_TARGET_CIRCLE1]
property = true
[ICON_TAG_RAID_TARGET_CIRCLE2]
property = true
[ICON_TAG_RAID_TARGET_CIRCLE3]
property = true
[ICON_TAG_RAID_TARGET_CROSS1]
property = true
[ICON_TAG_RAID_TARGET_CROSS2]
property = true
[ICON_TAG_RAID_TARGET_CROSS3]
property = true
[ICON_TAG_RAID_TARGET_DIAMOND1]
property = true
[ICON_TAG_RAID_TARGET_DIAMOND2]
property = true
[ICON_TAG_RAID_TARGET_DIAMOND3]
property = true
[ICON_TAG_RAID_TARGET_MOON1]
property = true
[ICON_TAG_RAID_TARGET_MOON2]
property = true
[ICON_TAG_RAID_TARGET_MOON3]
property = true
[ICON_TAG_RAID_TARGET_SKULL1]
property = true
[ICON_TAG_RAID_TARGET_SKULL2]
property = true
[ICON_TAG_RAID_TARGET_SKULL3]
property = true
[ICON_TAG_RAID_TARGET_SQUARE1]
property = true
[ICON_TAG_RAID_TARGET_SQUARE2]
property = true
[ICON_TAG_RAID_TARGET_SQUARE3]
property = true
[ICON_TAG_RAID_TARGET_STAR1]
property = true
[ICON_TAG_RAID_TARGET_STAR2]
property = true
[ICON_TAG_RAID_TARGET_STAR3]
property = true
[ICON_TAG_RAID_TARGET_TRIANGLE1]
property = true
[ICON_TAG_RAID_TARGET_TRIANGLE2]
property = true
[ICON_TAG_RAID_TARGET_TRIANGLE3]
property = true
[ID]
property = true
[IDLE_MESSAGE]
property = true
[IF_EQUIPPED_TOGETHER]
property = true
[IGNORE]
property = true
[IGNORED]
property = true
[IGNORED_QUEST_DISPLAY]
property = true
[IGNORE_DIALOG]
property = true
[IGNORE_ERRORS]
property = true
[IGNORE_LIST]
property = true
[IGNORE_PLAYER]
property = true
[IGNORE_QUEST]
property = true
[IGNORE_REMOVE]
property = true
[IGR_BILLING_NAG_DIALOG]
property = true
[ILLIDAN_ORIGINS_PIT_LORD_BOSSNAME]
property = true
[ILLIDAN_ORIGINS_RL_ABILITY_ARCANE_SIPHON_01]
property = true
[ILLIDAN_ORIGINS_RL_ABILITY_ARCANE_SIPHON_02]
property = true
[ILLIDAN_ORIGINS_RL_ABILITY_COLLAPSING_STAR]
property = true
[ILLIDAN_ORIGINS_RL_ABILITY_FURY_OF_THE_COSMOS]
property = true
[ILLIDAN_ORIGINS_RL_ABILITY_STORMRAGE]
property = true
[ILLIDAN_ORIGINS_RL_ABILITY_WARHAWK]
property = true
[ILLIDAN_ORIGINS_RL_ESSENCE_OF_THE_ARCANE_NEEDED]
property = true
[ILLUSTRIOUS]
property = true
[IMMUNE]
property = true
[IMPORTANT_PEOPLE_IN_GROUP]
property = true
[IM_STYLE]
property = true
[INBOX]
property = true
[INBOX_TOO_MUCH_MAIL]
property = true
[INBOX_TOO_MUCH_MAIL_TOOLTIP]
property = true
[INCLUDED_BATTLEGROUNDS]
property = true
[INCLUDED_DUNGEONS]
property = true
[INCLUDED_DUNGEONS_EMPTY]
property = true
[INCLUDED_DUNGEONS_SUBTEXT]
property = true
[INCLUDED_DUNGEONS_TIMEWALKER_EMPTY]
property = true
[INCLUDED_SCENARIOS]
property = true
[INCLUDED_SCENARIOS_EMPTY]
property = true
[INCLUDED_SCENARIOS_SUBTEXT]
property = true
[INCOMING_SUMMON_TOOLTIP_SUMMON_ACCEPTED]
property = true
[INCOMING_SUMMON_TOOLTIP_SUMMON_DECLINED]
property = true
[INCOMING_SUMMON_TOOLTIP_SUMMON_PENDING]
property = true
[INCOMPLETE]
property = true
[INCREASE_POTENTIAL]
property = true
[INDIVIDUALS]
property = true
[INELIGIBLE_BOSSES]
property = true
[INELIGIBLE_FOR_LOOT]
property = true
[INFO]
property = true
[INPUT_CHINESE]
property = true
[INPUT_JAPANESE]
property = true
[INPUT_KOREAN]
property = true
[INPUT_ROMAN]
property = true
[INSANITY]
property = true
[INSANITY_COST]
property = true
[INSANITY_COST_LARGE]
property = true
[INSANITY_COST_LARGE_PER_TIME]
property = true
[INSANITY_COST_LARGE_PER_TIME_NO_BASE]
property = true
[INSANITY_COST_PER_TIME]
property = true
[INSANITY_COST_PER_TIME_NO_BASE]
property = true
[INSANITY_POWER]
property = true
[INSCRIPTION]
property = true
[INSPECT]
property = true
[INSPECT_GUILD_FACTION]
property = true
[INSPECT_GUILD_LEVEL]
property = true
[INSPECT_GUILD_NUM_MEMBERS]
property = true
[INSPECT_HONORABLE_KILLS]
property = true
[INSPECT_NOTIFY]
property = true
[INSTANCE]
property = true
[INSTANCE_BOOT_TIMER]
property = true
[INSTANCE_CHAT]
property = true
[INSTANCE_CHAT_LEADER]
property = true
[INSTANCE_CHAT_MESSAGE]
property = true
[INSTANCE_DIFFICULTY_FORMAT]
property = true
[INSTANCE_ID]
property = true
[INSTANCE_LEAVE]
property = true
[INSTANCE_LOCK_SEPARATOR]
property = true
[INSTANCE_LOCK_SS]
property = true
[INSTANCE_LOCK_TIMER]
property = true
[INSTANCE_LOCK_TIMER_PREVIOUSLY_SAVED]
property = true
[INSTANCE_LOCK_WARNING]
property = true
[INSTANCE_LOCK_WARNING_PREVIOUSLY_SAVED]
property = true
[INSTANCE_PARTY_LEAVE]
property = true
[INSTANCE_RESET_FAILED]
property = true
[INSTANCE_RESET_FAILED_OFFLINE]
property = true
[INSTANCE_RESET_FAILED_ZONING]
property = true
[INSTANCE_RESET_SUCCESS]
property = true
[INSTANCE_ROLE_WARNING_TEXT]
property = true
[INSTANCE_ROLE_WARNING_TITLE]
property = true
[INSTANCE_SAVED]
property = true
[INSTANCE_SHUTDOWN_MESSAGE]
property = true
[INSTANCE_UNAVAILABLE_OTHER_ACHIEVEMENT_NOT_COMPLETED]
property = true
[INSTANCE_UNAVAILABLE_OTHER_AREA_NOT_EXPLORED]
property = true
[INSTANCE_UNAVAILABLE_OTHER_CANNOT_RUN_ANY_CHILD_DUNGEON]
property = true
[INSTANCE_UNAVAILABLE_OTHER_ENGAGED_IN_PVP]
property = true
[INSTANCE_UNAVAILABLE_OTHER_EXPANSION_TOO_LOW]
property = true
[INSTANCE_UNAVAILABLE_OTHER_GEAR_TOO_HIGH]
property = true
[INSTANCE_UNAVAILABLE_OTHER_GEAR_TOO_LOW]
property = true
[INSTANCE_UNAVAILABLE_OTHER_LEVEL_TOO_HIGH]
property = true
[INSTANCE_UNAVAILABLE_OTHER_LEVEL_TOO_LOW]
property = true
[INSTANCE_UNAVAILABLE_OTHER_MISSING_ITEM]
property = true
[INSTANCE_UNAVAILABLE_OTHER_NO_SPEC]
property = true
[INSTANCE_UNAVAILABLE_OTHER_NO_VALID_ROLES]
property = true
[INSTANCE_UNAVAILABLE_OTHER_OTHER]
property = true
[INSTANCE_UNAVAILABLE_OTHER_QUEST_NOT_COMPLETED]
property = true
[INSTANCE_UNAVAILABLE_OTHER_RAID_LOCKED]
property = true
[INSTANCE_UNAVAILABLE_OTHER_TEMPORARILY_DISABLED]
property = true
[INSTANCE_UNAVAILABLE_OTHER_TOO_SOON]
property = true
[INSTANCE_UNAVAILABLE_SELF_ACHIEVEMENT_NOT_COMPLETED]
property = true
[INSTANCE_UNAVAILABLE_SELF_AREA_NOT_EXPLORED]
property = true
[INSTANCE_UNAVAILABLE_SELF_CANNOT_RUN_ANY_CHILD_DUNGEON]
property = true
[INSTANCE_UNAVAILABLE_SELF_ENGAGED_IN_PVP]
property = true
[INSTANCE_UNAVAILABLE_SELF_EXPANSION_TOO_LOW]
property = true
[INSTANCE_UNAVAILABLE_SELF_GEAR_TOO_HIGH]
property = true
[INSTANCE_UNAVAILABLE_SELF_GEAR_TOO_LOW]
property = true
[INSTANCE_UNAVAILABLE_SELF_LEVEL_TOO_HIGH]
property = true
[INSTANCE_UNAVAILABLE_SELF_LEVEL_TOO_LOW]
property = true
[INSTANCE_UNAVAILABLE_SELF_MISSING_ITEM]
property = true
[INSTANCE_UNAVAILABLE_SELF_NO_SPEC]
property = true
[INSTANCE_UNAVAILABLE_SELF_NO_VALID_ROLES]
property = true
[INSTANCE_UNAVAILABLE_SELF_OTHER]
property = true
[INSTANCE_UNAVAILABLE_SELF_QUEST_NOT_COMPLETED]
property = true
[INSTANCE_UNAVAILABLE_SELF_RAID_LOCKED]
property = true
[INSTANCE_UNAVAILABLE_SELF_TEMPORARILY_DISABLED]
property = true
[INT]
property = true
[INTELLECT_COLON]
property = true
[INTELLECT_TOOLTIP]
property = true
[INTERACTIVE_REALM_TOOLTIP]
property = true
[INTERACTIVE_SERVER_LABEL]
property = true
[INTERACT_ON_LEFT_CLICK_TEXT]
property = true
[INTERFACE_ACTION_BLOCKED]
property = true
[INTERFACE_OPTIONS]
property = true
[INTERNAL_STRING_ERROR]
property = true
[INTERRUPT]
property = true
[INTERRUPTED]
property = true
[INTERRUPTS]
property = true
[INT_GENERAL_DURATION_DAYS]
property = true
[INT_GENERAL_DURATION_HOURS]
property = true
[INT_GENERAL_DURATION_MIN]
property = true
[INT_GENERAL_DURATION_SEC]
property = true
[INT_LCD]
property = true
[INT_SPELL_DURATION_DAYS]
property = true
[INT_SPELL_DURATION_HOURS]
property = true
[INT_SPELL_DURATION_MIN]
property = true
[INT_SPELL_DURATION_SEC]
property = true
[INT_SPELL_POINTS_SPREAD_TEMPLATE]
property = true
[INVASION_TIME_FORMAT]
property = true
[INVENTORY_FULL]
property = true
[INVENTORY_TOOLTIP]
property = true
[INVERT_MOUSE]
property = true
[INVITATION]
property = true
[INVITATION_XREALM]
property = true
[INVITE]
property = true
[INVITE_COMMUNITY_MEMBER_POPUP_INVITE_EDITBOX_INSTRUCTIONS]
property = true
[INVITE_COMMUNITY_MEMBER_POPUP_INVITE_SUB_TEXT_BNET_FRIEND]
property = true
[INVITE_COMMUNITY_MEMBER_POPUP_INVITE_SUB_TEXT_BTAG]
property = true
[INVITE_COMMUNITY_MEMBER_POPUP_INVITE_SUB_TEXT_CHARACTER]
property = true
[INVITE_COMMUNITY_MEMBER_POPUP_INVITE_TEXT]
property = true
[INVITE_COMMUNITY_MEMBER_POPUP_OPEN_INVITE_MANAGER]
property = true
[INVITE_COMMUNITY_MEMBER_POPUP_SEND_INVITE]
property = true
[INVITE_COMMUNITY_MEMBER_POPUP_SUGGEST_TEXT]
property = true
[INVITE_CONFIRMATION_QUEUE_WARNING]
property = true
[INVITE_CONFIRMATION_REQUEST]
property = true
[INVITE_CONFIRMATION_REQUEST_COMMUNITY]
property = true
[INVITE_CONFIRMATION_REQUEST_COMMUNITY_QUICKJOIN]
property = true
[INVITE_CONFIRMATION_REQUEST_FRIEND]
property = true
[INVITE_CONFIRMATION_REQUEST_FRIEND_QUICKJOIN]
property = true
[INVITE_CONFIRMATION_REQUEST_FROM_COMMUNITY]
property = true
[INVITE_CONFIRMATION_REQUEST_FROM_COMMUNITY_QUICKJOIN]
property = true
[INVITE_CONFIRMATION_REQUEST_GUILD]
property = true
[INVITE_CONFIRMATION_REQUEST_GUILD_QUICKJOIN]
property = true
[INVITE_CONFIRMATION_REQUEST_QUICKJOIN]
property = true
[INVITE_CONFIRMATION_SUGGEST]
property = true
[INVITE_CONVERSATION_INSTRUCTIONS]
property = true
[INVITE_FRIEND_TO_CONVERSATION]
property = true
[INVITE_TEAM_MEMBERS]
property = true
[INVITE_TO_CONVERSATION]
property = true
[INVTYPE_2HWEAPON]
property = true
[INVTYPE_AMMO]
property = true
[INVTYPE_BAG]
property = true
[INVTYPE_BODY]
property = true
[INVTYPE_CHEST]
property = true
[INVTYPE_CLOAK]
property = true
[INVTYPE_FEET]
property = true
[INVTYPE_FINGER]
property = true
[INVTYPE_HAND]
property = true
[INVTYPE_HEAD]
property = true
[INVTYPE_HOLDABLE]
property = true
[INVTYPE_LEGS]
property = true
[INVTYPE_NECK]
property = true
[INVTYPE_NON_EQUIP]
property = true
[INVTYPE_QUIVER]
property = true
[INVTYPE_RANGED]
property = true
[INVTYPE_RANGEDRIGHT]
property = true
[INVTYPE_RELIC]
property = true
[INVTYPE_ROBE]
property = true
[INVTYPE_SHIELD]
property = true
[INVTYPE_SHOULDER]
property = true
[INVTYPE_TABARD]
property = true
[INVTYPE_THROWN]
property = true
[INVTYPE_TRINKET]
property = true
[INVTYPE_WAIST]
property = true
[INVTYPE_WEAPON]
property = true
[INVTYPE_WEAPONMAINHAND]
property = true
[INVTYPE_WEAPONMAINHAND_PET]
property = true
[INVTYPE_WEAPONOFFHAND]
property = true
[INVTYPE_WRIST]
property = true
[IN_LFG_QUEUE_BUT_SUSPENDED]
property = true
[IN_PROGRESS]
property = true
[ISLANDS_HEADER]
property = true
[ISLANDS_QUEUE_CANNOT_QUEUE_ERROR]
property = true
[ISLANDS_QUEUE_FIND_CREW]
property = true
[ISLANDS_QUEUE_FRAME_TITLE]
property = true
[ISLANDS_QUEUE_PARTY_REQUIREMENTS]
property = true
[ISLANDS_QUEUE_SET_SAIL]
property = true
[ISLANDS_QUEUE_WEEKLY_QUEST]
property = true
[ISLANDS_QUEUE_WEEKLY_QUEST_PROGRESS]
property = true
[ISLANDS_TUTORIAL]
property = true
[ISLAND_LEAVE]
property = true
[ISLAND_QUEUE_REWARD_FOR_WINNING]
property = true
[ITEMPRESENTINOFFHAND]
property = true
[ITEMS]
property = true
[ITEMSLOTTEXT]
property = true
[ITEMS_EQUIPPED]
property = true
[ITEMS_IN_INVENTORY]
property = true
[ITEMS_NOT_IN_INVENTORY]
property = true
[ITEMS_VARIABLE_QUANTITY]
property = true
[ITEM_ACCOUNTBOUND]
property = true
[ITEM_ARTIFACT_VIEWABLE]
property = true
[ITEM_AZERITE_EMPOWERED_VIEWABLE]
property = true
[ITEM_AZERITE_ESSENCES_VIEWABLE]
property = true
[ITEM_BIND_ON_EQUIP]
property = true
[ITEM_BIND_ON_PICKUP]
property = true
[ITEM_BIND_ON_USE]
property = true
[ITEM_BIND_QUEST]
property = true
[ITEM_BIND_TO_ACCOUNT]
property = true
[ITEM_BIND_TO_BNETACCOUNT]
property = true
[ITEM_BNETACCOUNTBOUND]
property = true
[ITEM_CANT_BE_DESTROYED]
property = true
[ITEM_CAN_BE_READ]
property = true
[ITEM_CHARGEUP_TOTAL]
property = true
[ITEM_CHARGEUP_TOTAL_DAYS]
property = true
[ITEM_CHARGEUP_TOTAL_HOURS]
property = true
[ITEM_CHARGEUP_TOTAL_MIN]
property = true
[ITEM_CHARGEUP_TOTAL_SEC]
property = true
[ITEM_CLASSES_ALLOWED]
property = true
[ITEM_COMPARISON_CYCLING_DISABLED_MSG_MAINHAND]
property = true
[ITEM_COMPARISON_CYCLING_DISABLED_MSG_OFFHAND]
property = true
[ITEM_COMPARISON_RELIC_BONUS_RANKS]
property = true
[ITEM_COMPARISON_SWAP_ITEM_MAINHAND_DESCRIPTION]
property = true
[ITEM_COMPARISON_SWAP_ITEM_OFFHAND_DESCRIPTION]
property = true
[ITEM_CONJURED]
property = true
[ITEM_CONTAINER]
property = true
[ITEM_COOLDOWN_TIME]
property = true
[ITEM_COOLDOWN_TIME_DAYS]
property = true
[ITEM_COOLDOWN_TIME_HOURS]
property = true
[ITEM_COOLDOWN_TIME_MIN]
property = true
[ITEM_COOLDOWN_TIME_SEC]
property = true
[ITEM_COOLDOWN_TOTAL]
property = true
[ITEM_COOLDOWN_TOTAL_DAYS]
property = true
[ITEM_COOLDOWN_TOTAL_HOURS]
property = true
[ITEM_COOLDOWN_TOTAL_MIN]
property = true
[ITEM_COOLDOWN_TOTAL_SEC]
property = true
[ITEM_CORRUPTION_BONUS_STAT]
property = true
[ITEM_CREATED_BY]
property = true
[ITEM_CREATE_LOOT_SPEC_ITEM]
property = true
[ITEM_DELTA_DESCRIPTION]
property = true
[ITEM_DELTA_DUAL_WIELD_COMPARISON_MAINHAND_DESCRIPTION]
property = true
[ITEM_DELTA_DUAL_WIELD_COMPARISON_OFFHAND_DESCRIPTION]
property = true
[ITEM_DELTA_MULTIPLE_COMPARISON_DESCRIPTION]
property = true
[ITEM_DISENCHANT_ANY_SKILL]
property = true
[ITEM_DISENCHANT_MIN_SKILL]
property = true
[ITEM_DISENCHANT_NOT_DISENCHANTABLE]
property = true
[ITEM_DURATION_DAYS]
property = true
[ITEM_DURATION_HOURS]
property = true
[ITEM_DURATION_MIN]
property = true
[ITEM_DURATION_SEC]
property = true
[ITEM_ENCHANT_DISCLAIMER]
property = true
[ITEM_ENCHANT_TIME_LEFT_DAYS]
property = true
[ITEM_ENCHANT_TIME_LEFT_HOURS]
property = true
[ITEM_ENCHANT_TIME_LEFT_MIN]
property = true
[ITEM_ENCHANT_TIME_LEFT_SEC]
property = true
[ITEM_GLYPH_ONUSE]
property = true
[ITEM_HEROIC]
property = true
[ITEM_HEROIC_EPIC]
property = true
[ITEM_HEROIC_QUALITY0_DESC]
property = true
[ITEM_HEROIC_QUALITY1_DESC]
property = true
[ITEM_HEROIC_QUALITY2_DESC]
property = true
[ITEM_HEROIC_QUALITY3_DESC]
property = true
[ITEM_HEROIC_QUALITY4_DESC]
property = true
[ITEM_HEROIC_QUALITY5_DESC]
property = true
[ITEM_HEROIC_QUALITY6_DESC]
property = true
[ITEM_HEROIC_QUALITY7_DESC]
property = true
[ITEM_IS_NOT_AZERITE_EMPOWERED]
property = true
[ITEM_LEGACY_INACTIVE_EFFECTS]
property = true
[ITEM_LEVEL]
property = true
[ITEM_LEVEL_ABBR]
property = true
[ITEM_LEVEL_ALT]
property = true
[ITEM_LEVEL_AND_MIN]
property = true
[ITEM_LEVEL_PLUS]
property = true
[ITEM_LEVEL_RANGE]
property = true
[ITEM_LEVEL_RANGE_CURRENT]
property = true
[ITEM_LIMIT_CATEGORY]
property = true
[ITEM_LIMIT_CATEGORY_MULTIPLE]
property = true
[ITEM_LOOT]
property = true
[ITEM_MILLABLE]
property = true
[ITEM_MIN_LEVEL]
property = true
[ITEM_MIN_SKILL]
property = true
[ITEM_MISSING]
property = true
[ITEM_MOD_AGILITY]
property = true
[ITEM_MOD_AGILITY_OR_INTELLECT_SHORT]
property = true
[ITEM_MOD_AGILITY_OR_STRENGTH_OR_INTELLECT_SHORT]
property = true
[ITEM_MOD_AGILITY_OR_STRENGTH_SHORT]
property = true
[ITEM_MOD_AGILITY_SHORT]
property = true
[ITEM_MOD_ARMOR_PENETRATION_RATING]
property = true
[ITEM_MOD_ARMOR_PENETRATION_RATING_SHORT]
property = true
[ITEM_MOD_ATTACK_POWER]
property = true
[ITEM_MOD_ATTACK_POWER_SHORT]
property = true
[ITEM_MOD_BLOCK_RATING]
property = true
[ITEM_MOD_BLOCK_RATING_SHORT]
property = true
[ITEM_MOD_BLOCK_VALUE]
property = true
[ITEM_MOD_BLOCK_VALUE_SHORT]
property = true
[ITEM_MOD_CORRUPTION]
property = true
[ITEM_MOD_CORRUPTION_RESISTANCE]
property = true
[ITEM_MOD_CRIT_MELEE_RATING]
property = true
[ITEM_MOD_CRIT_MELEE_RATING_SHORT]
property = true
[ITEM_MOD_CRIT_RANGED_RATING]
property = true
[ITEM_MOD_CRIT_RANGED_RATING_SHORT]
property = true
[ITEM_MOD_CRIT_RATING]
property = true
[ITEM_MOD_CRIT_RATING_SHORT]
property = true
[ITEM_MOD_CRIT_SPELL_RATING]
property = true
[ITEM_MOD_CRIT_SPELL_RATING_SHORT]
property = true
[ITEM_MOD_CRIT_TAKEN_MELEE_RATING]
property = true
[ITEM_MOD_CRIT_TAKEN_MELEE_RATING_SHORT]
property = true
[ITEM_MOD_CRIT_TAKEN_RANGED_RATING]
property = true
[ITEM_MOD_CRIT_TAKEN_RANGED_RATING_SHORT]
property = true
[ITEM_MOD_CRIT_TAKEN_RATING]
property = true
[ITEM_MOD_CRIT_TAKEN_RATING_SHORT]
property = true
[ITEM_MOD_CRIT_TAKEN_SPELL_RATING]
property = true
[ITEM_MOD_CRIT_TAKEN_SPELL_RATING_SHORT]
property = true
[ITEM_MOD_CR_AVOIDANCE_SHORT]
property = true
[ITEM_MOD_CR_LIFESTEAL_SHORT]
property = true
[ITEM_MOD_CR_MULTISTRIKE_SHORT]
property = true
[ITEM_MOD_CR_SPEED_SHORT]
property = true
[ITEM_MOD_CR_STURDINESS_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_10_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_11_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_12_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_1_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_3_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_4_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_5_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_6_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_7_SHORT]
property = true
[ITEM_MOD_CR_UNUSED_9_SHORT]
property = true
[ITEM_MOD_DAMAGE_PER_SECOND_SHORT]
property = true
[ITEM_MOD_DEFENSE_SKILL_RATING]
property = true
[ITEM_MOD_DEFENSE_SKILL_RATING_SHORT]
property = true
[ITEM_MOD_DODGE_RATING]
property = true
[ITEM_MOD_DODGE_RATING_SHORT]
property = true
[ITEM_MOD_EXPERTISE_RATING]
property = true
[ITEM_MOD_EXPERTISE_RATING_SHORT]
property = true
[ITEM_MOD_EXTRA_ARMOR]
property = true
[ITEM_MOD_EXTRA_ARMOR_SHORT]
property = true
[ITEM_MOD_FERAL_ATTACK_POWER]
property = true
[ITEM_MOD_FERAL_ATTACK_POWER_SHORT]
property = true
[ITEM_MOD_HASTE_RATING]
property = true
[ITEM_MOD_HASTE_RATING_SHORT]
property = true
[ITEM_MOD_HEALTH]
property = true
[ITEM_MOD_HEALTH_REGEN]
property = true
[ITEM_MOD_HEALTH_REGENERATION]
property = true
[ITEM_MOD_HEALTH_REGENERATION_SHORT]
property = true
[ITEM_MOD_HEALTH_REGEN_SHORT]
property = true
[ITEM_MOD_HEALTH_SHORT]
property = true
[ITEM_MOD_HIT_MELEE_RATING]
property = true
[ITEM_MOD_HIT_MELEE_RATING_SHORT]
property = true
[ITEM_MOD_HIT_RANGED_RATING]
property = true
[ITEM_MOD_HIT_RANGED_RATING_SHORT]
property = true
[ITEM_MOD_HIT_RATING]
property = true
[ITEM_MOD_HIT_RATING_SHORT]
property = true
[ITEM_MOD_HIT_SPELL_RATING]
property = true
[ITEM_MOD_HIT_SPELL_RATING_SHORT]
property = true
[ITEM_MOD_HIT_TAKEN_MELEE_RATING]
property = true
[ITEM_MOD_HIT_TAKEN_MELEE_RATING_SHORT]
property = true
[ITEM_MOD_HIT_TAKEN_RANGED_RATING]
property = true
[ITEM_MOD_HIT_TAKEN_RANGED_RATING_SHORT]
property = true
[ITEM_MOD_HIT_TAKEN_RATING]
property = true
[ITEM_MOD_HIT_TAKEN_RATING_SHORT]
property = true
[ITEM_MOD_HIT_TAKEN_SPELL_RATING]
property = true
[ITEM_MOD_HIT_TAKEN_SPELL_RATING_SHORT]
property = true
[ITEM_MOD_INTELLECT]
property = true
[ITEM_MOD_INTELLECT_SHORT]
property = true
[ITEM_MOD_MANA]
property = true
[ITEM_MOD_MANA_REGENERATION]
property = true
[ITEM_MOD_MANA_REGENERATION_SHORT]
property = true
[ITEM_MOD_MANA_SHORT]
property = true
[ITEM_MOD_MASTERY_RATING]
property = true
[ITEM_MOD_MASTERY_RATING_SHORT]
property = true
[ITEM_MOD_MASTERY_RATING_SPELL]
property = true
[ITEM_MOD_MASTERY_RATING_TWO_SPELLS]
property = true
[ITEM_MOD_MELEE_ATTACK_POWER_SHORT]
property = true
[ITEM_MOD_PARRY_RATING]
property = true
[ITEM_MOD_PARRY_RATING_SHORT]
property = true
[ITEM_MOD_POWER_REGEN0_SHORT]
property = true
[ITEM_MOD_POWER_REGEN1_SHORT]
property = true
[ITEM_MOD_POWER_REGEN2_SHORT]
property = true
[ITEM_MOD_POWER_REGEN3_SHORT]
property = true
[ITEM_MOD_POWER_REGEN4_SHORT]
property = true
[ITEM_MOD_POWER_REGEN5_SHORT]
property = true
[ITEM_MOD_POWER_REGEN6_SHORT]
property = true
[ITEM_MOD_PVP_POWER]
property = true
[ITEM_MOD_PVP_POWER_SHORT]
property = true
[ITEM_MOD_PVP_PRIMARY_STAT_SHORT]
property = true
[ITEM_MOD_RANGED_ATTACK_POWER]
property = true
[ITEM_MOD_RANGED_ATTACK_POWER_SHORT]
property = true
[ITEM_MOD_RESILIENCE_RATING]
property = true
[ITEM_MOD_RESILIENCE_RATING_SHORT]
property = true
[ITEM_MOD_SPELL_DAMAGE_DONE]
property = true
[ITEM_MOD_SPELL_DAMAGE_DONE_SHORT]
property = true
[ITEM_MOD_SPELL_HEALING_DONE]
property = true
[ITEM_MOD_SPELL_HEALING_DONE_SHORT]
property = true
[ITEM_MOD_SPELL_PENETRATION]
property = true
[ITEM_MOD_SPELL_PENETRATION_SHORT]
property = true
[ITEM_MOD_SPELL_POWER]
property = true
[ITEM_MOD_SPELL_POWER_SHORT]
property = true
[ITEM_MOD_SPIRIT]
property = true
[ITEM_MOD_SPIRIT_SHORT]
property = true
[ITEM_MOD_STAMINA]
property = true
[ITEM_MOD_STAMINA_SHORT]
property = true
[ITEM_MOD_STRENGTH]
property = true
[ITEM_MOD_STRENGTH_OR_INTELLECT_SHORT]
property = true
[ITEM_MOD_STRENGTH_SHORT]
property = true
[ITEM_MOD_VERSATILITY]
property = true
[ITEM_MOUSE_OVER]
property = true
[ITEM_NAMES]
property = true
[ITEM_NAMES_SHOW_BRACES_COMBATLOG_TOOLTIP]
property = true
[ITEM_NAME_DESCRIPTION_DELIMITER]
property = true
[ITEM_NO_DROP]
property = true
[ITEM_OBLITERATEABLE]
property = true
[ITEM_OBLITERATEABLE_NOT]
property = true
[ITEM_ONLY_TOURNAMENT_GEAR_ALLOWED]
property = true
[ITEM_OPENABLE]
property = true
[ITEM_PET_KNOWN]
property = true
[ITEM_PROPOSED_ENCHANT]
property = true
[ITEM_PROSPECTABLE]
property = true
[ITEM_PURCHASED_COLON]
property = true
[ITEM_QUALITY0_DESC]
property = true
[ITEM_QUALITY1_DESC]
property = true
[ITEM_QUALITY2_DESC]
property = true
[ITEM_QUALITY3_DESC]
property = true
[ITEM_QUALITY4_DESC]
property = true
[ITEM_QUALITY5_DESC]
property = true
[ITEM_QUALITY6_DESC]
property = true
[ITEM_QUALITY7_DESC]
property = true
[ITEM_QUALITY8_DESC]
property = true
[ITEM_QUANTITY_TEMPLATE]
property = true
[ITEM_RACES_ALLOWED]
property = true
[ITEM_RANDOM_ENCHANT]
property = true
[ITEM_READABLE]
property = true
[ITEM_REFUND_MSG]
property = true
[ITEM_RELIC_VIEWABLE]
property = true
[ITEM_REQ_ALLIANCE]
property = true
[ITEM_REQ_AMOUNT_EARNED]
property = true
[ITEM_REQ_ARENA_RATING]
property = true
[ITEM_REQ_ARENA_RATING_3V3]
property = true
[ITEM_REQ_ARENA_RATING_3V3_BG]
property = true
[ITEM_REQ_ARENA_RATING_5V5]
property = true
[ITEM_REQ_ARENA_RATING_BG]
property = true
[ITEM_REQ_HORDE]
property = true
[ITEM_REQ_PURCHASE_ACHIEVEMENT]
property = true
[ITEM_REQ_PURCHASE_GUILD]
property = true
[ITEM_REQ_PURCHASE_GUILD_LEVEL]
property = true
[ITEM_REQ_REPUTATION]
property = true
[ITEM_REQ_SKILL]
property = true
[ITEM_REQ_SPECIALIZATION]
property = true
[ITEM_RESIST_ALL]
property = true
[ITEM_RESIST_SINGLE]
property = true
[ITEM_SCRAPABLE]
property = true
[ITEM_SCRAPABLE_NOT]
property = true
[ITEM_SET_BONUS]
property = true
[ITEM_SET_BONUS_GRAY]
property = true
[ITEM_SET_BONUS_NO_VALID_SPEC]
property = true
[ITEM_SET_LEGACY_INACTIVE_BONUS]
property = true
[ITEM_SET_NAME]
property = true
[ITEM_SIGNABLE]
property = true
[ITEM_SLOTS_IGNORED]
property = true
[ITEM_SOCKETABLE]
property = true
[ITEM_SOCKETING]
property = true
[ITEM_SOCKET_BONUS]
property = true
[ITEM_SOLD_COLON]
property = true
[ITEM_SOULBOUND]
property = true
[ITEM_SPELL_CHARGES]
property = true
[ITEM_SPELL_CHARGES_NONE]
property = true
[ITEM_SPELL_EFFECT]
property = true
[ITEM_SPELL_KNOWN]
property = true
[ITEM_SPELL_MAX_USABLE_LEVEL]
property = true
[ITEM_SPELL_TRIGGER_ONEQUIP]
property = true
[ITEM_SPELL_TRIGGER_ONPROC]
property = true
[ITEM_SPELL_TRIGGER_ONUSE]
property = true
[ITEM_STARTS_QUEST]
property = true
[ITEM_SUFFIX_TEMPLATE]
property = true
[ITEM_TEXT_FROM]
property = true
[ITEM_TOURNAMENT_GEAR]
property = true
[ITEM_TOURNAMENT_GEAR_WARNING]
property = true
[ITEM_TOY_ONUSE]
property = true
[ITEM_UNIQUE]
property = true
[ITEM_UNIQUE_EQUIPPABLE]
property = true
[ITEM_UNIQUE_MULTIPLE]
property = true
[ITEM_UNSELLABLE]
property = true
[ITEM_UPGRADE]
property = true
[ITEM_UPGRADED_LABEL]
property = true
[ITEM_UPGRADE_BONUS_FORMAT]
property = true
[ITEM_UPGRADE_DESCRIPTION]
property = true
[ITEM_UPGRADE_ITEM_UPGRADED_NOTIFICATION]
property = true
[ITEM_UPGRADE_MISSING_ITEM]
property = true
[ITEM_UPGRADE_NO_MORE_UPGRADES]
property = true
[ITEM_UPGRADE_STAT_AVERAGE_ITEM_LEVEL]
property = true
[ITEM_UPGRADE_TOOLTIP_FORMAT]
property = true
[ITEM_VENDOR_STACK_BUY]
property = true
[ITEM_WRAPPED_BY]
property = true
[ITEM_WRITTEN_BY]
property = true
[ITEM_WRONG_CLASS]
property = true
[ITEM_WRONG_RACE]
property = true
[ITUNES_SHOW_ALL_TRACK_CHANGES]
property = true
[ITUNES_SHOW_ALL_TRACK_CHANGES_TOOLTIP]
property = true
[ITUNES_SHOW_FEEDBACK]
property = true
[ITUNES_SHOW_FEEDBACK_TOOLTIP]
property = true
[JOIN]
property = true
[JOINED_PARTY]
property = true
[JOIN_AS_GROUP]
property = true
[JOIN_AS_GROUP_TOOLTIP]
property = true
[JOIN_AS_PARTY]
property = true
[JOIN_NEW_CHANNEL]
property = true
[JOIN_QUEUE]
property = true
[JOIN_RAID_INSTANCE_ELIGIBLE]
property = true
[JOIN_RAID_INSTANCE_INELIGIBLE]
property = true
[JOIN_THE_ALLIANCE]
property = true
[JOIN_THE_HORDE]
property = true
[JOURNEYMAN]
property = true
[JUST_OR]
property = true
[KBASE_ACCOUNTSECURITY]
property = true
[KBASE_ARTICLE_COUNT]
property = true
[KBASE_ARTICLE_ID]
property = true
[KBASE_CHARSTUCK]
property = true
[KBASE_DEFAULT_SEARCH_TEXT]
property = true
[KBASE_ERROR_NO_RESULTS]
property = true
[KBASE_HOT_ISSUE]
property = true
[KBASE_LAG]
property = true
[KBASE_OPENTICKET]
property = true
[KBASE_RECENTLY_UPDATED]
property = true
[KBASE_SEARCH_RESULTS]
property = true
[KBASE_TOP_ISSUES]
property = true
[KEEP_GROUPS_TOGETHER]
property = true
[KEY1]
property = true
[KEY2]
property = true
[KEYBINDINGFRAME_MOUSEWHEEL_ERROR]
property = true
[KEYBIND_NOT_SET_TOOLTIP]
property = true
[KEYBOARD_HEADER]
property = true
[KEYRING]
property = true
[KEY_APOSTROPHE]
property = true
[KEY_BACKSLASH]
property = true
[KEY_BACKSPACE]
property = true
[KEY_BACKSPACE_MAC]
property = true
[KEY_BINDING]
property = true
[KEY_BINDINGS]
property = true
[KEY_BINDINGS_MAC]
property = true
[KEY_BOUND]
property = true
[KEY_BUTTON1]
property = true
[KEY_BUTTON10]
property = true
[KEY_BUTTON11]
property = true
[KEY_BUTTON12]
property = true
[KEY_BUTTON13]
property = true
[KEY_BUTTON14]
property = true
[KEY_BUTTON15]
property = true
[KEY_BUTTON16]
property = true
[KEY_BUTTON17]
property = true
[KEY_BUTTON18]
property = true
[KEY_BUTTON19]
property = true
[KEY_BUTTON2]
property = true
[KEY_BUTTON20]
property = true
[KEY_BUTTON21]
property = true
[KEY_BUTTON22]
property = true
[KEY_BUTTON23]
property = true
[KEY_BUTTON24]
property = true
[KEY_BUTTON25]
property = true
[KEY_BUTTON26]
property = true
[KEY_BUTTON27]
property = true
[KEY_BUTTON28]
property = true
[KEY_BUTTON29]
property = true
[KEY_BUTTON3]
property = true
[KEY_BUTTON30]
property = true
[KEY_BUTTON31]
property = true
[KEY_BUTTON4]
property = true
[KEY_BUTTON5]
property = true
[KEY_BUTTON6]
property = true
[KEY_BUTTON7]
property = true
[KEY_BUTTON8]
property = true
[KEY_BUTTON9]
property = true
[KEY_COMMA]
property = true
[KEY_DELETE]
property = true
[KEY_DELETE_MAC]
property = true
[KEY_DOWN]
property = true
[KEY_END]
property = true
[KEY_ENTER]
property = true
[KEY_ENTER_MAC]
property = true
[KEY_ESCAPE]
property = true
[KEY_HOME]
property = true
[KEY_INSERT]
property = true
[KEY_INSERT_MAC]
property = true
[KEY_LEFT]
property = true
[KEY_LEFTBRACKET]
property = true
[KEY_MINUS]
property = true
[KEY_MOUSEWHEELDOWN]
property = true
[KEY_MOUSEWHEELUP]
property = true
[KEY_NUMLOCK]
property = true
[KEY_NUMLOCK_MAC]
property = true
[KEY_NUMPAD0]
property = true
[KEY_NUMPAD1]
property = true
[KEY_NUMPAD2]
property = true
[KEY_NUMPAD3]
property = true
[KEY_NUMPAD4]
property = true
[KEY_NUMPAD5]
property = true
[KEY_NUMPAD6]
property = true
[KEY_NUMPAD7]
property = true
[KEY_NUMPAD8]
property = true
[KEY_NUMPAD9]
property = true
[KEY_NUMPADDECIMAL]
property = true
[KEY_NUMPADDIVIDE]
property = true
[KEY_NUMPADMINUS]
property = true
[KEY_NUMPADMULTIPLY]
property = true
[KEY_NUMPADPLUS]
property = true
[KEY_PAGEDOWN]
property = true
[KEY_PAGEUP]
property = true
[KEY_PAUSE]
property = true
[KEY_PAUSE_MAC]
property = true
[KEY_PERIOD]
property = true
[KEY_PLUS]
property = true
[KEY_PRINTSCREEN]
property = true
[KEY_PRINTSCREEN_MAC]
property = true
[KEY_RIGHT]
property = true
[KEY_RIGHTBRACKET]
property = true
[KEY_SCROLLLOCK]
property = true
[KEY_SCROLLLOCK_MAC]
property = true
[KEY_SEMICOLON]
property = true
[KEY_SLASH]
property = true
[KEY_SPACE]
property = true
[KEY_TAB]
property = true
[KEY_TILDE]
property = true
[KEY_UNBOUND_ERROR]
property = true
[KEY_UP]
property = true
[KILLING_BLOWS]
property = true
[KILLING_BLOW_TOOLTIP]
property = true
[KILLS]
property = true
[KILLS_COMBATLOG_TOOLTIP]
property = true
[KILLS_PVP]
property = true
[KIOSK_PLEASE_TAKE_THE_SURVEY]
property = true
[KIOSK_THANK_YOU_FOR_PLAYING]
property = true
[KNOWLEDGEBASE_FRAME_TITLE]
property = true
[KNOWLEDGE_BASE]
property = true
[KNOWN_TALENTS_HEADER]
property = true
[KOKR]
property = true
[LABEL_NOTE]
property = true
[LAG_TOLERANCE]
property = true
[LALT_KEY_TEXT]
property = true
[LANDING_PAGE_REPORT]
property = true
[LANGUAGE]
property = true
[LANGUAGES_LABEL]
property = true
[LANGUAGES_SUBTEXT]
property = true
[LARGE]
property = true
[LARGE_NUMBER_SEPERATOR]
property = true
[LASTONLINE]
property = true
[LASTONLINE_DAYS]
property = true
[LASTONLINE_HOURS]
property = true
[LASTONLINE_MINS]
property = true
[LASTONLINE_MINUTES]
property = true
[LASTONLINE_MONTHS]
property = true
[LASTONLINE_SECS]
property = true
[LASTONLINE_YEARS]
property = true
[LAST_ONLINE_COLON]
property = true
[LATEST_UNLOCKED_ACHIEVEMENTS]
property = true
[LATEST_UPDATED_STATS]
property = true
[LAUGH_WORD1]
property = true
[LAUGH_WORD2]
property = true
[LAUGH_WORD3]
property = true
[LAUGH_WORD4]
property = true
[LAUGH_WORD5]
property = true
[LAUGH_WORD6]
property = true
[LAUGH_WORD7]
property = true
[LAUGH_WORD8]
property = true
[LAUGH_WORD9]
property = true
[LCTRL_KEY_TEXT]
property = true
[LEADER]
property = true
[LEADERBOARD]
property = true
[LEADER_TOOLTIP]
property = true
[LEARN]
property = true
[LEARN_SKILL_TEMPLATE]
property = true
[LEARN_SPELL_OBJECTIVE]
property = true
[LEAVE_ALL]
property = true
[LEAVE_ALL_QUEUES]
property = true
[LEAVE_ARENA]
property = true
[LEAVE_BATTLEGROUND]
property = true
[LEAVE_CONVERSATION]
property = true
[LEAVE_LFD_BATTLEFIELD]
property = true
[LEAVE_QUEUE]
property = true
[LEAVE_SUMMARIES]
property = true
[LEAVE_VEHICLE]
property = true
[LEAVE_ZONE]
property = true
[LEAVING_COMBAT]
property = true
[LEFT_PARTY]
property = true
[LEGACY_LOOT_RULES_IN_EFFECT]
property = true
[LEGACY_RAID_DIFFICULTY]
property = true
[LEGENDARY_54_CLOAK_VALIDATION]
property = true
[LEGENDARY_ITEM_LOOT_LABEL]
property = true
[LEGION_MASTER]
property = true
[LEGSSLOT]
property = true
[LESS_THAN_ONE_MINUTE]
property = true
[LESS_THAN_OPERAND]
property = true
[LEVEL]
property = true
[LEVEL_ABBR]
property = true
[LEVEL_CAP_REACHED_TRIAL]
property = true
[LEVEL_GAINED]
property = true
[LEVEL_GRANT]
property = true
[LEVEL_GRANT_ALLIED_RACE]
property = true
[LEVEL_GRANT_ALLIED_RACE_WARNING]
property = true
[LEVEL_LINKED_LOW_LEVEL]
property = true
[LEVEL_LINKED_NOT_USABLE]
property = true
[LEVEL_RANGE]
property = true
[LEVEL_REQUIRED]
property = true
[LEVEL_TOO_LOW]
property = true
[LEVEL_UP]
property = true
[LEVEL_UP_ABILITY]
property = true
[LEVEL_UP_ABILITY2]
property = true
[LEVEL_UP_BG_LINK]
property = true
[LEVEL_UP_DRAENOR_TALENT]
property = true
[LEVEL_UP_DRAENOR_TALENT2]
property = true
[LEVEL_UP_DUALSPEC]
property = true
[LEVEL_UP_DUAL_SPEC_LINK]
property = true
[LEVEL_UP_DUNGEON]
property = true
[LEVEL_UP_DUNGEON2]
property = true
[LEVEL_UP_FEATURE]
property = true
[LEVEL_UP_FEATURE2]
property = true
[LEVEL_UP_GLYPH1_LINK]
property = true
[LEVEL_UP_GLYPH2_LINK]
property = true
[LEVEL_UP_GLYPH3_LINK]
property = true
[LEVEL_UP_GLYPHSLOT_LINK]
property = true
[LEVEL_UP_HEALTH]
property = true
[LEVEL_UP_HEALTH_MANA]
property = true
[LEVEL_UP_HEROIC]
property = true
[LEVEL_UP_HEROIC2]
property = true
[LEVEL_UP_HONOR_LINK]
property = true
[LEVEL_UP_LFD_LINK]
property = true
[LEVEL_UP_MOUNT_EQUIPMENT_LINK]
property = true
[LEVEL_UP_PVP_TALENTPOINT_LINK]
property = true
[LEVEL_UP_PVP_TALENT_MAIN]
property = true
[LEVEL_UP_PVP_TALENT_SLOT_LINK]
property = true
[LEVEL_UP_PVP_TALENT_SLOT_MAIN]
property = true
[LEVEL_UP_PVP_TALENT_SUB]
property = true
[LEVEL_UP_RAID]
property = true
[LEVEL_UP_RAID2]
property = true
[LEVEL_UP_SKILL_POINTS]
property = true
[LEVEL_UP_SPECIALIZATION_LINK]
property = true
[LEVEL_UP_STAT]
property = true
[LEVEL_UP_TALENTPOINT_LINK]
property = true
[LEVEL_UP_TALENTS_LINK]
property = true
[LEVEL_UP_TALENT_MAIN]
property = true
[LEVEL_UP_TALENT_SUB]
property = true
[LEVEL_UP_WORLD_QUESTS]
property = true
[LEVEL_UP_WORLD_QUESTS_INSTRUCTIONS]
property = true
[LEVEL_UP_WORLD_QUEST_LINK]
property = true
[LEVEL_UP_YOU_REACHED]
property = true
[LFD_CURRENCY_CAP_ALL]
property = true
[LFD_CURRENCY_CAP_SPECIFIC]
property = true
[LFD_HOLIDAY_REWARD_EXPLANATION1]
property = true
[LFD_HOLIDAY_REWARD_EXPLANATION2]
property = true
[LFD_LEVEL_FORMAT_RANGE]
property = true
[LFD_LEVEL_FORMAT_SINGLE]
property = true
[LFD_RANDOM_EXPLANATION]
property = true
[LFD_RANDOM_REWARD_EXPLANATION1]
property = true
[LFD_RANDOM_REWARD_EXPLANATION2]
property = true
[LFD_RANDOM_REWARD_PUG_EXPLANATION]
property = true
[LFD_REWARDS]
property = true
[LFD_REWARD_DESCRIPTION_DAILY]
property = true
[LFD_REWARD_DESCRIPTION_WEEKLY]
property = true
[LFD_TIMEWALKER_RANDOM_EXPLANATION]
property = true
[LFGLIST_NAME]
property = true
[LFGUILD_DECLINED]
property = true
[LFGUILD_TAB_BROWSE]
property = true
[LFGUILD_TAB_REQUESTS]
property = true
[LFGUILD_TAB_REQUESTS_NONE]
property = true
[LFGUILD_TAB_SETTINGS]
property = true
[LFGWIZARD_TITLE]
property = true
[LFG_BONUS_REPUTATION]
property = true
[LFG_BONUS_REPUTATION_FACTION]
property = true
[LFG_BONUS_REPUTATION_TOOLTIP]
property = true
[LFG_CALL_TO_ARMS]
property = true
[LFG_CALL_TO_ARMS_EXPLANATION]
property = true
[LFG_CATEGORY_BATTLEFIELD]
property = true
[LFG_CHOOSE_BONUS_REPUTATION]
property = true
[LFG_DESERTER_OTHER]
property = true
[LFG_DESERTER_YOU]
property = true
[LFG_DISABLED_LFM_TOOLTIP]
property = true
[LFG_DISABLED_PARTY_TOOLTIP]
property = true
[LFG_LABEL]
property = true
[LFG_LEADER_CHANGED_WARNING]
property = true
[LFG_LEVEL_REDUCED]
property = true
[LFG_LEVEL_REDUCED_GENERIC]
property = true
[LFG_LIST_ACTIVITY]
property = true
[LFG_LIST_AND_MORE]
property = true
[LFG_LIST_APPLYING_TO]
property = true
[LFG_LIST_APP_CANCELLED]
property = true
[LFG_LIST_APP_CURRENTLY_APPLYING]
property = true
[LFG_LIST_APP_DECLINED]
property = true
[LFG_LIST_APP_DECLINED_DELISTED_MESSAGE]
property = true
[LFG_LIST_APP_DECLINED_FULL_MESSAGE]
property = true
[LFG_LIST_APP_DECLINED_MESSAGE]
property = true
[LFG_LIST_APP_INVITED]
property = true
[LFG_LIST_APP_INVITE_ACCEPTED]
property = true
[LFG_LIST_APP_INVITE_DECLINED]
property = true
[LFG_LIST_APP_TIMED_OUT]
property = true
[LFG_LIST_APP_TIMED_OUT_MESSAGE]
property = true
[LFG_LIST_APP_UNEMPOWERED]
property = true
[LFG_LIST_AUTO_ACCEPT]
property = true
[LFG_LIST_BAD_DESCRIPTION]
property = true
[LFG_LIST_BAD_LEADER_NAME]
property = true
[LFG_LIST_BAD_NAME]
property = true
[LFG_LIST_BAD_PLAYER_NAME]
property = true
[LFG_LIST_BAD_VOICE_CHAT_COMMENT]
property = true
[LFG_LIST_BOSSES_DEFEATED]
property = true
[LFG_LIST_CATEGORY_FORMAT]
property = true
[LFG_LIST_CHOOSE_YOUR_ROLES]
property = true
[LFG_LIST_COMMENT_FORMAT]
property = true
[LFG_LIST_CONVERT_TO_RAID_WARNING]
property = true
[LFG_LIST_CREATING_ENTRY]
property = true
[LFG_LIST_DETAILS]
property = true
[LFG_LIST_ENTER_NAME]
property = true
[LFG_LIST_ENTRY_DELISTED]
property = true
[LFG_LIST_ENTRY_EXPIRED_TIMEOUT]
property = true
[LFG_LIST_ENTRY_EXPIRED_TOO_MANY_PLAYERS]
property = true
[LFG_LIST_FIND_A_GROUP]
property = true
[LFG_LIST_FRIEND]
property = true
[LFG_LIST_GROUP_FORMING]
property = true
[LFG_LIST_GROUP_TOO_FULL]
property = true
[LFG_LIST_GUILD_MEMBER]
property = true
[LFG_LIST_HIT_MAX_APPLICATIONS]
property = true
[LFG_LIST_HONOR_LEVEL_ABOVE_YOURS]
property = true
[LFG_LIST_HONOR_LEVEL_CURRENT_PVP]
property = true
[LFG_LIST_HONOR_LEVEL_INSTR_SHORT]
property = true
[LFG_LIST_HONOR_LEVEL_REQ]
property = true
[LFG_LIST_ILVL_ABOVE_YOURS]
property = true
[LFG_LIST_INVITED_APP_FILLS_GROUP]
property = true
[LFG_LIST_INVITED_TO_GROUP]
property = true
[LFG_LIST_INVITE_GROUP]
property = true
[LFG_LIST_IN_QUOTES]
property = true
[LFG_LIST_ITEM_LEVEL_CURRENT]
property = true
[LFG_LIST_ITEM_LEVEL_CURRENT_PVP]
property = true
[LFG_LIST_ITEM_LEVEL_INSTR_PVP_SHORT]
property = true
[LFG_LIST_ITEM_LEVEL_INSTR_SHORT]
property = true
[LFG_LIST_ITEM_LEVEL_PVP_REQ]
property = true
[LFG_LIST_ITEM_LEVEL_REQ]
property = true
[LFG_LIST_JOINED_GROUP_NOTICE]
property = true
[LFG_LIST_LANGUAGE_DEDE]
property = true
[LFG_LIST_LANGUAGE_ENUS]
property = true
[LFG_LIST_LANGUAGE_ESES]
property = true
[LFG_LIST_LANGUAGE_ESMX]
property = true
[LFG_LIST_LANGUAGE_FRFR]
property = true
[LFG_LIST_LANGUAGE_ITIT]
property = true
[LFG_LIST_LANGUAGE_KOKR]
property = true
[LFG_LIST_LANGUAGE_PTBR]
property = true
[LFG_LIST_LANGUAGE_RURU]
property = true
[LFG_LIST_LANGUAGE_ZHCN]
property = true
[LFG_LIST_LANGUAGE_ZHTW]
property = true
[LFG_LIST_LEGACY]
property = true
[LFG_LIST_LOADING]
property = true
[LFG_LIST_MAX_MEMBERS]
property = true
[LFG_LIST_MEMBER_COUNT]
property = true
[LFG_LIST_MORE]
property = true
[LFG_LIST_MUST_CHOOSE_SPEC]
property = true
[LFG_LIST_MUST_HAVE_NAME]
property = true
[LFG_LIST_MUST_SELECT_ROLE]
property = true
[LFG_LIST_MUST_SIGN_UP_TO_WHISPER]
property = true
[LFG_LIST_NOTE_TO_LEADER]
property = true
[LFG_LIST_NOT_LEADER]
property = true
[LFG_LIST_NO_APPLICANTS]
property = true
[LFG_LIST_NO_RESULTS_FOUND]
property = true
[LFG_LIST_OFFLINE_MEMBER]
property = true
[LFG_LIST_OFFLINE_MEMBER_NOTICE]
property = true
[LFG_LIST_OFFLINE_MEMBER_NOTICE_GONE]
property = true
[LFG_LIST_PENDING]
property = true
[LFG_LIST_PENDING_APPLICANTS]
property = true
[LFG_LIST_PRIVATE]
property = true
[LFG_LIST_PRIVATE_TOOLTIP]
property = true
[LFG_LIST_PROVING_DAMAGER_BRONZE]
property = true
[LFG_LIST_PROVING_DAMAGER_GOLD]
property = true
[LFG_LIST_PROVING_DAMAGER_SILVER]
property = true
[LFG_LIST_PROVING_GROUND_TITLE]
property = true
[LFG_LIST_PROVING_HEALER_BRONZE]
property = true
[LFG_LIST_PROVING_HEALER_GOLD]
property = true
[LFG_LIST_PROVING_HEALER_SILVER]
property = true
[LFG_LIST_PROVING_TANK_BRONZE]
property = true
[LFG_LIST_PROVING_TANK_GOLD]
property = true
[LFG_LIST_PROVING_TANK_SILVER]
property = true
[LFG_LIST_RECOMMENDED_ILVL]
property = true
[LFG_LIST_REFRESH]
property = true
[LFG_LIST_REPORT_FOR]
property = true
[LFG_LIST_REPORT_GROUP_FOR]
property = true
[LFG_LIST_ROLE_CHECK]
property = true
[LFG_LIST_SEARCH_AGAIN]
property = true
[LFG_LIST_SEARCH_FAILED]
property = true
[LFG_LIST_SELECT]
property = true
[LFG_LIST_SELECT_A_CATEGORY]
property = true
[LFG_LIST_SELECT_A_SEARCH_RESULT]
property = true
[LFG_LIST_SPAM]
property = true
[LFG_LIST_TITLE]
property = true
[LFG_LIST_TOOLTIP_AGE]
property = true
[LFG_LIST_TOOLTIP_AUTO_ACCEPT]
property = true
[LFG_LIST_TOOLTIP_CLASS_ROLE]
property = true
[LFG_LIST_TOOLTIP_FRIENDS_IN_GROUP]
property = true
[LFG_LIST_TOOLTIP_HONOR_LEVEL]
property = true
[LFG_LIST_TOOLTIP_ILVL]
property = true
[LFG_LIST_TOOLTIP_LEADER]
property = true
[LFG_LIST_TOOLTIP_MEMBERS]
property = true
[LFG_LIST_TOOLTIP_MEMBERS_SIMPLE]
property = true
[LFG_LIST_TOOLTIP_VOICE_CHAT]
property = true
[LFG_LIST_TOO_MANY_FOR_ACTIVITY]
property = true
[LFG_LIST_TUTORIAL_ALERT]
property = true
[LFG_LIST_VIEW_GROUP]
property = true
[LFG_LIST_VOICE_CHAT]
property = true
[LFG_LIST_VOICE_CHAT_INSTR]
property = true
[LFG_MICRO_BUTTON_SPEC_TUTORIAL]
property = true
[LFG_MUST_SELECT_ROLE]
property = true
[LFG_OFFER_CONTINUE]
property = true
[LFG_PVP_LEVEL_REDUCED]
property = true
[LFG_RANDOM_COOLDOWN_OTHER]
property = true
[LFG_RANDOM_COOLDOWN_YOU]
property = true
[LFG_READY_CHECK_PLAYER_IS_READY]
property = true
[LFG_ROLES_TITLE]
property = true
[LFG_ROLE_CHECK_ROLE_CHOSEN]
property = true
[LFG_ROLE_UNAVAILABLE]
property = true
[LFG_STATISTIC_AVERAGE_WAIT]
property = true
[LFG_STATISTIC_AVERAGE_WAIT_UNKNOWN]
property = true
[LFG_STATISTIC_MATCHES_MADE]
property = true
[LFG_STATISTIC_PARTIES_IN_QUEUE]
property = true
[LFG_STATISTIC_PLAYERS_IN_QUEUE]
property = true
[LFG_TITLE]
property = true
[LFG_TOOLTIP_MONEY_REWARD]
property = true
[LFG_TOOLTIP_ROLES]
property = true
[LFG_TYPE_ANY_DUNGEON]
property = true
[LFG_TYPE_ANY_HEROIC_DUNGEON]
property = true
[LFG_TYPE_BATTLEGROUND]
property = true
[LFG_TYPE_DAILY_DUNGEON]
property = true
[LFG_TYPE_DAILY_HEROIC_DUNGEON]
property = true
[LFG_TYPE_DUNGEON]
property = true
[LFG_TYPE_HEROIC_DUNGEON]
property = true
[LFG_TYPE_NONE]
property = true
[LFG_TYPE_QUEST]
property = true
[LFG_TYPE_RAID]
property = true
[LFG_TYPE_RANDOM_DUNGEON]
property = true
[LFG_TYPE_RANDOM_HEROIC_SCENARIO]
property = true
[LFG_TYPE_RANDOM_SCENARIO]
property = true
[LFG_TYPE_RANDOM_TIMEWALKER_DUNGEON]
property = true
[LFG_TYPE_ZONE]
property = true
[LFM_DISABLED_LFG_TOOLTIP]
property = true
[LFM_NAME_TEMPLATE]
property = true
[LFM_NUM_RAID_MEMBER_TEMPLATE]
property = true
[LFM_TITLE]
property = true
[LFR_QUEUE_GROUP_INELIGIBLE]
property = true
[LFR_QUEUE_PLAYER_INELIGIBLE]
property = true
[LIGHTING_QUALITY]
property = true
[LIGHT_FORCE]
property = true
[LIGHT_FORCE_COST]
property = true
[LIGHT_FORCE_COST_PER_TIME]
property = true
[LIGHT_FORCE_COST_PER_TIME_NO_BASE]
property = true
[LINK_TRADESKILL_TOOLTIP]
property = true
[LIQUID_DETAIL]
property = true
[LIST_DELIMITER]
property = true
[LIST_GROUP]
property = true
[LIST_ME]
property = true
[LIST_MY_GROUP]
property = true
[LOAD_ADDON]
property = true
[LOCALE_AUDIO_LABEL]
property = true
[LOCALE_INFORMATION]
property = true
[LOCALE_TEXT_LABEL]
property = true
[LOCATION_COLON]
property = true
[LOCATION_MOBILE_APP]
property = true
[LOCK]
property = true
[LOCKED]
property = true
[LOCKED_RELIC_TOOLTIP_BODY]
property = true
[LOCKED_RELIC_TOOLTIP_TITLE]
property = true
[LOCKED_WITH_ITEM]
property = true
[LOCKED_WITH_SPELL]
property = true
[LOCKED_WITH_SPELL_KNOWN]
property = true
[LOCK_ACTIONBAR_TEXT]
property = true
[LOCK_BATTLEFIELDMINIMAP]
property = true
[LOCK_CHANNELPULLOUT_LABEL]
property = true
[LOCK_CURSOR]
property = true
[LOCK_EXPIRE]
property = true
[LOCK_FOCUS_FRAME]
property = true
[LOCK_FRAME]
property = true
[LOCK_WINDOW]
property = true
[LOC_OPTION_ALERT]
property = true
[LOC_OPTION_FULL]
property = true
[LOC_OPTION_OFF]
property = true
[LOC_TYPE_DISARM]
property = true
[LOC_TYPE_FULL]
property = true
[LOC_TYPE_INTERRUPT]
property = true
[LOC_TYPE_ROOT]
property = true
[LOC_TYPE_SILENCE]
property = true
[LOGOUT]
property = true
[LOG_PERIODIC_EFFECTS]
property = true
[LOOKING]
property = true
[LOOKINGFORGUILD]
property = true
[LOOKING_FOR]
property = true
[LOOKING_FOR_DUNGEON]
property = true
[LOOKING_FOR_DUNGEON_PVEFRAME]
property = true
[LOOKING_FOR_GROUP_LABEL]
property = true
[LOOKING_FOR_GROUP_LABEL2]
property = true
[LOOKING_FOR_GROUP_TEXT]
property = true
[LOOKING_FOR_MORE]
property = true
[LOOKING_FOR_MORE_TEXT]
property = true
[LOOKING_FOR_RAID]
property = true
[LOOK_FOR_GROUP]
property = true
[LOOK_FOR_MORE]
property = true
[LOOT]
property = true
[LOOTER]
property = true
[LOOTUPGRADEFRAME_TITLE]
property = true
[LOOT_CURRENCY_REFUND]
property = true
[LOOT_DISENCHANT_CREDIT]
property = true
[LOOT_FREE_FOR_ALL]
property = true
[LOOT_GONE]
property = true
[LOOT_GROUP_LOOT]
property = true
[LOOT_HISTORY_ALL_PASSED]
property = true
[LOOT_ITEM]
property = true
[LOOT_ITEM_BONUS_ROLL]
property = true
[LOOT_ITEM_BONUS_ROLL_MULTIPLE]
property = true
[LOOT_ITEM_BONUS_ROLL_SELF]
property = true
[LOOT_ITEM_BONUS_ROLL_SELF_MULTIPLE]
property = true
[LOOT_ITEM_CREATED_SELF]
property = true
[LOOT_ITEM_CREATED_SELF_MULTIPLE]
property = true
[LOOT_ITEM_MULTIPLE]
property = true
[LOOT_ITEM_PUSHED]
property = true
[LOOT_ITEM_PUSHED_MULTIPLE]
property = true
[LOOT_ITEM_PUSHED_SELF]
property = true
[LOOT_ITEM_PUSHED_SELF_MULTIPLE]
property = true
[LOOT_ITEM_REFUND]
property = true
[LOOT_ITEM_REFUND_MULTIPLE]
property = true
[LOOT_ITEM_SELF]
property = true
[LOOT_ITEM_SELF_MULTIPLE]
property = true
[LOOT_ITEM_WHILE_PLAYER_INELIGIBLE]
property = true
[LOOT_JOURNAL_ITEM_SETS]
property = true
[LOOT_JOURNAL_LEGENDARIES]
property = true
[LOOT_JOURNAL_LEGENDARIES_CRAFTED_ITEM]
property = true
[LOOT_JOURNAL_LEGENDARIES_ITEM_WITH_SOURCE]
property = true
[LOOT_JOURNAL_LEGENDARIES_SOURCE_ACHIEVEMENT]
property = true
[LOOT_JOURNAL_LEGENDARIES_SOURCE_CRAFTED_ITEM]
property = true
[LOOT_JOURNAL_LEGENDARIES_SOURCE_QUEST]
property = true
[LOOT_KEY_TEXT]
property = true
[LOOT_MASTER_LOOTER]
property = true
[LOOT_METHOD]
property = true
[LOOT_MONEY]
property = true
[LOOT_MONEY_REFUND]
property = true
[LOOT_MONEY_SPLIT]
property = true
[LOOT_MONEY_SPLIT_GUILD]
property = true
[LOOT_MONEY_SPLIT_MOD]
property = true
[LOOT_NEED_BEFORE_GREED]
property = true
[LOOT_NEXT_PAGE]
property = true
[LOOT_NOUN]
property = true
[LOOT_NO_DROP]
property = true
[LOOT_NO_DROP_DISENCHANT]
property = true
[LOOT_NO_DROP_ROLL_NEED]
property = true
[LOOT_PASS_NEWBIE]
property = true
[LOOT_PERSONAL_LOOT]
property = true
[LOOT_PROMOTE]
property = true
[LOOT_ROLL]
property = true
[LOOT_ROLLS]
property = true
[LOOT_ROLL_ALL_PASSED]
property = true
[LOOT_ROLL_DISENCHANT]
property = true
[LOOT_ROLL_DISENCHANT_SELF]
property = true
[LOOT_ROLL_GREED]
property = true
[LOOT_ROLL_GREED_SELF]
property = true
[LOOT_ROLL_INELIGIBLE_REASON1]
property = true
[LOOT_ROLL_INELIGIBLE_REASON2]
property = true
[LOOT_ROLL_INELIGIBLE_REASON3]
property = true
[LOOT_ROLL_INELIGIBLE_REASON4]
property = true
[LOOT_ROLL_INELIGIBLE_REASON5]
property = true
[LOOT_ROLL_LOST_ROLL]
property = true
[LOOT_ROLL_NEED]
property = true
[LOOT_ROLL_NEED_SELF]
property = true
[LOOT_ROLL_NEED_SELF_OFF_SPEC]
property = true
[LOOT_ROLL_PASSED]
property = true
[LOOT_ROLL_PASSED_AUTO]
property = true
[LOOT_ROLL_PASSED_AUTO_FEMALE]
property = true
[LOOT_ROLL_PASSED_SELF]
property = true
[LOOT_ROLL_PASSED_SELF_AUTO]
property = true
[LOOT_ROLL_ROLLED_DE]
property = true
[LOOT_ROLL_ROLLED_GREED]
property = true
[LOOT_ROLL_ROLLED_NEED]
property = true
[LOOT_ROLL_ROLLED_NEED_ROLE_BONUS]
property = true
[LOOT_ROLL_STARTED]
property = true
[LOOT_ROLL_WON]
property = true
[LOOT_ROLL_WON_NO_SPAM_DE]
property = true
[LOOT_ROLL_WON_NO_SPAM_GREED]
property = true
[LOOT_ROLL_WON_NO_SPAM_NEED]
property = true
[LOOT_ROLL_WON_NO_SPAM_NEED_OFF_SPEC]
property = true
[LOOT_ROLL_YOU_WON]
property = true
[LOOT_ROLL_YOU_WON_NO_SPAM_DE]
property = true
[LOOT_ROLL_YOU_WON_NO_SPAM_GREED]
property = true
[LOOT_ROLL_YOU_WON_NO_SPAM_NEED]
property = true
[LOOT_ROLL_YOU_WON_NO_SPAM_NEED_OFF_SPEC]
property = true
[LOOT_ROUND_ROBIN]
property = true
[LOOT_SPECIALIZATION_DEFAULT]
property = true
[LOOT_THRESHOLD]
property = true
[LOOT_UNDER_MOUSE_TEXT]
property = true
[LOSS]
property = true
[LOSSES]
property = true
[LOSS_OF_CONTROL]
property = true
[LOSS_OF_CONTROL_DISPLAY_BANISH]
property = true
[LOSS_OF_CONTROL_DISPLAY_CHARM]
property = true
[LOSS_OF_CONTROL_DISPLAY_CONFUSE]
property = true
[LOSS_OF_CONTROL_DISPLAY_CYCLONE]
property = true
[LOSS_OF_CONTROL_DISPLAY_DAZE]
property = true
[LOSS_OF_CONTROL_DISPLAY_DISARM]
property = true
[LOSS_OF_CONTROL_DISPLAY_DISORIENT]
property = true
[LOSS_OF_CONTROL_DISPLAY_DISTRACT]
property = true
[LOSS_OF_CONTROL_DISPLAY_FEAR]
property = true
[LOSS_OF_CONTROL_DISPLAY_FEAR_MECHANIC]
property = true
[LOSS_OF_CONTROL_DISPLAY_FREEZE]
property = true
[LOSS_OF_CONTROL_DISPLAY_HORROR]
property = true
[LOSS_OF_CONTROL_DISPLAY_INCAPACITATE]
property = true
[LOSS_OF_CONTROL_DISPLAY_INTERRUPT]
property = true
[LOSS_OF_CONTROL_DISPLAY_INTERRUPT_SCHOOL]
property = true
[LOSS_OF_CONTROL_DISPLAY_INVULNERABILITY]
property = true
[LOSS_OF_CONTROL_DISPLAY_MAGICAL_IMMUNITY]
property = true
[LOSS_OF_CONTROL_DISPLAY_PACIFY]
property = true
[LOSS_OF_CONTROL_DISPLAY_PACIFYSILENCE]
property = true
[LOSS_OF_CONTROL_DISPLAY_POLYMORPH]
property = true
[LOSS_OF_CONTROL_DISPLAY_POSSESS]
property = true
[LOSS_OF_CONTROL_DISPLAY_ROOT]
property = true
[LOSS_OF_CONTROL_DISPLAY_SAP]
property = true
[LOSS_OF_CONTROL_DISPLAY_SCHOOL_INTERRUPT]
property = true
[LOSS_OF_CONTROL_DISPLAY_SHACKLE_UNDEAD]
property = true
[LOSS_OF_CONTROL_DISPLAY_SILENCE]
property = true
[LOSS_OF_CONTROL_DISPLAY_SLEEP]
property = true
[LOSS_OF_CONTROL_DISPLAY_SNARE]
property = true
[LOSS_OF_CONTROL_DISPLAY_STUN]
property = true
[LOSS_OF_CONTROL_DISPLAY_STUN_MECHANIC]
property = true
[LOSS_OF_CONTROL_DISPLAY_TAUNT]
property = true
[LOSS_OF_CONTROL_DISPLAY_TURN_UNDEAD]
property = true
[LOSS_OF_CONTROL_SECONDS]
property = true
[LOST_HEALTH]
property = true
[LOW]
property = true
[LSHIFT_KEY_TEXT]
property = true
[LUA_ERROR]
property = true
[LUA_WARNING]
property = true
[LUNAR_POWER]
property = true
[LUNAR_POWER_COST]
property = true
[LUNAR_POWER_COST_LARGE]
property = true
[LUNAR_POWER_COST_LARGE_PER_TIME]
property = true
[LUNAR_POWER_COST_LARGE_PER_TIME_NO_BASE]
property = true
[LUNAR_POWER_COST_PER_TIME]
property = true
[LUNAR_POWER_COST_PER_TIME_NO_BASE]
property = true
[MACRO]
property = true
[MACROFRAME_CHAR_LIMIT]
property = true
[MACROS]
property = true
[MACRO_ACTION_FORBIDDEN]
property = true
[MACRO_HELP_TEXT_LINE1]
property = true
[MACRO_HELP_TEXT_LINE2]
property = true
[MACRO_HELP_TEXT_LINE3]
property = true
[MACRO_HELP_TEXT_LINE4]
property = true
[MACRO_HELP_TEXT_LINE5]
property = true
[MACRO_POPUP_CHOOSE_ICON]
property = true
[MACRO_POPUP_TEXT]
property = true
[MAC_DISABLE_OS_SHORTCUTS]
property = true
[MAC_DISABLE_OS_SHORTCUTS_TOOLTIP]
property = true
[MAC_OPEN_UNIVERSAL_ACCESS]
property = true
[MAC_OPEN_UNIVERSAL_ACCESS1090]
property = true
[MAC_OPTIONS]
property = true
[MAC_OPTIONS_MISC]
property = true
[MAC_SWAP_CONTROL_AND_COMMAND_TOOLTIP]
property = true
[MAC_USE_COMMAND_AS_CONTROL]
property = true
[MAC_USE_COMMAND_AS_CONTROL_TOOLTIP]
property = true
[MAC_USE_COMMAND_LEFT_CLICK_AS_RIGHT_CLICK]
property = true
[MAC_USE_COMMAND_LEFT_CLICK_AS_RIGHT_CLICK_TOOLTIP]
property = true
[MAELSTROM]
property = true
[MAELSTROM_COST]
property = true
[MAELSTROM_COST_LARGE]
property = true
[MAELSTROM_COST_LARGE_PER_TIME]
property = true
[MAELSTROM_COST_LARGE_PER_TIME_NO_BASE]
property = true
[MAELSTROM_COST_PER_TIME]
property = true
[MAELSTROM_COST_PER_TIME_NO_BASE]
property = true
[MAELSTROM_POWER]
property = true
[MAGE_ARCANE_CORE_ABILITY_1]
property = true
[MAGE_ARCANE_CORE_ABILITY_2]
property = true
[MAGE_ARCANE_CORE_ABILITY_3]
property = true
[MAGE_ARCANE_CORE_ABILITY_4]
property = true
[MAGE_ARCANE_CORE_ABILITY_5]
property = true
[MAGE_ARCANE_CORE_ABILITY_6]
property = true
[MAGE_FIRE_CORE_ABILITY_1]
property = true
[MAGE_FIRE_CORE_ABILITY_2]
property = true
[MAGE_FIRE_CORE_ABILITY_3]
property = true
[MAGE_FIRE_CORE_ABILITY_4]
property = true
[MAGE_FIRE_CORE_ABILITY_5]
property = true
[MAGE_FIRE_CORE_ABILITY_6]
property = true
[MAGE_FROST_CORE_ABILITY_1]
property = true
[MAGE_FROST_CORE_ABILITY_2]
property = true
[MAGE_FROST_CORE_ABILITY_3]
property = true
[MAGE_FROST_CORE_ABILITY_4]
property = true
[MAGE_FROST_CORE_ABILITY_5]
property = true
[MAGE_FROST_CORE_ABILITY_6]
property = true
[MAGE_INTELLECT_TOOLTIP]
property = true
[MAGIC_RESISTANCES_COLON]
property = true
[MAIL_COD_ERROR]
property = true
[MAIL_COD_ERROR_COLORBLIND]
property = true
[MAIL_LABEL]
property = true
[MAIL_LETTER_TOOLTIP]
property = true
[MAIL_LOOT_KEY_TEXT]
property = true
[MAIL_MULTIPLE_ITEMS]
property = true
[MAIL_REPLY_PREFIX]
property = true
[MAIL_RETURN]
property = true
[MAIL_SUBJECT_LABEL]
property = true
[MAIL_TO_LABEL]
property = true
[MAINASSIST]
property = true
[MAINHANDSLOT]
property = true
[MAINMENUBAR_BANDWIDTH]
property = true
[MAINMENUBAR_BANDWIDTH_LABEL]
property = true
[MAINMENUBAR_DOWNLOAD_PERCENT]
property = true
[MAINMENUBAR_DOWNLOAD_PERCENT_LABEL]
property = true
[MAINMENUBAR_FPS_LABEL]
property = true
[MAINMENUBAR_LATENCY_LABEL]
property = true
[MAINMENUBAR_PROTOCOLS_LABEL]
property = true
[MAINMENU_BUTTON]
property = true
[MAINTANK]
property = true
[MAIN_ASSIST]
property = true
[MAIN_HELP_BUTTON_TOOLTIP]
property = true
[MAIN_MENU]
property = true
[MAIN_TANK]
property = true
[MAJOR_GLYPH]
property = true
[MAJOR_GLYPHS]
property = true
[MAKE_INTERACTABLE]
property = true
[MAKE_MODERATOR]
property = true
[MAKE_UNINTERACTABLE]
property = true
[MALE]
property = true
[MANA]
property = true
[MANAGE_ACCOUNT]
property = true
[MANAGE_ACCOUNT_URL]
property = true
[MANA_COLON]
property = true
[MANA_COMBAT_REGEN_TOOLTIP]
property = true
[MANA_COST]
property = true
[MANA_COST_LARGE]
property = true
[MANA_COST_LARGE_PER_TIME]
property = true
[MANA_COST_LARGE_PER_TIME_NO_BASE]
property = true
[MANA_COST_PER_TIME]
property = true
[MANA_COST_PER_TIME_NO_BASE]
property = true
[MANA_LOW]
property = true
[MANA_REGEN]
property = true
[MANA_REGEN_ABBR]
property = true
[MANA_REGEN_COMBAT]
property = true
[MANA_REGEN_FROM_SPIRIT]
property = true
[MANA_REGEN_TOOLTIP]
property = true
[MAP_AND_QUEST_LOG]
property = true
[MAP_BAR_PARTICIPATION]
property = true
[MAP_BAR_THUNDER_ISLE_ALLIANCE_TOOLTIP0]
property = true
[MAP_BAR_THUNDER_ISLE_ALLIANCE_TOOLTIP1]
property = true
[MAP_BAR_THUNDER_ISLE_ALLIANCE_TOOLTIP2]
property = true
[MAP_BAR_THUNDER_ISLE_ALLIANCE_TOOLTIP3]
property = true
[MAP_BAR_THUNDER_ISLE_ALLIANCE_TOOLTIP4]
property = true
[MAP_BAR_THUNDER_ISLE_DESCRIPTION0]
property = true
[MAP_BAR_THUNDER_ISLE_DESCRIPTION1]
property = true
[MAP_BAR_THUNDER_ISLE_DESCRIPTION2]
property = true
[MAP_BAR_THUNDER_ISLE_DESCRIPTION3]
property = true
[MAP_BAR_THUNDER_ISLE_DESCRIPTION4]
property = true
[MAP_BAR_THUNDER_ISLE_HORDE_TOOLTIP0]
property = true
[MAP_BAR_THUNDER_ISLE_HORDE_TOOLTIP1]
property = true
[MAP_BAR_THUNDER_ISLE_HORDE_TOOLTIP2]
property = true
[MAP_BAR_THUNDER_ISLE_HORDE_TOOLTIP3]
property = true
[MAP_BAR_THUNDER_ISLE_HORDE_TOOLTIP4]
property = true
[MAP_BAR_THUNDER_ISLE_LOCKED0]
property = true
[MAP_BAR_THUNDER_ISLE_LOCKED1]
property = true
[MAP_BAR_THUNDER_ISLE_LOCKED2]
property = true
[MAP_BAR_THUNDER_ISLE_LOCKED3]
property = true
[MAP_BAR_THUNDER_ISLE_LOCKED4]
property = true
[MAP_BAR_THUNDER_ISLE_TITLE0]
property = true
[MAP_BAR_THUNDER_ISLE_TITLE1]
property = true
[MAP_BAR_THUNDER_ISLE_TITLE2]
property = true
[MAP_BAR_THUNDER_ISLE_TITLE3]
property = true
[MAP_BAR_THUNDER_ISLE_TITLE4]
property = true
[MAP_BAR_TOOLTIP_TITLE]
property = true
[MAP_FADE_TEXT]
property = true
[MAP_OPTIONS_TEXT]
property = true
[MAP_QUEST_DIFFICULTY_TEXT]
property = true
[MAP_UNDER_INVASION]
property = true
[MARKED_AFK]
property = true
[MARKED_AFK_MESSAGE]
property = true
[MARKED_DND]
property = true
[MASTER]
property = true
[MASTERY_POINTS_SPENT]
property = true
[MASTER_LOOTER]
property = true
[MASTER_LOOTER_GIVE_TO]
property = true
[MASTER_VOLUME]
property = true
[MATCHMAKING_ENEMY_AVG_RATING]
property = true
[MATCHMAKING_MATCH_S]
property = true
[MATCHMAKING_PENDING]
property = true
[MATCHMAKING_YOUR_AVG_RATING]
property = true
[MAXFPS]
property = true
[MAXFPSBK]
property = true
[MAXFPSBK_CHECK]
property = true
[MAXFPS_CHECK]
property = true
[MAXIMILLIAN_ARTIFACTACQUISITION]
property = true
[MAXIMUM]
property = true
[MAXIMUM_REWARD]
property = true
[MAX_DAMAGE]
property = true
[MAX_FOLLOW_DIST]
property = true
[MAX_HONOR_LEVEL]
property = true
[MAX_HP_TEMPLATE]
property = true
[MEETINGSTONE_LEVEL]
property = true
[MEETINGSTONE_TOOLTIP]
property = true
[MELEE]
property = true
[MELEE_ATTACK]
property = true
[MELEE_ATTACK_POWER]
property = true
[MELEE_ATTACK_POWER_SPELL_POWER_TOOLTIP]
property = true
[MELEE_ATTACK_POWER_TOOLTIP]
property = true
[MELEE_COMBATLOG_TOOLTIP]
property = true
[MELEE_CRIT_CHANCE]
property = true
[MELEE_RANGE]
property = true
[MEMBERS]
property = true
[MEMBERS_IN_PARTY_LIST]
property = true
[MEMBER_COUNT_IN_RAID_LIST]
property = true
[MERCHANT]
property = true
[MERCHANT_ARENA_POINTS]
property = true
[MERCHANT_BUYBACK]
property = true
[MERCHANT_HONOR_POINTS]
property = true
[MERCHANT_PAGE_NUMBER]
property = true
[MERCHANT_STOCK]
property = true
[MESSAGE_SOURCES]
property = true
[MESSAGE_TYPES]
property = true
[META_GEM]
property = true
[MILLISECONDS_ABBR]
property = true
[MINIMAP_GARRISON_LANDING_PAGE_TOOLTIP]
property = true
[MINIMAP_LABEL]
property = true
[MINIMAP_ORDER_HALL_LANDING_PAGE_TOOLTIP]
property = true
[MINIMAP_TRACKING_AUCTIONEER]
property = true
[MINIMAP_TRACKING_BANKER]
property = true
[MINIMAP_TRACKING_BATTLEMASTER]
property = true
[MINIMAP_TRACKING_DIGSITES]
property = true
[MINIMAP_TRACKING_FLIGHTMASTER]
property = true
[MINIMAP_TRACKING_FOCUS]
property = true
[MINIMAP_TRACKING_HIDDEN_QUESTS]
property = true
[MINIMAP_TRACKING_INNKEEPER]
property = true
[MINIMAP_TRACKING_MAILBOX]
property = true
[MINIMAP_TRACKING_NONE]
property = true
[MINIMAP_TRACKING_POI]
property = true
[MINIMAP_TRACKING_QUEST_POIS]
property = true
[MINIMAP_TRACKING_REPAIR]
property = true
[MINIMAP_TRACKING_STABLEMASTER]
property = true
[MINIMAP_TRACKING_TARGET]
property = true
[MINIMAP_TRACKING_TOOLTIP_NONE]
property = true
[MINIMAP_TRACKING_TRAINER_CLASS]
property = true
[MINIMAP_TRACKING_TRAINER_PROFESSION]
property = true
[MINIMAP_TRACKING_TRANSMOGRIFIER]
property = true
[MINIMAP_TRACKING_TRIVIAL_QUESTS]
property = true
[MINIMAP_TRACKING_VENDOR_AMMO]
property = true
[MINIMAP_TRACKING_VENDOR_FOOD]
property = true
[MINIMAP_TRACKING_VENDOR_POISON]
property = true
[MINIMAP_TRACKING_VENDOR_REAGENT]
property = true
[MINIMAP_TRACKING_WILD_BATTLE_PET]
property = true
[MINIMIZE]
property = true
[MINIMUM]
property = true
[MINOR_GLYPH]
property = true
[MINOR_GLYPHS]
property = true
[MINS_ABBR]
property = true
[MINUTES]
property = true
[MINUTES_ABBR]
property = true
[MINUTES_SECONDS]
property = true
[MINUTE_ONELETTER_ABBR]
property = true
[MIN_DAMAGE]
property = true
[MISCELLANEOUS]
property = true
[MISS]
property = true
[MISSES]
property = true
[MISS_CHANCE]
property = true
[MODE]
property = true
[MODEL]
property = true
[MODEL_PREVIEW_FRAME_CAROUSEL_TEXT_FORMAT]
property = true
[MODIFIERS_COLON]
property = true
[MONEY]
property = true
[MONEY_CAP_REACHED_TRIAL]
property = true
[MONEY_COLON]
property = true
[MONEY_LOOT]
property = true
[MONK_BREW_CORE_ABILITY_1]
property = true
[MONK_BREW_CORE_ABILITY_2]
property = true
[MONK_BREW_CORE_ABILITY_3]
property = true
[MONK_BREW_CORE_ABILITY_4]
property = true
[MONK_BREW_CORE_ABILITY_5]
property = true
[MONK_BREW_CORE_ABILITY_6]
property = true
[MONK_MIST_CORE_ABILITY_1]
property = true
[MONK_MIST_CORE_ABILITY_2]
property = true
[MONK_MIST_CORE_ABILITY_3]
property = true
[MONK_MIST_CORE_ABILITY_4]
property = true
[MONK_MIST_CORE_ABILITY_5]
property = true
[MONK_MIST_CORE_ABILITY_6]
property = true
[MONK_WIND_CORE_ABILITY_1]
property = true
[MONK_WIND_CORE_ABILITY_2]
property = true
[MONK_WIND_CORE_ABILITY_3]
property = true
[MONK_WIND_CORE_ABILITY_4]
property = true
[MONK_WIND_CORE_ABILITY_5]
property = true
[MONK_WIND_CORE_ABILITY_6]
property = true
[MONSTER_BOSS_EMOTE]
property = true
[MONSTER_BOSS_WHISPER]
property = true
[MONTH_APRIL]
property = true
[MONTH_AUGUST]
property = true
[MONTH_DECEMBER]
property = true
[MONTH_FEBRUARY]
property = true
[MONTH_JANUARY]
property = true
[MONTH_JULY]
property = true
[MONTH_JUNE]
property = true
[MONTH_MARCH]
property = true
[MONTH_MAY]
property = true
[MONTH_NOVEMBER]
property = true
[MONTH_OCTOBER]
property = true
[MONTH_SEPTEMBER]
property = true
[MORE_REAGENTS]
property = true
[MOTD_COLON]
property = true
[MOUNT]
property = true
[MOUNTS]
property = true
[MOUNTS_AND_PETS]
property = true
[MOUNT_EQUIPMENT_EXEMPT]
property = true
[MOUNT_EQUIPMENT_ITEM_EXEMPT]
property = true
[MOUNT_EQUIPMENT_LEVEL_UP_FEATURE]
property = true
[MOUNT_EQUIPMENT_NOTICE]
property = true
[MOUNT_EQUIPMENT_UNLOCK_REQUIREMENT]
property = true
[MOUNT_JOURNAL_CANT_USE]
property = true
[MOUNT_JOURNAL_FILTER_UNUSABLE]
property = true
[MOUNT_JOURNAL_NOT_COLLECTED]
property = true
[MOUNT_JOURNAL_NO_VALID_FAVORITES]
property = true
[MOUNT_JOURNAL_PLAYER]
property = true
[MOUNT_JOURNAL_SUMMON_RANDOM_FAVORITE_MOUNT]
property = true
[MOUNT_JOURNAL_WRONG_FACTION]
property = true
[MOUNT_SUMMON_TOOLTIP]
property = true
[MOUNT_UNWRAP_TOOLTIP]
property = true
[MOUSE_LABEL]
property = true
[MOUSE_LOOK_SPEED]
property = true
[MOUSE_SENSITIVITY]
property = true
[MOUSE_SUBTEXT]
property = true
[MOVE_FILTER_DOWN]
property = true
[MOVE_FILTER_UP]
property = true
[MOVE_FRAME]
property = true
[MOVE_PAD]
property = true
[MOVE_TO_CONVERSATION_WINDOW]
property = true
[MOVE_TO_INACTIVE]
property = true
[MOVE_TO_NEW_WINDOW]
property = true
[MOVE_TO_WHISPER_WINDOW]
property = true
[MOVIE_RECORDING_AIC]
property = true
[MOVIE_RECORDING_AIC_TOOLTIP]
property = true
[MOVIE_RECORDING_CANCEL_CONFIRMATION]
property = true
[MOVIE_RECORDING_CODEC_TOOLTIP]
property = true
[MOVIE_RECORDING_COMPRESSBUTTON]
property = true
[MOVIE_RECORDING_COMPRESSDIALOG]
property = true
[MOVIE_RECORDING_COMPRESSING]
property = true
[MOVIE_RECORDING_COMPRESSING_CANCEL_NEWBIE_TOOLTIP]
property = true
[MOVIE_RECORDING_COMPRESSING_CANCEL_TOOLTIP]
property = true
[MOVIE_RECORDING_COMPRESSION]
property = true
[MOVIE_RECORDING_COMPRESSION_STARTED]
property = true
[MOVIE_RECORDING_COMPRESS_TOOLTIP]
property = true
[MOVIE_RECORDING_DATA_RATE]
property = true
[MOVIE_RECORDING_DATA_RATE_TOOLTIP]
property = true
[MOVIE_RECORDING_DV]
property = true
[MOVIE_RECORDING_DV_TOOLTIP]
property = true
[MOVIE_RECORDING_ENABLE_COMPRESSION]
property = true
[MOVIE_RECORDING_ENABLE_COMPRESSION_TOOLTIP]
property = true
[MOVIE_RECORDING_ENABLE_CURSOR]
property = true
[MOVIE_RECORDING_ENABLE_CURSOR_TOOLTIP]
property = true
[MOVIE_RECORDING_ENABLE_GUI]
property = true
[MOVIE_RECORDING_ENABLE_GUI_TOOLTIP]
property = true
[MOVIE_RECORDING_ENABLE_ICON]
property = true
[MOVIE_RECORDING_ENABLE_ICON_TOOLTIP]
property = true
[MOVIE_RECORDING_ENABLE_RECOVER]
property = true
[MOVIE_RECORDING_ENABLE_RECOVER_TOOLTIP]
property = true
[MOVIE_RECORDING_ENABLE_SOUND]
property = true
[MOVIE_RECORDING_ENABLE_SOUND_TOOLTIP]
property = true
[MOVIE_RECORDING_FPS_FOURTH]
property = true
[MOVIE_RECORDING_FPS_HALF]
property = true
[MOVIE_RECORDING_FPS_THIRD]
property = true
[MOVIE_RECORDING_FRAMERATE]
property = true
[MOVIE_RECORDING_FRAMERATE_TOOLTIP]
property = true
[MOVIE_RECORDING_FULL_RESOLUTION]
property = true
[MOVIE_RECORDING_GUI_OFF]
property = true
[MOVIE_RECORDING_GUI_ON]
property = true
[MOVIE_RECORDING_H264]
property = true
[MOVIE_RECORDING_H264_TOOLTIP]
property = true
[MOVIE_RECORDING_MJPEG]
property = true
[MOVIE_RECORDING_MJPEG_TOOLTIP]
property = true
[MOVIE_RECORDING_MPEG4]
property = true
[MOVIE_RECORDING_MPEG4_TOOLTIP]
property = true
[MOVIE_RECORDING_PIXLET]
property = true
[MOVIE_RECORDING_QUALITY_TOOLTIP]
property = true
[MOVIE_RECORDING_RECORDING]
property = true
[MOVIE_RECORDING_RECORDING_STARTED]
property = true
[MOVIE_RECORDING_RECORDING_STOPPED]
property = true
[MOVIE_RECORDING_RECOVERING]
property = true
[MOVIE_RECORDING_RESOLUTION_TOOLTIP]
property = true
[MOVIE_RECORDING_TIME]
property = true
[MOVIE_RECORDING_TIME_TOOLTIP]
property = true
[MOVIE_RECORDING_UNCOMPRESSED_RGB]
property = true
[MP]
property = true
[MULTIPLE_DUNGEONS]
property = true
[MULTISAMPLE]
property = true
[MULTISAMPLE_ALPHA_TEST]
property = true
[MULTISAMPLE_ANTIALIASING]
property = true
[MULTISAMPLE_ANTI_ALIASING]
property = true
[MULTISAMPLING_FORMAT_STRING]
property = true
[MULTISAMPLING_SHORT_FORMAT_STRING]
property = true
[MULTI_CAST_TOOLTIP_NO_TOTEM]
property = true
[MUSIC_DISABLED]
property = true
[MUSIC_ENABLED]
property = true
[MUSIC_VOLUME]
property = true
[MUTE]
property = true
[MUTED]
property = true
[MUTED_LIST]
property = true
[MUTE_PLAYER]
property = true
[MUTE_SILENCED]
property = true
[MYTHIC_PLUS_BEST_WEEKLY]
property = true
[MYTHIC_PLUS_CHEST_ITEM_LEVEL_REWARD]
property = true
[MYTHIC_PLUS_CHEST_KEYSTONE_LEVEL]
property = true
[MYTHIC_PLUS_CHEST_LEVEL_ABOVE_15]
property = true
[MYTHIC_PLUS_CHEST_LEVEL_BELOW_15]
property = true
[MYTHIC_PLUS_CLAIM_REWARD_MESSAGE]
property = true
[MYTHIC_PLUS_CURR_WEEK_REWARD]
property = true
[MYTHIC_PLUS_INCOMPLETE_WEEKLY_KEYSTONE]
property = true
[MYTHIC_PLUS_LEADER_BOARD_NAME_ICON]
property = true
[MYTHIC_PLUS_MISSING_KEYSTONE_MESSAGE]
property = true
[MYTHIC_PLUS_MISSING_WEEKLY_CHEST_REWARD]
property = true
[MYTHIC_PLUS_OVERTIME_SEASON_BEST]
property = true
[MYTHIC_PLUS_POWER_LEVEL]
property = true
[MYTHIC_PLUS_SEASON_BEST]
property = true
[MYTHIC_PLUS_SEASON_DESC1]
property = true
[MYTHIC_PLUS_SEASON_DESC2]
property = true
[MYTHIC_PLUS_SEASON_DESC3]
property = true
[MYTHIC_PLUS_TAB_DISABLE_TEXT]
property = true
[MYTHIC_PLUS_WEEKLY_BEST]
property = true
[MYTHIC_PLUS_WEEKLY_CHEST_LEVEL]
property = true
[MYTHIC_PLUS_WEEKLY_CHEST_REWARD]
property = true
[NAME]
property = true
[NAMEPLATES_MESSAGE_ALL_OFF]
property = true
[NAMEPLATES_MESSAGE_ALL_ON]
property = true
[NAMEPLATES_MESSAGE_ALL_ON_AUTO]
property = true
[NAMEPLATES_MESSAGE_ENEMY_OFF]
property = true
[NAMEPLATES_MESSAGE_ENEMY_ON]
property = true
[NAMEPLATES_MESSAGE_ENEMY_ON_AUTO]
property = true
[NAMEPLATES_MESSAGE_FRIENDLY_OFF]
property = true
[NAMEPLATES_MESSAGE_FRIENDLY_ON]
property = true
[NAMEPLATES_MESSAGE_FRIENDLY_ON_AUTO]
property = true
[NAMES_LABEL]
property = true
[NAMES_SUBTEXT]
property = true
[NAME_CHAT_WINDOW]
property = true
[NARROW]
property = true
[NATURAL_ABBREVIATION_FORMAT]
property = true
[NATURAL_ABBREVIATION_FORMAT_SEPARATOR]
property = true
[NAZMIR_RAID_ZUL_CRAWG_ENERGY]
property = true
[NAZMIR_RAID_ZUL_ELDER_BLOOD]
property = true
[NEAR]
property = true
[NECKSLOT]
property = true
[NEED]
property = true
[NEED_NEWBIE]
property = true
[NETWORK_LABEL]
property = true
[NET_PROMOTER_HIGH]
property = true
[NET_PROMOTER_LOW]
property = true
[NEVER]
property = true
[NEW]
property = true
[NEWBIE_TOOLTIP_ABANDONQUEST]
property = true
[NEWBIE_TOOLTIP_ACHIEVEMENT]
property = true
[NEWBIE_TOOLTIP_ADDFRIEND]
property = true
[NEWBIE_TOOLTIP_ADDMEMBER]
property = true
[NEWBIE_TOOLTIP_ADDTEAMMEMBER]
property = true
[NEWBIE_TOOLTIP_ALLIANCE]
property = true
[NEWBIE_TOOLTIP_AUTO_JOIN_VOICE]
property = true
[NEWBIE_TOOLTIP_BANDWIDTH]
property = true
[NEWBIE_TOOLTIP_BATTLEFIELDMINIMAP_OPTIONS]
property = true
[NEWBIE_TOOLTIP_BATTLEFIELD_GROUP_JOIN]
property = true
[NEWBIE_TOOLTIP_CHANNELPULLOUT_OPTIONS]
property = true
[NEWBIE_TOOLTIP_CHANNELTAB]
property = true
[NEWBIE_TOOLTIP_CHARACTER]
property = true
[NEWBIE_TOOLTIP_CHATMENU]
property = true
[NEWBIE_TOOLTIP_CHATOPTIONS]
property = true
[NEWBIE_TOOLTIP_CHAT_OVERFLOW]
property = true
[NEWBIE_TOOLTIP_DEMOTE]
property = true
[NEWBIE_TOOLTIP_DISHONORABLE_KILLS]
property = true
[NEWBIE_TOOLTIP_DISPLAY_CHANNEL_PULLOUT]
property = true
[NEWBIE_TOOLTIP_DOWNLOAD_PERCENT]
property = true
[NEWBIE_TOOLTIP_ENCHANTSLOT]
property = true
[NEWBIE_TOOLTIP_ENCOUNTER_JOURNAL]
property = true
[NEWBIE_TOOLTIP_ENTER_BATTLEGROUND]
property = true
[NEWBIE_TOOLTIP_EQUIPMENT_MANAGER]
property = true
[NEWBIE_TOOLTIP_EQUIPMENT_MANAGER_IGNORE_SLOT]
property = true
[NEWBIE_TOOLTIP_EQUIPMENT_MANAGER_PLACE_IN_BAGS]
property = true
[NEWBIE_TOOLTIP_EQUIPMENT_MANAGER_UNIGNORE_SLOT]
property = true
[NEWBIE_TOOLTIP_FIRST_AVAILABLE]
property = true
[NEWBIE_TOOLTIP_FRAMERATE]
property = true
[NEWBIE_TOOLTIP_FRIENDSTAB]
property = true
[NEWBIE_TOOLTIP_GROUPINVITE]
property = true
[NEWBIE_TOOLTIP_GUILDCONTROL]
property = true
[NEWBIE_TOOLTIP_GUILDGROUPINVITE]
property = true
[NEWBIE_TOOLTIP_GUILDPUBLICNOTE]
property = true
[NEWBIE_TOOLTIP_GUILDREMOVE]
property = true
[NEWBIE_TOOLTIP_GUILDTAB]
property = true
[NEWBIE_TOOLTIP_GUILD_INFORMATION]
property = true
[NEWBIE_TOOLTIP_GUILD_MEMBER_OPTIONS]
property = true
[NEWBIE_TOOLTIP_HEALTHBAR]
property = true
[NEWBIE_TOOLTIP_HELP]
property = true
[NEWBIE_TOOLTIP_HONORABLE_KILLS]
property = true
[NEWBIE_TOOLTIP_HONOR_CONTRIBUTION_POINTS]
property = true
[NEWBIE_TOOLTIP_HONOR_STANDING]
property = true
[NEWBIE_TOOLTIP_HORDE]
property = true
[NEWBIE_TOOLTIP_IGNOREPLAYER]
property = true
[NEWBIE_TOOLTIP_IGNORETAB]
property = true
[NEWBIE_TOOLTIP_LATENCY]
property = true
[NEWBIE_TOOLTIP_LFGPARENT]
property = true
[NEWBIE_TOOLTIP_LFMTAB]
property = true
[NEWBIE_TOOLTIP_LOOKINGFORGUILDTAB]
property = true
[NEWBIE_TOOLTIP_MAINMENU]
property = true
[NEWBIE_TOOLTIP_MANABAR0]
property = true
[NEWBIE_TOOLTIP_MANABAR1]
property = true
[NEWBIE_TOOLTIP_MANABAR2]
property = true
[NEWBIE_TOOLTIP_MANABAR3]
property = true
[NEWBIE_TOOLTIP_MANABAR4]
property = true
[NEWBIE_TOOLTIP_MEMORY]
property = true
[NEWBIE_TOOLTIP_MINIMAPTOGGLE]
property = true
[NEWBIE_TOOLTIP_MOUNTS_AND_PETS]
property = true
[NEWBIE_TOOLTIP_MUTEPLAYER]
property = true
[NEWBIE_TOOLTIP_PARTYOPTIONS]
property = true
[NEWBIE_TOOLTIP_PLAYEROPTIONS]
property = true
[NEWBIE_TOOLTIP_PROMOTE]
property = true
[NEWBIE_TOOLTIP_PROTOCOLS]
property = true
[NEWBIE_TOOLTIP_PVP]
property = true
[NEWBIE_TOOLTIP_PVPFFA]
property = true
[NEWBIE_TOOLTIP_QUESTLOG]
property = true
[NEWBIE_TOOLTIP_RAF_SUMMON_LINKED]
property = true
[NEWBIE_TOOLTIP_RAIDTAB]
property = true
[NEWBIE_TOOLTIP_RAID_BROWSER]
property = true
[NEWBIE_TOOLTIP_RAID_FINDER]
property = true
[NEWBIE_TOOLTIP_RANK]
property = true
[NEWBIE_TOOLTIP_RANK_POSITION]
property = true
[NEWBIE_TOOLTIP_REMOVEFRIEND]
property = true
[NEWBIE_TOOLTIP_REMOVEPLAYER]
property = true
[NEWBIE_TOOLTIP_SENDMESSAGE]
property = true
[NEWBIE_TOOLTIP_SHAREQUEST]
property = true
[NEWBIE_TOOLTIP_SOCIAL]
property = true
[NEWBIE_TOOLTIP_SPELLBOOK]
property = true
[NEWBIE_TOOLTIP_STOPIGNORE]
property = true
[NEWBIE_TOOLTIP_STOPWATCH_PLAYPAUSEBUTTON]
property = true
[NEWBIE_TOOLTIP_STOPWATCH_RESETBUTTON]
property = true
[NEWBIE_TOOLTIP_TALENTS]
property = true
[NEWBIE_TOOLTIP_TRACKQUEST]
property = true
[NEWBIE_TOOLTIP_UNIT_DUEL]
property = true
[NEWBIE_TOOLTIP_UNIT_FOLLOW]
property = true
[NEWBIE_TOOLTIP_UNIT_FREE_FOR_ALL]
property = true
[NEWBIE_TOOLTIP_UNIT_GROUP_LOOT]
property = true
[NEWBIE_TOOLTIP_UNIT_INSPECT]
property = true
[NEWBIE_TOOLTIP_UNIT_INVITE]
property = true
[NEWBIE_TOOLTIP_UNIT_LEAVE_PARTY]
property = true
[NEWBIE_TOOLTIP_UNIT_LOOT_THRESHOLD]
property = true
[NEWBIE_TOOLTIP_UNIT_MASTER_LOOTER]
property = true
[NEWBIE_TOOLTIP_UNIT_NEED_BEFORE_GREED]
property = true
[NEWBIE_TOOLTIP_UNIT_OPT_OUT_LOOT]
property = true
[NEWBIE_TOOLTIP_UNIT_PERSONAL]
property = true
[NEWBIE_TOOLTIP_UNIT_PET_ABANDON]
property = true
[NEWBIE_TOOLTIP_UNIT_PET_DISMISS]
property = true
[NEWBIE_TOOLTIP_UNIT_PET_PAPERDOLL]
property = true
[NEWBIE_TOOLTIP_UNIT_PET_RENAME]
property = true
[NEWBIE_TOOLTIP_UNIT_PROMOTE]
property = true
[NEWBIE_TOOLTIP_UNIT_ROUND_ROBIN]
property = true
[NEWBIE_TOOLTIP_UNIT_TRADE]
property = true
[NEWBIE_TOOLTIP_UNIT_UNINVITE]
property = true
[NEWBIE_TOOLTIP_UNIT_VOTE_TO_KICK]
property = true
[NEWBIE_TOOLTIP_UNMUTE]
property = true
[NEWBIE_TOOLTIP_VIEWGUILD]
property = true
[NEWBIE_TOOLTIP_VOICE_CHAT_SELECTOR]
property = true
[NEWBIE_TOOLTIP_WHOTAB]
property = true
[NEWBIE_TOOLTIP_WORLDMAP]
property = true
[NEWBIE_TOOLTIP_XPBAR]
property = true
[NEW_ACHIEVEMENT_EARNED]
property = true
[NEW_AZERITE_ESSENCE_MILESTONE_UNLOCKED]
property = true
[NEW_AZERITE_ESSENCE_RANKED_RANK]
property = true
[NEW_AZERITE_ESSENCE_RANKED_UNLOCKED]
property = true
[NEW_AZERITE_ESSENCE_SLOT_UNLOCKED]
property = true
[NEW_AZERITE_POWER_AVAILABLE]
property = true
[NEW_CAPS]
property = true
[NEW_CHAT_WINDOW]
property = true
[NEW_COMPACT_UNIT_FRAME_PROFILE]
property = true
[NEW_CONVERSATION_INSTRUCTIONS]
property = true
[NEW_LEADER]
property = true
[NEW_PVP_SEASON_REWARD_PREVIEW]
property = true
[NEW_RECIPE_LEARNED_TITLE]
property = true
[NEW_SEASON_YAY]
property = true
[NEW_TITLE_EARNED]
property = true
[NEXT]
property = true
[NEXT_ABILITY]
property = true
[NEXT_BATTLE]
property = true
[NEXT_BATTLE_LABEL]
property = true
[NEXT_RANK_COLON]
property = true
[NEXT_TALENT_LEVEL]
property = true
[NIGHTMARE_RAID_XAVIUS_NIGHTMARE_CORRUPTION]
property = true
[NO]
property = true
[NONE]
property = true
[NONEQUIPSLOT]
property = true
[NONE_CAPS]
property = true
[NONE_KEY]
property = true
[NORMAL_QUEST_DISPLAY]
property = true
[NOTE]
property = true
[NOTE_COLON]
property = true
[NOTE_SUBMITTED]
property = true
[NOTE_SUBMIT_FAILED]
property = true
[NOT_APPLICABLE]
property = true
[NOT_BOUND]
property = true
[NOT_COLLECTED]
property = true
[NOT_ENOUGH_CURRENCY]
property = true
[NOT_ENOUGH_GOLD]
property = true
[NOT_ENOUGH_GOLD_FOR_AZERITE_RESPEC]
property = true
[NOT_ENOUGH_MANA]
property = true
[NOT_IN_GROUP]
property = true
[NOT_READY]
property = true
[NOT_READY_FEMALE]
property = true
[NOT_TAMEABLE]
property = true
[NOT_YET_SIGNED]
property = true
[NO_ARENA_TEAM]
property = true
[NO_ATTACHMENTS]
property = true
[NO_BATTLETAG]
property = true
[NO_BIDS]
property = true
[NO_COMPLETED_ACHIEVEMENTS]
property = true
[NO_DAILY_QUESTS_REMAINING]
property = true
[NO_EMPTY_KEYRING_SLOTS_ERROR]
property = true
[NO_ENVIRONMENT_INTERACTION]
property = true
[NO_EQUIPMENT_SLOTS_AVAILABLE]
property = true
[NO_FRIEND_REQUESTS]
property = true
[NO_GUILDBANK_TABS]
property = true
[NO_LFD_WHILE_LFR]
property = true
[NO_LFD_WHILE_RF]
property = true
[NO_LFG_LIST_AVAILABLE]
property = true
[NO_LFR_WHILE_LFD]
property = true
[NO_LFR_WHILE_RF]
property = true
[NO_LONGER_AVAILABLE]
property = true
[NO_RAIDS_AVAILABLE]
property = true
[NO_RAID_INSTANCES_SAVED]
property = true
[NO_RESPONSE]
property = true
[NO_RF_AVAILABLE]
property = true
[NO_RF_AVAILABLE_WITH_NEXT_LEVEL]
property = true
[NO_RF_WHILE_LFD]
property = true
[NO_RF_WHILE_LFR]
property = true
[NO_ROLE]
property = true
[NO_ROSTER_ACHIEVEMENT_POINTS]
property = true
[NO_SCENARIO_AVAILABLE]
property = true
[NO_SCENARIO_AVAILABLE_WITH_NEXT_LEVEL]
property = true
[NO_TITLES_TOOLTIP]
property = true
[NO_TRADE_FROM_BONUS_ROLL]
property = true
[NO_UPDATED_STATS_TEXT]
property = true
[NO_VIEWABLE_GUILDBANK_LOGS]
property = true
[NO_VIEWABLE_GUILDBANK_TABS]
property = true
[NO_VOICE_SESSIONS]
property = true
[NPC_NAMES_DROPDOWN_ALL]
property = true
[NPC_NAMES_DROPDOWN_ALL_TOOLTIP]
property = true
[NPC_NAMES_DROPDOWN_HOSTILE]
property = true
[NPC_NAMES_DROPDOWN_HOSTILE_TOOLTIP]
property = true
[NPC_NAMES_DROPDOWN_INTERACTIVE]
property = true
[NPC_NAMES_DROPDOWN_INTERACTIVE_TOOLTIP]
property = true
[NPC_NAMES_DROPDOWN_NONE]
property = true
[NPC_NAMES_DROPDOWN_NONE_TOOLTIP]
property = true
[NPC_NAMES_DROPDOWN_TRACKED]
property = true
[NPC_NAMES_DROPDOWN_TRACKED_TOOLTIP]
property = true
[NPE_ABILITIES]
property = true
[NPE_ABILITYINITIAL]
property = true
[NPE_ABILITYINITIAL_WARRIOR]
property = true
[NPE_ABILITYLEVEL3_DRUID]
property = true
[NPE_ABILITYLEVEL3_HUNTER]
property = true
[NPE_ABILITYLEVEL3_MAGE]
property = true
[NPE_ABILITYLEVEL3_MONK]
property = true
[NPE_ABILITYLEVEL3_PALADIN]
property = true
[NPE_ABILITYLEVEL3_PRIEST]
property = true
[NPE_ABILITYLEVEL3_ROGUE]
property = true
[NPE_ABILITYLEVEL3_SHAMAN]
property = true
[NPE_ABILITYLEVEL3_WARLOCK]
property = true
[NPE_ABILITYLEVEL3_WARRIOR]
property = true
[NPE_ABILITYREMINDER]
property = true
[NPE_ABILITYREMINDER_WARRIOR]
property = true
[NPE_ABILITYSECOND_WARRIOR]
property = true
[NPE_ABILITYTRAININGDUMMY]
property = true
[NPE_ABILITYTRAININGDUMMY_DRUID]
property = true
[NPE_ABILITYTRAININGDUMMY_HUNTER]
property = true
[NPE_ABILITYTRAININGDUMMY_MAGE]
property = true
[NPE_ABILITYTRAININGDUMMY_MONK]
property = true
[NPE_ABILITYTRAININGDUMMY_PALADIN]
property = true
[NPE_ABILITYTRAININGDUMMY_PRIEST]
property = true
[NPE_ABILITYTRAININGDUMMY_ROGUE]
property = true
[NPE_ABILITYTRAININGDUMMY_SHAMAN]
property = true
[NPE_ABILITYTRAININGDUMMY_WARLOCK]
property = true
[NPE_ABILITYTRAININGDUMMY_WARRIOR]
property = true
[NPE_ACCEPTQUEST]
property = true
[NPE_ACTIONBARCALLOUT]
property = true
[NPE_BACKPACKFULL]
property = true
[NPE_BINDPOINTER]
property = true
[NPE_BINDPROMPT]
property = true
[NPE_BLOODELFARCANETORRENT]
property = true
[NPE_CHATFRAME]
property = true
[NPE_CLICKLOOT]
property = true
[NPE_CLOSECHARACTERSHEET]
property = true
[NPE_CLOSEWORLDMAP]
property = true
[NPE_CONTROLS]
property = true
[NPE_DRAENEIGIFTOFTHENARARU]
property = true
[NPE_EQUIPITEM]
property = true
[NPE_EQUIPPEDITEM]
property = true
[NPE_FINDCORPSE]
property = true
[NPE_GOSSIPQUESTACTIVE]
property = true
[NPE_GOSSIPQUESTAVAILABLE]
property = true
[NPE_HEALTHBAR]
property = true
[NPE_ITEMQUESTGIVER]
property = true
[NPE_JUMP]
property = true
[NPE_KEYBOARDANDMOUSETITLE]
property = true
[NPE_LOOTCORPSE]
property = true
[NPE_LOOTCORPSEQUEST]
property = true
[NPE_MAPCALLOUTAREA]
property = true
[NPE_MAPCALLOUTBASE]
property = true
[NPE_MAPCALLOUTPOINT]
property = true
[NPE_MOREQUESTS]
property = true
[NPE_MOVE]
property = true
[NPE_MOVEMENTCANCELSSPELL]
property = true
[NPE_NPCGOSSIP]
property = true
[NPE_NPCINTERACT]
property = true
[NPE_OBJECTLOOT]
property = true
[NPE_OPENBAG]
property = true
[NPE_OPENCHARACTERSHEET]
property = true
[NPE_OPENMAP]
property = true
[NPE_QUESTCOMPELTELOCATION]
property = true
[NPE_QUESTCOMPLETE]
property = true
[NPE_QUESTCOMPLETEBREADCRUMB]
property = true
[NPE_QUESTCUSTOM14071A]
property = true
[NPE_QUESTCUSTOM14071B]
property = true
[NPE_QUESTCUSTOM14098]
property = true
[NPE_QUESTCUSTOM14153]
property = true
[NPE_QUESTCUSTOM14212A]
property = true
[NPE_QUESTCUSTOM14212B]
property = true
[NPE_QUESTCUSTOM14218]
property = true
[NPE_QUESTCUSTOM29661]
property = true
[NPE_QUESTGIVER]
property = true
[NPE_QUESTOBJECT]
property = true
[NPE_QUESTREWARDCHOCIEREDITEMS]
property = true
[NPE_QUESTREWARDCHOICE]
property = true
[NPE_RELEASESPIRIT]
property = true
[NPE_RESURRECT]
property = true
[NPE_SELECTTARGET]
property = true
[NPE_SHAPESHIFT_DRUID]
property = true
[NPE_SHOWINTERFACEHELP]
property = true
[NPE_TARGETFIRSTMOB]
property = true
[NPE_TAXICALLOUT]
property = true
[NPE_TURN]
property = true
[NPE_TURNINNOTONMAP]
property = true
[NPE_TURNINNOTONMAP_QUESTFRAMENOTFOUND]
property = true
[NPE_TURNINQUEST]
property = true
[NPE_USEHEARTHSTONE]
property = true
[NPE_USEQUESTITEM]
property = true
[NUMBER_IN_PARENTHESES]
property = true
[NUMBER_OF_RESULTS_TEMPLATE]
property = true
[NUM_FREE_SLOTS]
property = true
[NUM_GUILDBANK_TABS_PURCHASED]
property = true
[NUM_RAID_MEMBERS]
property = true
[OBJECTIVES_FIND_GROUP]
property = true
[OBJECTIVES_IGNORE_CURSOR_TEXT]
property = true
[OBJECTIVES_LABEL]
property = true
[OBJECTIVES_SHOW_QUEST_MAP]
property = true
[OBJECTIVES_STOP_TRACKING]
property = true
[OBJECTIVES_SUBTEXT]
property = true
[OBJECTIVES_TRACKER_LABEL]
property = true
[OBJECTIVES_VIEW_ACHIEVEMENT]
property = true
[OBJECTIVES_VIEW_IN_ACHIEVEMENTS]
property = true
[OBJECTIVES_VIEW_IN_QUESTLOG]
property = true
[OBJECTIVES_WATCH_QUESTS_ARENA]
property = true
[OBJECTIVES_WATCH_TOO_MANY]
property = true
[OBJECT_ALPHA]
property = true
[OBJECT_NPC_OUTLINE]
property = true
[OBJECT_NPC_OUTLINE_DISABLED]
property = true
[OBJECT_NPC_OUTLINE_MODE_ONE]
property = true
[OBJECT_NPC_OUTLINE_MODE_THREE]
property = true
[OBJECT_NPC_OUTLINE_MODE_TWO]
property = true
[OBLITERATE_BUTTON]
property = true
[OBLITERUM_FORGE_TITLE]
property = true
[OFF]
property = true
[OFFICER]
property = true
[OFFICER_CHAT]
property = true
[OFFICER_NOTE_COLON]
property = true
[OKAY]
property = true
[OLD_GUILD_NAME]
property = true
[OLD_TITLE_LOST]
property = true
[ONLY_EMPTY_BAGS]
property = true
[ON_COOLDOWN]
property = true
[ON_COOLDOWN_FEMALE]
property = true
[OPACITY]
property = true
[OPENING]
property = true
[OPENMAIL]
property = true
[OPEN_ALL_MAIL_BUTTON]
property = true
[OPEN_ALL_MAIL_BUTTON_OPENING]
property = true
[OPEN_LOCK_OTHER]
property = true
[OPEN_LOCK_SELF]
property = true
[OPEN_MIC]
property = true
[OPEN_RAID_BROWSER]
property = true
[OPTIMIZE_NETWORK_SPEED]
property = true
[OPTIONAL]
property = true
[OPTIONAL_PARENS]
property = true
[OPTIONAL_QUEST_OBJECTIVE_DESCRIPTION]
property = true
[OPTIONS]
property = true
[OPTIONS_BRIGHTNESS]
property = true
[OPTIONS_MENU]
property = true
[OPTIONS_SHADERS]
property = true
[OPTION_BN_WHISPER_MODE_INLINE]
property = true
[OPTION_BN_WHISPER_MODE_POPOUT]
property = true
[OPTION_BN_WHISPER_MODE_POPOUT_AND_INLINE]
property = true
[OPTION_CHAT_STYLE_CLASSIC]
property = true
[OPTION_CHAT_STYLE_IM]
property = true
[OPTION_CONTRAST]
property = true
[OPTION_CONVERSATION_MODE_INLINE]
property = true
[OPTION_CONVERSATION_MODE_POPOUT]
property = true
[OPTION_CONVERSATION_MODE_POPOUT_AND_INLINE]
property = true
[OPTION_LOGOUT_REQUIREMENT]
property = true
[OPTION_LOSS_OF_CONTROL_DISARM]
property = true
[OPTION_LOSS_OF_CONTROL_FULL]
property = true
[OPTION_LOSS_OF_CONTROL_INTERRUPT]
property = true
[OPTION_LOSS_OF_CONTROL_ROOT]
property = true
[OPTION_LOSS_OF_CONTROL_SILENCE]
property = true
[OPTION_MAXFPS]
property = true
[OPTION_MAXFPSBK]
property = true
[OPTION_MAXFPSBK_CHECK]
property = true
[OPTION_MAXFPS_CHECK]
property = true
[OPTION_PHYSICS_OPTIONS]
property = true
[OPTION_PREVIEW_TALENT_CHANGES_DESCRIPTION]
property = true
[OPTION_RAID_HEALTH_TEXT_HEALTH]
property = true
[OPTION_RAID_HEALTH_TEXT_LOSTHEALTH]
property = true
[OPTION_RAID_HEALTH_TEXT_NONE]
property = true
[OPTION_RAID_HEALTH_TEXT_PERC]
property = true
[OPTION_RAID_SORT_BY_ALPHABETICAL]
property = true
[OPTION_RAID_SORT_BY_GROUP]
property = true
[OPTION_RAID_SORT_BY_ROLE]
property = true
[OPTION_RESTART_REQUIREMENT]
property = true
[OPTION_STEREO_CONVERGENCE]
property = true
[OPTION_STEREO_SEPARATION]
property = true
[OPTION_TOOLTIP_ACTION_BUTTON_USE_KEY_DOWN]
property = true
[OPTION_TOOLTIP_ADVANCED_COMBAT_LOGGING]
property = true
[OPTION_TOOLTIP_ADVANCED_MSAA]
property = true
[OPTION_TOOLTIP_ADVANCED_OBJECTIVES]
property = true
[OPTION_TOOLTIP_ADVANCED_PPAA]
property = true
[OPTION_TOOLTIP_AGGRO_WARNING_DISPLAY1]
property = true
[OPTION_TOOLTIP_AGGRO_WARNING_DISPLAY2]
property = true
[OPTION_TOOLTIP_AGGRO_WARNING_DISPLAY3]
property = true
[OPTION_TOOLTIP_AGGRO_WARNING_DISPLAY4]
property = true
[OPTION_TOOLTIP_ALTERNATE_RESOURCE]
property = true
[OPTION_TOOLTIP_ALWAYS_SHOW_MULTIBARS]
property = true
[OPTION_TOOLTIP_AMBIENCE_VOLUME]
property = true
[OPTION_TOOLTIP_ANIMATION]
property = true
[OPTION_TOOLTIP_ANISOTROPIC]
property = true
[OPTION_TOOLTIP_ANTIALIASING]
property = true
[OPTION_TOOLTIP_ASSIST_ATTACK]
property = true
[OPTION_TOOLTIP_AUDIO_LOCALE]
property = true
[OPTION_TOOLTIP_AUTO_ACCEPT_QUICK_JOIN]
property = true
[OPTION_TOOLTIP_AUTO_DISMOUNT_FLYING]
property = true
[OPTION_TOOLTIP_AUTO_FOLLOW_SPEED]
property = true
[OPTION_TOOLTIP_AUTO_JOIN_GUILD_CHANNEL]
property = true
[OPTION_TOOLTIP_AUTO_LOOT_ALT_KEY]
property = true
[OPTION_TOOLTIP_AUTO_LOOT_CTRL_KEY]
property = true
[OPTION_TOOLTIP_AUTO_LOOT_DEFAULT]
property = true
[OPTION_TOOLTIP_AUTO_LOOT_KEY_TEXT]
property = true
[OPTION_TOOLTIP_AUTO_LOOT_NONE_KEY]
property = true
[OPTION_TOOLTIP_AUTO_LOOT_SHIFT_KEY]
property = true
[OPTION_TOOLTIP_AUTO_OPEN_LOOT_HISTORY]
property = true
[OPTION_TOOLTIP_AUTO_QUEST_PROGRESS]
property = true
[OPTION_TOOLTIP_AUTO_QUEST_WATCH]
property = true
[OPTION_TOOLTIP_AUTO_RANGED_COMBAT]
property = true
[OPTION_TOOLTIP_AUTO_SELF_CAST]
property = true
[OPTION_TOOLTIP_AUTO_SELF_CAST_ALT_KEY]
property = true
[OPTION_TOOLTIP_AUTO_SELF_CAST_CTRL_KEY]
property = true
[OPTION_TOOLTIP_AUTO_SELF_CAST_KEY_TEXT]
property = true
[OPTION_TOOLTIP_AUTO_SELF_CAST_NONE_KEY]
property = true
[OPTION_TOOLTIP_AUTO_SELF_CAST_SHIFT_KEY]
property = true
[OPTION_TOOLTIP_BLOCK_CHAT_CHANNEL_INVITE]
property = true
[OPTION_TOOLTIP_BLOCK_GUILD_INVITES]
property = true
[OPTION_TOOLTIP_BLOCK_TRADES]
property = true
[OPTION_TOOLTIP_BRIGHTNESS]
property = true
[OPTION_TOOLTIP_CAMERA1]
property = true
[OPTION_TOOLTIP_CAMERA2]
property = true
[OPTION_TOOLTIP_CAMERA3]
property = true
[OPTION_TOOLTIP_CAMERA4]
property = true
[OPTION_TOOLTIP_CAMERA_ALWAYS]
property = true
[OPTION_TOOLTIP_CAMERA_NEVER]
property = true
[OPTION_TOOLTIP_CAMERA_SMART]
property = true
[OPTION_TOOLTIP_CAMERA_SMARTER]
property = true
[OPTION_TOOLTIP_CHARACTER_SHADOWS]
property = true
[OPTION_TOOLTIP_CHAT_BUBBLES]
property = true
[OPTION_TOOLTIP_CHAT_LOCKED]
property = true
[OPTION_TOOLTIP_CHAT_MOUSE_WHEEL_SCROLL]
property = true
[OPTION_TOOLTIP_CHAT_WHOLE_WINDOW_CLICKABLE]
property = true
[OPTION_TOOLTIP_CINEMATIC_SUBTITLES]
property = true
[OPTION_TOOLTIP_CLEAR_AFK]
property = true
[OPTION_TOOLTIP_CLICKCAMERA_LOCKED]
property = true
[OPTION_TOOLTIP_CLICKCAMERA_NEVER]
property = true
[OPTION_TOOLTIP_CLICKCAMERA_SMART]
property = true
[OPTION_TOOLTIP_CLICK_CAMERA1]
property = true
[OPTION_TOOLTIP_CLICK_CAMERA2]
property = true
[OPTION_TOOLTIP_CLICK_CAMERA3]
property = true
[OPTION_TOOLTIP_CLICK_CAMERA_STYLE]
property = true
[OPTION_TOOLTIP_CLICK_TO_MOVE]
property = true
[OPTION_TOOLTIP_COMBAT_TARGET_MODE]
property = true
[OPTION_TOOLTIP_COMBAT_TARGET_MODE_NEW]
property = true
[OPTION_TOOLTIP_COMBAT_TARGET_MODE_OLD]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_MODE]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SCROLL_DOWN]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_AURAS]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_AURA_FADE]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_COMBAT_STATE]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_COMBO_POINTS]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_DODGE_PARRY_MISS]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_ENERGIZE]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_FRIENDLY_NAMES]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_HONOR_GAINED]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_LOW_HEALTH_MANA]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_PERIODIC_ENERGIZE]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_REACTIVES]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_REPUTATION]
property = true
[OPTION_TOOLTIP_COMBAT_TEXT_SHOW_RESISTANCES]
property = true
[OPTION_TOOLTIP_CONSOLIDATE_BUFFS]
property = true
[OPTION_TOOLTIP_CONTRAST]
property = true
[OPTION_TOOLTIP_COUNTDOWN_FOR_COOLDOWNS]
property = true
[OPTION_TOOLTIP_DEATH_EFFECT]
property = true
[OPTION_TOOLTIP_DEPTH_EFFECTS]
property = true
[OPTION_TOOLTIP_DESKTOP_GAMMA]
property = true
[OPTION_TOOLTIP_DIALOG_VOLUME]
property = true
[OPTION_TOOLTIP_DISPLAY_BORDERS]
property = true
[OPTION_TOOLTIP_DISPLAY_FREE_BAG_SLOTS]
property = true
[OPTION_TOOLTIP_DISPLAY_INCOMING_HEALS]
property = true
[OPTION_TOOLTIP_DISPLAY_MODE]
property = true
[OPTION_TOOLTIP_DISPLAY_MT_AND_MA]
property = true
[OPTION_TOOLTIP_DISPLAY_ONLY_DISPELLABLE_DEBUFFS]
property = true
[OPTION_TOOLTIP_DISPLAY_PERSONAL_RESOURCE]
property = true
[OPTION_TOOLTIP_DISPLAY_PERSONAL_RESOURCE_ON_ENEMY]
property = true
[OPTION_TOOLTIP_DISPLAY_POWER_BARS]
property = true
[OPTION_TOOLTIP_DISPLAY_RAID_AGGRO_HIGHLIGHT]
property = true
[OPTION_TOOLTIP_DISPLAY_RAID_PETS]
property = true
[OPTION_TOOLTIP_EMPHASIZE_MY_SPELLS]
property = true
[OPTION_TOOLTIP_ENABLE_ALL_SHADERS]
property = true
[OPTION_TOOLTIP_ENABLE_AMBIENCE]
property = true
[OPTION_TOOLTIP_ENABLE_BGSOUND]
property = true
[OPTION_TOOLTIP_ENABLE_DIALOG]
property = true
[OPTION_TOOLTIP_ENABLE_EMOTE_SOUNDS]
property = true
[OPTION_TOOLTIP_ENABLE_ERROR_SPEECH]
property = true
[OPTION_TOOLTIP_ENABLE_GROUP_SPEECH]
property = true
[OPTION_TOOLTIP_ENABLE_HARDWARE]
property = true
[OPTION_TOOLTIP_ENABLE_MICROPHONE]
property = true
[OPTION_TOOLTIP_ENABLE_MUSIC]
property = true
[OPTION_TOOLTIP_ENABLE_MUSIC_LOOPING]
property = true
[OPTION_TOOLTIP_ENABLE_PET_BATTLE_MUSIC]
property = true
[OPTION_TOOLTIP_ENABLE_PET_SOUNDS]
property = true
[OPTION_TOOLTIP_ENABLE_REVERB]
property = true
[OPTION_TOOLTIP_ENABLE_SOFTWARE_HRTF]
property = true
[OPTION_TOOLTIP_ENABLE_SOUND]
property = true
[OPTION_TOOLTIP_ENABLE_SOUNDFX]
property = true
[OPTION_TOOLTIP_ENABLE_SOUND_AT_CHARACTER]
property = true
[OPTION_TOOLTIP_ENABLE_STEREO_VIDEO]
property = true
[OPTION_TOOLTIP_ENABLE_VOICECHAT]
property = true
[OPTION_TOOLTIP_ENVIRONMENT_DETAIL]
property = true
[OPTION_TOOLTIP_FARCLIP]
property = true
[OPTION_TOOLTIP_FIX_LAG]
property = true
[OPTION_TOOLTIP_FLASH_LOW_HEALTH_WARNING]
property = true
[OPTION_TOOLTIP_FOCUS_CAST_ALT_KEY]
property = true
[OPTION_TOOLTIP_FOCUS_CAST_CTRL_KEY]
property = true
[OPTION_TOOLTIP_FOCUS_CAST_NONE_KEY]
property = true
[OPTION_TOOLTIP_FOCUS_CAST_SHIFT_KEY]
property = true
[OPTION_TOOLTIP_FOLLOW_TERRAIN]
property = true
[OPTION_TOOLTIP_FULL_SCREEN_GLOW]
property = true
[OPTION_TOOLTIP_FULL_SIZE_FOCUS_FRAME]
property = true
[OPTION_TOOLTIP_GAMEFIELD_DESELECT]
property = true
[OPTION_TOOLTIP_GAMMA]
property = true
[OPTION_TOOLTIP_GRAPHICS_CARD]
property = true
[OPTION_TOOLTIP_GROUND_CLUTTER]
property = true
[OPTION_TOOLTIP_GROUND_DENSITY]
property = true
[OPTION_TOOLTIP_GROUND_RADIUS]
property = true
[OPTION_TOOLTIP_GUILDMEMBER_ALERT]
property = true
[OPTION_TOOLTIP_GXAPI]
property = true
[OPTION_TOOLTIP_HARDWARE_CURSOR]
property = true
[OPTION_TOOLTIP_HEAD_BOB]
property = true
[OPTION_TOOLTIP_HIDE_ADVENTURE_JOURNAL_ALERTS]
property = true
[OPTION_TOOLTIP_HIDE_OUTDOOR_WORLD_STATE]
property = true
[OPTION_TOOLTIP_HIDE_PARTY_INTERFACE]
property = true
[OPTION_TOOLTIP_INTERACT_ON_LEFT_CLICK]
property = true
[OPTION_TOOLTIP_INVERT_MOUSE]
property = true
[OPTION_TOOLTIP_KEEP_GROUPS_TOGETHER]
property = true
[OPTION_TOOLTIP_LIGHTING_QUALITY]
property = true
[OPTION_TOOLTIP_LIQUID_DETAIL]
property = true
[OPTION_TOOLTIP_LOCALE]
property = true
[OPTION_TOOLTIP_LOCK_ACTIONBAR]
property = true
[OPTION_TOOLTIP_LOCK_CURSOR]
property = true
[OPTION_TOOLTIP_LOG_PERIODIC_EFFECTS]
property = true
[OPTION_TOOLTIP_LONG_RANGE_NAMEPLATE]
property = true
[OPTION_TOOLTIP_LOOT_KEY_TEXT]
property = true
[OPTION_TOOLTIP_LOOT_UNDER_MOUSE]
property = true
[OPTION_TOOLTIP_LOSS_OF_CONTROL]
property = true
[OPTION_TOOLTIP_MAP_FADE]
property = true
[OPTION_TOOLTIP_MAP_QUEST_DIFFICULTY]
property = true
[OPTION_TOOLTIP_MAP_TRACK_QUEST]
property = true
[OPTION_TOOLTIP_MASTER_VOLUME]
property = true
[OPTION_TOOLTIP_MAX_FOLLOW_DIST]
property = true
[OPTION_TOOLTIP_MOUSE_LOOK_SPEED]
property = true
[OPTION_TOOLTIP_MOUSE_SENSITIVITY]
property = true
[OPTION_TOOLTIP_MOUSE_SPEED]
property = true
[OPTION_TOOLTIP_MOVE_PAD]
property = true
[OPTION_TOOLTIP_MULTISAMPLE_ALPHA_TEST]
property = true
[OPTION_TOOLTIP_MULTISAMPLING]
property = true
[OPTION_TOOLTIP_MUSIC_VOLUME]
property = true
[OPTION_TOOLTIP_OBJECTIVES_IGNORE_CURSOR]
property = true
[OPTION_TOOLTIP_OBJECT_ALPHA]
property = true
[OPTION_TOOLTIP_OBJECT_NPC_OUTLINE]
property = true
[OPTION_TOOLTIP_OBJECT_NPC_OUTLINE_NOT_ALLOWED]
property = true
[OPTION_TOOLTIP_OBJECT_NPC_OUTLINE_NOT_SUPPORTED]
property = true
[OPTION_TOOLTIP_OPTIMIZE_NETWORK_SPEED]
property = true
[OPTION_TOOLTIP_OUTLINE_MODE]
property = true
[OPTION_TOOLTIP_PARTICLE_DENSITY]
property = true
[OPTION_TOOLTIP_PET_NAMEPLATES]
property = true
[OPTION_TOOLTIP_PET_SPELL_DAMAGE]
property = true
[OPTION_TOOLTIP_PHONG_SHADING]
property = true
[OPTION_TOOLTIP_PICKUP_ACTION_ALT_KEY]
property = true
[OPTION_TOOLTIP_PICKUP_ACTION_CTRL_KEY]
property = true
[OPTION_TOOLTIP_PICKUP_ACTION_NONE_KEY]
property = true
[OPTION_TOOLTIP_PICKUP_ACTION_SHIFT_KEY]
property = true
[OPTION_TOOLTIP_PLAYER_DETAIL]
property = true
[OPTION_TOOLTIP_PLAY_AGGRO_SOUNDS]
property = true
[OPTION_TOOLTIP_PRIMARY_MONITOR]
property = true
[OPTION_TOOLTIP_PROFANITY_FILTER]
property = true
[OPTION_TOOLTIP_PROFANITY_FILTER_WITH_WARNING]
property = true
[OPTION_TOOLTIP_PROJECTED_TEXTURES]
property = true
[OPTION_TOOLTIP_PUSHTOTALK_SOUND]
property = true
[OPTION_TOOLTIP_RAID_USE_CLASS_COLORS]
property = true
[OPTION_TOOLTIP_REDUCED_LAG_TOLERANCE]
property = true
[OPTION_TOOLTIP_REFRESH_RATE]
property = true
[OPTION_TOOLTIP_REMOVE_CHAT_DELAY]
property = true
[OPTION_TOOLTIP_RENDER_SCALE]
property = true
[OPTION_TOOLTIP_RESAMPLE_QUALITY]
property = true
[OPTION_TOOLTIP_RESET_CHAT_POSITION]
property = true
[OPTION_TOOLTIP_RESOLUTION]
property = true
[OPTION_TOOLTIP_REVERSE_CLEAN_UP_BAGS]
property = true
[OPTION_TOOLTIP_REVERSE_NEW_LOOT]
property = true
[OPTION_TOOLTIP_ROTATE_MINIMAP]
property = true
[OPTION_TOOLTIP_SCROLL_ARC]
property = true
[OPTION_TOOLTIP_SCROLL_DOWN]
property = true
[OPTION_TOOLTIP_SCROLL_UP]
property = true
[OPTION_TOOLTIP_SECURE_ABILITY_TOGGLE]
property = true
[OPTION_TOOLTIP_SELF_HIGHLIGHT]
property = true
[OPTION_TOOLTIP_SELF_HIGHLIGHT_IN_BG]
property = true
[OPTION_TOOLTIP_SELF_HIGHLIGHT_IN_BG_COMBAT]
property = true
[OPTION_TOOLTIP_SELF_HIGHLIGHT_IN_RAID]
property = true
[OPTION_TOOLTIP_SELF_HIGHLIGHT_IN_RAID_COMBAT]
property = true
[OPTION_TOOLTIP_SHADOW_QUALITY]
property = true
[OPTION_TOOLTIP_SHOW_ACCOUNT_ACHIEVEMENTS]
property = true
[OPTION_TOOLTIP_SHOW_ALL_ENEMY_DEBUFFS]
property = true
[OPTION_TOOLTIP_SHOW_ARENA_ENEMY_CASTBAR]
property = true
[OPTION_TOOLTIP_SHOW_ARENA_ENEMY_FRAMES]
property = true
[OPTION_TOOLTIP_SHOW_ARENA_ENEMY_PETS]
property = true
[OPTION_TOOLTIP_SHOW_BATTLENET_TOASTS]
property = true
[OPTION_TOOLTIP_SHOW_BORDERS]
property = true
[OPTION_TOOLTIP_SHOW_BUFF_DURATION]
property = true
[OPTION_TOOLTIP_SHOW_CASTABLE_BUFFS]
property = true
[OPTION_TOOLTIP_SHOW_CASTABLE_DEBUFFS]
property = true
[OPTION_TOOLTIP_SHOW_CHAT_ICONS]
property = true
[OPTION_TOOLTIP_SHOW_CLASS_COLOR_IN_V_KEY]
property = true
[OPTION_TOOLTIP_SHOW_CLOAK]
property = true
[OPTION_TOOLTIP_SHOW_CLOCK]
property = true
[OPTION_TOOLTIP_SHOW_COMBAT_HEALING]
property = true
[OPTION_TOOLTIP_SHOW_COMBAT_HEALING_ABSORB_SELF]
property = true
[OPTION_TOOLTIP_SHOW_COMBAT_HEALING_ABSORB_TARGET]
property = true
[OPTION_TOOLTIP_SHOW_COMBAT_TEXT]
property = true
[OPTION_TOOLTIP_SHOW_DAMAGE]
property = true
[OPTION_TOOLTIP_SHOW_DISPELLABLE_DEBUFFS]
property = true
[OPTION_TOOLTIP_SHOW_FULLSCREEN_STATUS]
property = true
[OPTION_TOOLTIP_SHOW_GUILD_NAMES]
property = true
[OPTION_TOOLTIP_SHOW_HD_MODELS]
property = true
[OPTION_TOOLTIP_SHOW_HELM]
property = true
[OPTION_TOOLTIP_SHOW_ITEM_LEVEL]
property = true
[OPTION_TOOLTIP_SHOW_LOOT_SPAM]
property = true
[OPTION_TOOLTIP_SHOW_LUA_ERRORS]
property = true
[OPTION_TOOLTIP_SHOW_MULTIBAR1]
property = true
[OPTION_TOOLTIP_SHOW_MULTIBAR2]
property = true
[OPTION_TOOLTIP_SHOW_MULTIBAR3]
property = true
[OPTION_TOOLTIP_SHOW_MULTIBAR4]
property = true
[OPTION_TOOLTIP_SHOW_NAMEPLATE_LOSE_AGGRO_FLASH]
property = true
[OPTION_TOOLTIP_SHOW_NEWBIE_TIPS]
property = true
[OPTION_TOOLTIP_SHOW_NPC_NAMES]
property = true
[OPTION_TOOLTIP_SHOW_NUMERIC_THREAT]
property = true
[OPTION_TOOLTIP_SHOW_OTHER_TARGET_EFFECTS]
property = true
[OPTION_TOOLTIP_SHOW_OWN_NAME]
property = true
[OPTION_TOOLTIP_SHOW_PARTY_BACKGROUND]
property = true
[OPTION_TOOLTIP_SHOW_PARTY_PETS]
property = true
[OPTION_TOOLTIP_SHOW_PARTY_TEXT]
property = true
[OPTION_TOOLTIP_SHOW_PETBATTLE_COMBAT]
property = true
[OPTION_TOOLTIP_SHOW_PET_MELEE_DAMAGE]
property = true
[OPTION_TOOLTIP_SHOW_PLAYER_NAMES]
property = true
[OPTION_TOOLTIP_SHOW_PLAYER_TITLES]
property = true
[OPTION_TOOLTIP_SHOW_POINTS_AS_AVG]
property = true
[OPTION_TOOLTIP_SHOW_QUEST_FADING]
property = true
[OPTION_TOOLTIP_SHOW_QUEST_OBJECTIVES_ON_MAP]
property = true
[OPTION_TOOLTIP_SHOW_RAID_RANGE]
property = true
[OPTION_TOOLTIP_SHOW_TARGET_CASTBAR]
property = true
[OPTION_TOOLTIP_SHOW_TARGET_CASTBAR_IN_V_KEY]
property = true
[OPTION_TOOLTIP_SHOW_TARGET_CASTBAR_IN_V_KEY_ONLY_ON_TARGET]
property = true
[OPTION_TOOLTIP_SHOW_TARGET_CASTBAR_IN_V_KEY_SPELL_NAME]
property = true
[OPTION_TOOLTIP_SHOW_TARGET_EFFECTS]
property = true
[OPTION_TOOLTIP_SHOW_TARGET_OF_TARGET]
property = true
[OPTION_TOOLTIP_SHOW_TIPOFTHEDAY]
property = true
[OPTION_TOOLTIP_SHOW_TOAST_BROADCAST]
property = true
[OPTION_TOOLTIP_SHOW_TOAST_CONVERSATION]
property = true
[OPTION_TOOLTIP_SHOW_TOAST_FRIEND_REQUEST]
property = true
[OPTION_TOOLTIP_SHOW_TOAST_OFFLINE]
property = true
[OPTION_TOOLTIP_SHOW_TOAST_ONLINE]
property = true
[OPTION_TOOLTIP_SHOW_TOAST_WINDOW]
property = true
[OPTION_TOOLTIP_SHOW_TUTORIALS]
property = true
[OPTION_TOOLTIP_SHOW_UNIT_NAMES]
property = true
[OPTION_TOOLTIP_SIMPLE_CHAT]
property = true
[OPTION_TOOLTIP_SIMPLE_QUEST_WATCH_TEXT]
property = true
[OPTION_TOOLTIP_SMART_PIVOT]
property = true
[OPTION_TOOLTIP_SOCIAL_ENABLE_TWITTER_FUNCTIONALITY]
property = true
[OPTION_TOOLTIP_SOUND_CACHE_SIZE]
property = true
[OPTION_TOOLTIP_SOUND_CHANNELS]
property = true
[OPTION_TOOLTIP_SOUND_OUTPUT]
property = true
[OPTION_TOOLTIP_SOUND_QUALITY]
property = true
[OPTION_TOOLTIP_SOUND_VOLUME]
property = true
[OPTION_TOOLTIP_SPAM_FILTER]
property = true
[OPTION_TOOLTIP_SPELL_ALERT_OPACITY]
property = true
[OPTION_TOOLTIP_SPELL_DETAIL]
property = true
[OPTION_TOOLTIP_SSAO]
property = true
[OPTION_TOOLTIP_STACK_RIGHT_BARS]
property = true
[OPTION_TOOLTIP_STATUS_BAR]
property = true
[OPTION_TOOLTIP_STATUS_TEXT_DISPLAY]
property = true
[OPTION_TOOLTIP_STATUS_TEXT_PARTY]
property = true
[OPTION_TOOLTIP_STATUS_TEXT_PERCENT]
property = true
[OPTION_TOOLTIP_STATUS_TEXT_PET]
property = true
[OPTION_TOOLTIP_STATUS_TEXT_PLAYER]
property = true
[OPTION_TOOLTIP_STATUS_TEXT_TARGET]
property = true
[OPTION_TOOLTIP_STEREO_HARDWARE_CURSOR]
property = true
[OPTION_TOOLTIP_STOP_AUTO_ATTACK]
property = true
[OPTION_TOOLTIP_SUNSHAFTS]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET1]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET2]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET3]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET4]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET5]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET_ALWAYS]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET_PARTY]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET_RAID]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET_RAID_AND_PARTY]
property = true
[OPTION_TOOLTIP_TARGETOFTARGET_SOLO]
property = true
[OPTION_TOOLTIP_TERRAIN_HIGHLIGHTS]
property = true
[OPTION_TOOLTIP_TERRAIN_TEXTURE]
property = true
[OPTION_TOOLTIP_TEXTURE_DETAIL]
property = true
[OPTION_TOOLTIP_TIMESTAMPS]
property = true
[OPTION_TOOLTIP_TOAST_DURATION]
property = true
[OPTION_TOOLTIP_TRACK_QUEST_PROXIMITY]
property = true
[OPTION_TOOLTIP_TRACK_QUEST_TOP]
property = true
[OPTION_TOOLTIP_TRILINEAR]
property = true
[OPTION_TOOLTIP_TRIPLE_BUFFER]
property = true
[OPTION_TOOLTIP_UI_SCALE]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_ALLOW_OVERLAP]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_AUTOMODE]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_MAKE_LARGER]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_ENEMIES]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_ENEMY_GUARDIANS]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_ENEMY_MINIONS]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_ENEMY_MINUS]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_ENEMY_TOTEMS]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_FRIENDLY_CLASS_COLORS]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_FRIENDLY_GUARDIANS]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_FRIENDLY_MINIONS]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_FRIENDLY_TOTEMS]
property = true
[OPTION_TOOLTIP_UNIT_NAMEPLATES_SHOW_FRIENDS]
property = true
[OPTION_TOOLTIP_UNIT_NAME_ENEMY]
property = true
[OPTION_TOOLTIP_UNIT_NAME_ENEMY_GUARDIANS]
property = true
[OPTION_TOOLTIP_UNIT_NAME_ENEMY_MINIONS]
property = true
[OPTION_TOOLTIP_UNIT_NAME_ENEMY_TOTEMS]
property = true
[OPTION_TOOLTIP_UNIT_NAME_FRIENDLY]
property = true
[OPTION_TOOLTIP_UNIT_NAME_FRIENDLY_GUARDIANS]
property = true
[OPTION_TOOLTIP_UNIT_NAME_FRIENDLY_MINIONS]
property = true
[OPTION_TOOLTIP_UNIT_NAME_FRIENDLY_TOTEMS]
property = true
[OPTION_TOOLTIP_UNIT_NAME_GUILD]
property = true
[OPTION_TOOLTIP_UNIT_NAME_GUILD_TITLE]
property = true
[OPTION_TOOLTIP_UNIT_NAME_HIDE_MINUS]
property = true
[OPTION_TOOLTIP_UNIT_NAME_NONCOMBAT_CREATURE]
property = true
[OPTION_TOOLTIP_UNIT_NAME_NPC]
property = true
[OPTION_TOOLTIP_UNIT_NAME_OWN]
property = true
[OPTION_TOOLTIP_UNIT_NAME_PLAYER_TITLE]
property = true
[OPTION_TOOLTIP_USEIPV6]
property = true
[OPTION_TOOLTIP_USE_COLORBLIND_MODE]
property = true
[OPTION_TOOLTIP_USE_ENGLISH_AUDIO]
property = true
[OPTION_TOOLTIP_USE_RAID_STYLE_PARTY_FRAMES]
property = true
[OPTION_TOOLTIP_USE_REFRESH]
property = true
[OPTION_TOOLTIP_USE_RESOLUTION]
property = true
[OPTION_TOOLTIP_USE_UBERTOOLTIPS]
property = true
[OPTION_TOOLTIP_USE_UISCALE]
property = true
[OPTION_TOOLTIP_USE_WEATHER_SHADER]
property = true
[OPTION_TOOLTIP_VERTEX_ANIMATION_SHADERS]
property = true
[OPTION_TOOLTIP_VERTICAL_SYNC]
property = true
[OPTION_TOOLTIP_VOICE_ACTIVATION_SENSITIVITY]
property = true
[OPTION_TOOLTIP_VOICE_AMBIENCE]
property = true
[OPTION_TOOLTIP_VOICE_INPUT]
property = true
[OPTION_TOOLTIP_VOICE_INPUT_VOLUME]
property = true
[OPTION_TOOLTIP_VOICE_MUSIC]
property = true
[OPTION_TOOLTIP_VOICE_OUTPUT]
property = true
[OPTION_TOOLTIP_VOICE_OUTPUT_VOLUME]
property = true
[OPTION_TOOLTIP_VOICE_SOUND]
property = true
[OPTION_TOOLTIP_VOICE_TYPE1]
property = true
[OPTION_TOOLTIP_VOICE_TYPE2]
property = true
[OPTION_TOOLTIP_WATCH_FRAME_WIDTH]
property = true
[OPTION_TOOLTIP_WATER_COLLISION]
property = true
[OPTION_TOOLTIP_WEATHER_DETAIL]
property = true
[OPTION_TOOLTIP_WINDOWED_MAXIMIZED]
property = true
[OPTION_TOOLTIP_WINDOWED_MODE]
property = true
[OPTION_TOOLTIP_WINDOW_LOCK]
property = true
[OPTION_TOOLTIP_WORLD_LOD]
property = true
[OPTION_TOOLTIP_WORLD_PVP_DISPLAY1]
property = true
[OPTION_TOOLTIP_WORLD_PVP_DISPLAY2]
property = true
[OPTION_TOOLTIP_WORLD_PVP_DISPLAY3]
property = true
[OPTION_TOOLTIP_WORLD_PVP_DISPLAY_ALWAYS]
property = true
[OPTION_TOOLTIP_WORLD_PVP_DISPLAY_DYNAMIC]
property = true
[OPTION_TOOLTIP_WORLD_PVP_DISPLAY_NEVER]
property = true
[OPTION_TOOLTIP_WOW_MOUSE]
property = true
[OPTION_TOOLTIP_XP_BAR]
property = true
[OPTION_TOOTIP_RETINA_CURSOR]
property = true
[OPTION_UI_DEPTH]
property = true
[OPTION_USE_EQUIPMENT_MANAGER_DESCRIPTION]
property = true
[OPTION_WHISPER_MODE_INLINE]
property = true
[OPTION_WHISPER_MODE_POPOUT]
property = true
[OPTION_WHISPER_MODE_POPOUT_AND_INLINE]
property = true
[OPT_OUT_LOOT_TITLE]
property = true
[OPT_OUT_LOOT_TOGGLE_OFF]
property = true
[OPT_OUT_LOOT_TOGGLE_ON]
property = true
[ORDERHALL_MISSION_REPORT]
property = true
[ORDER_HALL_COMMANDBAR_CATEGORY_COUNT]
property = true
[ORDER_HALL_DEATHKNIGHT]
property = true
[ORDER_HALL_DEMONHUNTER]
property = true
[ORDER_HALL_DRUID]
property = true
[ORDER_HALL_EQUIPMENT_SLOTS]
property = true
[ORDER_HALL_FOLLOWERS]
property = true
[ORDER_HALL_FOLLOWER_ADDED_TOAST]
property = true
[ORDER_HALL_FOLLOWER_ADDED_UPGRADED_TOAST]
property = true
[ORDER_HALL_HUNTER]
property = true
[ORDER_HALL_LANDING_COMPLETE]
property = true
[ORDER_HALL_LANDING_PAGE_TITLE]
property = true
[ORDER_HALL_MAGE]
property = true
[ORDER_HALL_MISSIONS]
property = true
[ORDER_HALL_MISSION_BONUS_ROLL]
property = true
[ORDER_HALL_MISSION_REQUIRED_CHAMPION]
property = true
[ORDER_HALL_MISSION_REQUIRED_CHAMPIONS]
property = true
[ORDER_HALL_MISSION_TOOLTIP_RETURN_TO_START]
property = true
[ORDER_HALL_MISSION_TUTORIAL_BOSS_COUNTER]
property = true
[ORDER_HALL_MISSION_TUTORIAL_COMBAT_ALLY]
property = true
[ORDER_HALL_MISSION_TUTORIAL_CURSED]
property = true
[ORDER_HALL_MISSION_TUTORIAL_DISORIENTING]
property = true
[ORDER_HALL_MISSION_TUTORIAL_LETHAL]
property = true
[ORDER_HALL_MISSION_TUTORIAL_SLOWING]
property = true
[ORDER_HALL_MISSION_TUTORIAL_TROOPS]
property = true
[ORDER_HALL_MISSION_TUTORIAL_VIEW_DETAILS]
property = true
[ORDER_HALL_MONK]
property = true
[ORDER_HALL_PALADIN]
property = true
[ORDER_HALL_PRIEST]
property = true
[ORDER_HALL_RESEARCH_CONFIRMATION]
property = true
[ORDER_HALL_RESEARCH_CONFIRMATION_NO_COST]
property = true
[ORDER_HALL_RESEARCH_CONFIRMATION_NO_TIME]
property = true
[ORDER_HALL_ROGUE]
property = true
[ORDER_HALL_SHAMAN]
property = true
[ORDER_HALL_TALENT_RESEARCH]
property = true
[ORDER_HALL_TALENT_TITLE]
property = true
[ORDER_HALL_TALENT_UNAVAILABLE_ANOTHER_IS_RESEARCHING]
property = true
[ORDER_HALL_TALENT_UNAVAILABLE_NOT_ENOUGH_GOLD]
property = true
[ORDER_HALL_TALENT_UNAVAILABLE_NOT_ENOUGH_RESOURCES]
property = true
[ORDER_HALL_TALENT_UNAVAILABLE_NOT_ENOUGH_RESOURCES_MULTI_RESOURCE]
property = true
[ORDER_HALL_TALENT_UNAVAILABLE_PLAYER_CONDITION]
property = true
[ORDER_HALL_TALENT_UNAVAILABLE_REQUIRES_PREREQUISITE_TALENT]
property = true
[ORDER_HALL_TALENT_UNAVAILABLE_TIER_UNAVAILABLE]
property = true
[ORDER_HALL_TROOP_ADDED_TOAST]
property = true
[ORDER_HALL_TROOP_ADDED_UPGRADED_TOAST]
property = true
[ORDER_HALL_WARLOCK]
property = true
[ORDER_HALL_WARRIOR]
property = true
[ORDER_HALL_ZONE_SUPPORT]
property = true
[ORDER_HALL_ZONE_SUPPORT_DESCRIPTION]
property = true
[ORDER_HALL_ZONE_SUPPORT_DESCRIPTION_2]
property = true
[ORDER_HALL_ZONE_SUPPORT_DESCRIPTION_IN_ZONE]
property = true
[OR_CAPS]
property = true
[OTHER]
property = true
[OTHER_MESSAGES]
property = true
[OTHER_ROLES]
property = true
[OUTBID]
property = true
[OUTBID_BY]
property = true
[OUTLINE_MODE]
property = true
[OUT_OF_ENERGY]
property = true
[OUT_OF_FOCUS]
property = true
[OUT_OF_HEALTH]
property = true
[OUT_OF_MANA]
property = true
[OUT_OF_POWER_DISPLAY]
property = true
[OUT_OF_RAGE]
property = true
[OVERALL_QUALITY]
property = true
[OVERVIEW]
property = true
[OVERVIEW_DAMAGER]
property = true
[OVERVIEW_HEALER]
property = true
[OVERVIEW_TANK]
property = true
[PAGE_NUMBER]
property = true
[PAIN]
property = true
[PAIN_COST]
property = true
[PAIN_COST_LARGE]
property = true
[PAIN_COST_LARGE_PER_TIME]
property = true
[PAIN_COST_LARGE_PER_TIME_NO_BASE]
property = true
[PAIN_COST_PER_TIME]
property = true
[PAIN_COST_PER_TIME_NO_BASE]
property = true
[PALADIN_HOLY_CORE_ABILITY_1]
property = true
[PALADIN_HOLY_CORE_ABILITY_2]
property = true
[PALADIN_HOLY_CORE_ABILITY_3]
property = true
[PALADIN_HOLY_CORE_ABILITY_4]
property = true
[PALADIN_HOLY_CORE_ABILITY_5]
property = true
[PALADIN_HOLY_CORE_ABILITY_6]
property = true
[PALADIN_INTELLECT_TOOLTIP]
property = true
[PALADIN_PROT_CORE_ABILITY_1]
property = true
[PALADIN_PROT_CORE_ABILITY_2]
property = true
[PALADIN_PROT_CORE_ABILITY_3]
property = true
[PALADIN_PROT_CORE_ABILITY_4]
property = true
[PALADIN_PROT_CORE_ABILITY_5]
property = true
[PALADIN_PROT_CORE_ABILITY_6]
property = true
[PALADIN_RET_CORE_ABILITY_1]
property = true
[PALADIN_RET_CORE_ABILITY_2]
property = true
[PALADIN_RET_CORE_ABILITY_3]
property = true
[PALADIN_RET_CORE_ABILITY_4]
property = true
[PALADIN_RET_CORE_ABILITY_5]
property = true
[PALADIN_RET_CORE_ABILITY_6]
property = true
[PALADIN_STRENGTH_TOOLTIP]
property = true
[PAPERDOLLFRAME_TOOLTIP_FORMAT]
property = true
[PAPERDOLL_EQUIPMENTMANAGER]
property = true
[PAPERDOLL_INVENTORY_FIXUP_COMPLETE]
property = true
[PAPERDOLL_NEWEQUIPMENTSET]
property = true
[PAPERDOLL_SELECT_TITLE]
property = true
[PAPERDOLL_SIDEBAR_STATS]
property = true
[PAPERDOLL_SIDEBAR_TITLES]
property = true
[PARAGON_REPUTATION_TOOLTIP_TEXT]
property = true
[PARAGON_REPUTATION_TOOLTIP_TEXT_LOW_LEVEL]
property = true
[PARENS_TEMPLATE]
property = true
[PARRIED]
property = true
[PARRY]
property = true
[PARRY_CHANCE]
property = true
[PARRY_LCD]
property = true
[PARTICLE_DENSITY]
property = true
[PARTY]
property = true
[PARTYRAID_LABEL]
property = true
[PARTYRAID_SUBTEXT]
property = true
[PARTY_CHAT_BUBBLES_TEXT]
property = true
[PARTY_INVITE]
property = true
[PARTY_IN_PUBLIC_GROUP_MESSAGE]
property = true
[PARTY_LEADER]
property = true
[PARTY_LEAVE]
property = true
[PARTY_MEMBERS]
property = true
[PARTY_MESSAGE]
property = true
[PARTY_OPTIONS_LABEL]
property = true
[PARTY_PHASED_MESSAGE]
property = true
[PARTY_PLAYER_WARMODE_DISABLED]
property = true
[PARTY_PLAYER_WARMODE_ENABLED]
property = true
[PARTY_POSE_DEFEAT]
property = true
[PARTY_POSE_VICTORY]
property = true
[PARTY_PROMOTE]
property = true
[PARTY_PROMOTE_GUIDE]
property = true
[PARTY_QUEST_STATUS_NONE]
property = true
[PARTY_QUEST_STATUS_ON]
property = true
[PARTY_SILENCE]
property = true
[PARTY_UNINVITE]
property = true
[PARTY_UNSILENCE]
property = true
[PARTY_WARMODE_MESSAGE]
property = true
[PASS]
property = true
[PASSIVE_PARENS]
property = true
[PASSWORD]
property = true
[PENDING_INVITE]
property = true
[PENDING_INVITE_LIST]
property = true
[PERCENTAGE_STRING]
property = true
[PERCENT_SYMBOL]
property = true
[PERIODIC]
property = true
[PERIODIC_MESSAGES]
property = true
[PERK_LEVEL]
property = true
[PET]
property = true
[PETBATTLE_QUEUE_SLOT_NO_SPECIES]
property = true
[PETITION_CREATOR]
property = true
[PETITION_NUM_SIGNATURES]
property = true
[PETITION_PLAYER_NOT_FOUND_S]
property = true
[PETITION_TITLE]
property = true
[PETS]
property = true
[PETTAME_ANOTHERSUMMONACTIVE]
property = true
[PETTAME_CANTCONTROLEXOTIC]
property = true
[PETTAME_CREATUREALREADYOWNED]
property = true
[PETTAME_DEAD]
property = true
[PETTAME_ELITE_TOOHIGHLEVEL]
property = true
[PETTAME_INTERNALERROR]
property = true
[PETTAME_INVALIDCREATURE]
property = true
[PETTAME_INVALIDSLOT]
property = true
[PETTAME_NOPETAVAILABLE]
property = true
[PETTAME_NOTDEAD]
property = true
[PETTAME_NOTTAMEABLE]
property = true
[PETTAME_TOOHIGHLEVEL]
property = true
[PETTAME_TOOMANY]
property = true
[PETTAME_UNITSCANTTAME]
property = true
[PETTAME_UNKNOWNERROR]
property = true
[PET_ABANDON]
property = true
[PET_ABILITY_NO_SECOND_ABILITY]
property = true
[PET_ABILITY_REQUIRES_LEVEL]
property = true
[PET_ACTION_ATTACK]
property = true
[PET_ACTION_ATTACK_TOOLTIP]
property = true
[PET_ACTION_DISMISS]
property = true
[PET_ACTION_FOLLOW]
property = true
[PET_ACTION_FOLLOW_TOOLTIP]
property = true
[PET_ACTION_MOVE_TO]
property = true
[PET_ACTION_MOVE_TO_TOOLTIP]
property = true
[PET_ACTION_SUBTEXT]
property = true
[PET_ACTION_WAIT]
property = true
[PET_ACTION_WAIT_TOOLTIP]
property = true
[PET_AGGRESSIVE]
property = true
[PET_ASSIST]
property = true
[PET_ATTACK]
property = true
[PET_BATTLE_ABILITIES_LABEL]
property = true
[PET_BATTLE_ANOTHER_PET_JOINED]
property = true
[PET_BATTLE_AREA_EFFECT]
property = true
[PET_BATTLE_AURA_TURNS_REMAINING]
property = true
[PET_BATTLE_COMBAT_LOG]
property = true
[PET_BATTLE_COMBAT_LOG_AURA_APPLIED]
property = true
[PET_BATTLE_COMBAT_LOG_AURA_FADES]
property = true
[PET_BATTLE_COMBAT_LOG_BLOCKED]
property = true
[PET_BATTLE_COMBAT_LOG_CAST]
property = true
[PET_BATTLE_COMBAT_LOG_DAMAGE]
property = true
[PET_BATTLE_COMBAT_LOG_DAMAGE_CRIT]
property = true
[PET_BATTLE_COMBAT_LOG_DAMAGE_STRONG]
property = true
[PET_BATTLE_COMBAT_LOG_DAMAGE_WEAK]
property = true
[PET_BATTLE_COMBAT_LOG_DEATH]
property = true
[PET_BATTLE_COMBAT_LOG_DEFLECT]
property = true
[PET_BATTLE_COMBAT_LOG_DODGE]
property = true
[PET_BATTLE_COMBAT_LOG_ENEMY]
property = true
[PET_BATTLE_COMBAT_LOG_ENEMY_LOWER]
property = true
[PET_BATTLE_COMBAT_LOG_ENEMY_TEAM]
property = true
[PET_BATTLE_COMBAT_LOG_ENEMY_TEAM_LOWER]
property = true
[PET_BATTLE_COMBAT_LOG_HEALING]
property = true
[PET_BATTLE_COMBAT_LOG_IMMUNE]
property = true
[PET_BATTLE_COMBAT_LOG_MISS]
property = true
[PET_BATTLE_COMBAT_LOG_NEW_ROUND]
property = true
[PET_BATTLE_COMBAT_LOG_PAD_AURA_APPLIED]
property = true
[PET_BATTLE_COMBAT_LOG_PAD_AURA_FADES]
property = true
[PET_BATTLE_COMBAT_LOG_PARRY]
property = true
[PET_BATTLE_COMBAT_LOG_PET_SWITCHED]
property = true
[PET_BATTLE_COMBAT_LOG_REFLECT]
property = true
[PET_BATTLE_COMBAT_LOG_TRAP_HIT]
property = true
[PET_BATTLE_COMBAT_LOG_TRAP_MISS]
property = true
[PET_BATTLE_COMBAT_LOG_WEATHER_AURA_APPLIED]
property = true
[PET_BATTLE_COMBAT_LOG_WEATHER_AURA_FADES]
property = true
[PET_BATTLE_COMBAT_LOG_XP]
property = true
[PET_BATTLE_COMBAT_LOG_YOUR]
property = true
[PET_BATTLE_COMBAT_LOG_YOUR_LOWER]
property = true
[PET_BATTLE_COMBAT_LOG_YOUR_TEAM]
property = true
[PET_BATTLE_COMBAT_LOG_YOUR_TEAM_LOWER]
property = true
[PET_BATTLE_CURRENT_HEALTH_FORMAT]
property = true
[PET_BATTLE_CURRENT_HEALTH_FORMAT_VERBOSE]
property = true
[PET_BATTLE_CURRENT_XP_FORMAT]
property = true
[PET_BATTLE_CURRENT_XP_FORMAT_BOTH]
property = true
[PET_BATTLE_CURRENT_XP_FORMAT_PERCENT]
property = true
[PET_BATTLE_CURRENT_XP_FORMAT_TOOLTIP]
property = true
[PET_BATTLE_CURRENT_XP_FORMAT_VERBOSE]
property = true
[PET_BATTLE_EFFECTIVENESS_VS]
property = true
[PET_BATTLE_FORFEIT]
property = true
[PET_BATTLE_FORFEIT_CONFIRMATION]
property = true
[PET_BATTLE_FORFEIT_CONFIRMATION_NO_PENALTY]
property = true
[PET_BATTLE_FORFEIT_DESCRIPTION]
property = true
[PET_BATTLE_HEALTH_VERBOSE]
property = true
[PET_BATTLE_INFO]
property = true
[PET_BATTLE_PASS]
property = true
[PET_BATTLE_PVP_DUEL]
property = true
[PET_BATTLE_PVP_DUEL_REQUESTED]
property = true
[PET_BATTLE_PVP_QUEUE]
property = true
[PET_BATTLE_QUEUE_PROPOSE_MATCH]
property = true
[PET_BATTLE_RESISTANT_TO_LABEL]
property = true
[PET_BATTLE_RESULT_LOSE]
property = true
[PET_BATTLE_RESULT_WIN]
property = true
[PET_BATTLE_SELECT_AN_ACTION]
property = true
[PET_BATTLE_SELECT_A_PET]
property = true
[PET_BATTLE_START]
property = true
[PET_BATTLE_STATS_LABEL]
property = true
[PET_BATTLE_STAT_HEALTH]
property = true
[PET_BATTLE_STAT_POWER]
property = true
[PET_BATTLE_STAT_QUALITY]
property = true
[PET_BATTLE_STAT_SPEED]
property = true
[PET_BATTLE_TOOLTIP_HEALTH_MAX]
property = true
[PET_BATTLE_TOOLTIP_POWER]
property = true
[PET_BATTLE_TOOLTIP_RARITY]
property = true
[PET_BATTLE_TOOLTIP_SPEED]
property = true
[PET_BATTLE_TOOLTIP_SPEED_ADVANTAGE]
property = true
[PET_BATTLE_TRAP_ERR_2]
property = true
[PET_BATTLE_TRAP_ERR_3]
property = true
[PET_BATTLE_TRAP_ERR_4]
property = true
[PET_BATTLE_TRAP_ERR_5]
property = true
[PET_BATTLE_TRAP_ERR_6]
property = true
[PET_BATTLE_TRAP_ERR_7]
property = true
[PET_BATTLE_TRAP_ERR_8]
property = true
[PET_BATTLE_TRAP_UPGRADE]
property = true
[PET_BATTLE_TURN_COOLDOWN]
property = true
[PET_BATTLE_TURN_CURRENT_COOLDOWN]
property = true
[PET_BATTLE_TWO_PETS_JOINED]
property = true
[PET_BATTLE_UI_VS]
property = true
[PET_BATTLE_WAITING_FOR_OPPONENT]
property = true
[PET_BATTLE_WEAK_TO_LABEL]
property = true
[PET_BATTLE_WEATHER_LABEL]
property = true
[PET_BONUS_TOOLTIP_ARMOR]
property = true
[PET_BONUS_TOOLTIP_INTELLECT]
property = true
[PET_BONUS_TOOLTIP_RANGED_ATTACK_POWER]
property = true
[PET_BONUS_TOOLTIP_RESISTANCE]
property = true
[PET_BONUS_TOOLTIP_SPELLDAMAGE]
property = true
[PET_BONUS_TOOLTIP_STAMINA]
property = true
[PET_BONUS_TOOLTIP_WARLOCK_SPELLDMG]
property = true
[PET_BONUS_TOOLTIP_WARLOCK_SPELLDMG_FIRE]
property = true
[PET_BONUS_TOOLTIP_WARLOCK_SPELLDMG_SHADOW]
property = true
[PET_DAMAGE_PERCENTAGE]
property = true
[PET_DEFENSIVE]
property = true
[PET_DEFENSIVEASSIST]
property = true
[PET_DIET_TEMPLATE]
property = true
[PET_DISMISS]
property = true
[PET_FAMILIES]
property = true
[PET_FOLLOW]
property = true
[PET_HAPPINESS1]
property = true
[PET_HAPPINESS2]
property = true
[PET_HAPPINESS3]
property = true
[PET_INFO]
property = true
[PET_JOURNAL]
property = true
[PET_JOURNAL_CARD_NAME_DEFAULT]
property = true
[PET_JOURNAL_FILTER_USABLE_ONLY]
property = true
[PET_JOURNAL_HEAL_SPELL_IN_BATTLE]
property = true
[PET_JOURNAL_HEAL_SPELL_LOCKED]
property = true
[PET_JOURNAL_HELP_1]
property = true
[PET_JOURNAL_HELP_2]
property = true
[PET_JOURNAL_HELP_3]
property = true
[PET_JOURNAL_HELP_4]
property = true
[PET_JOURNAL_HELP_5]
property = true
[PET_JOURNAL_HELP_6]
property = true
[PET_JOURNAL_NO_VALID_RANDOM]
property = true
[PET_JOURNAL_NO_VALID_RANDOM_FAVORITES]
property = true
[PET_JOURNAL_PET_IS_DEAD]
property = true
[PET_JOURNAL_PET_IS_LOCKED]
property = true
[PET_JOURNAL_PET_IS_WRONG_FACTION]
property = true
[PET_JOURNAL_READONLY]
property = true
[PET_JOURNAL_READONLY_TEXT]
property = true
[PET_JOURNAL_SUMMON_RANDOM_FAVORITE_PET]
property = true
[PET_LEVEL_UP]
property = true
[PET_LEVEL_UP_REACHED]
property = true
[PET_LEVEL_UP_TALENTPOINT_LINK]
property = true
[PET_LEVEL_UP_TALENT_MAIN]
property = true
[PET_LEVEL_UP_TALENT_SUB]
property = true
[PET_MODE_AGGRESSIVE]
property = true
[PET_MODE_AGGRESSIVE_TOOLTIP]
property = true
[PET_MODE_ASSIST]
property = true
[PET_MODE_ASSIST_TOOLTIP]
property = true
[PET_MODE_DEFENSIVE]
property = true
[PET_MODE_DEFENSIVEASSIST]
property = true
[PET_MODE_DEFENSIVEASSIST_TOOLTIP]
property = true
[PET_MODE_DEFENSIVE_TOOLTIP]
property = true
[PET_MODE_PASSIVE]
property = true
[PET_MODE_PASSIVE_TOOLTIP]
property = true
[PET_MODE_SUBTEXT]
property = true
[PET_PAPERDOLL]
property = true
[PET_PASSIVE]
property = true
[PET_PUT_IN_CAGE_LABEL]
property = true
[PET_RELEASE_LABEL]
property = true
[PET_RENAME]
property = true
[PET_RENAME_CONFIRMATION]
property = true
[PET_RENAME_DEFAULT_LABEL]
property = true
[PET_RENAME_LABEL]
property = true
[PET_SHOW_IN_JOURNAL]
property = true
[PET_SPECIALIZATION]
property = true
[PET_SPECIALIZATION_TEMPLATE]
property = true
[PET_SPELLS_TEMPLATE]
property = true
[PET_STABLE_SLOT_LOCKED]
property = true
[PET_STABLE_SLOT_LOCKED_TOOLTIP]
property = true
[PET_STABLE_TITLE]
property = true
[PET_STATS_COLLAPSE_TOOLTIP]
property = true
[PET_STATS_EXPAND_TOOLTIP]
property = true
[PET_TALENTS]
property = true
[PET_TIME_LEFT_MINUTES]
property = true
[PET_TIME_LEFT_SECONDS]
property = true
[PET_TYPE_DEMON]
property = true
[PET_TYPE_PET]
property = true
[PET_UNSPENT_TALENT_POINTS]
property = true
[PET_WAIT]
property = true
[PHONG_SHADING]
property = true
[PHYSICAL_HARASSMENT]
property = true
[PHYSICAL_HARASSMENT_DESCRIPTION]
property = true
[PHYSICAL_HARASSMENT_TEXT1]
property = true
[PHYSICAL_HARASSMENT_TEXT2]
property = true
[PHYSICAL_HARASSMENT_TEXT3]
property = true
[PHYSICAL_HARASSMENT_TEXT4]
property = true
[PHYSICAL_HARASSMENT_TEXT5]
property = true
[PHYSICAL_HARASSMENT_TEXT6]
property = true
[PHYSICS_INTERACTION]
property = true
[PICKUP_ACTION_KEY_TEXT]
property = true
[PIXEL_SHADERS]
property = true
[PLACEHOLDER_SCENE]
property = true
[PLAYBACK]
property = true
[PLAYED]
property = true
[PLAYER]
property = true
[PLAYERSTAT_BASE_STATS]
property = true
[PLAYERSTAT_DEFENSES]
property = true
[PLAYERSTAT_MELEE_COMBAT]
property = true
[PLAYERSTAT_RANGED_COMBAT]
property = true
[PLAYERSTAT_SPELL_COMBAT]
property = true
[PLAYERS_FOUND_OUT_OF_MAX]
property = true
[PLAYERS_IN_GROUP]
property = true
[PLAYER_AND_NPC_INTERACTION]
property = true
[PLAYER_BROADCAST_ACHIEVEMENT]
property = true
[PLAYER_CLASS]
property = true
[PLAYER_CLASS_NO_SPEC]
property = true
[PLAYER_COUNT_ALLIANCE]
property = true
[PLAYER_COUNT_HORDE]
property = true
[PLAYER_DETAIL]
property = true
[PLAYER_DIFFICULTY1]
property = true
[PLAYER_DIFFICULTY2]
property = true
[PLAYER_DIFFICULTY3]
property = true
[PLAYER_DIFFICULTY4]
property = true
[PLAYER_DIFFICULTY5]
property = true
[PLAYER_DIFFICULTY6]
property = true
[PLAYER_DIFFICULTY_TIMEWALKER]
property = true
[PLAYER_FRAME_SHOW_CASTBARS]
property = true
[PLAYER_IN_MULTI_GROUP_PARTY_MESSAGE]
property = true
[PLAYER_IN_MULTI_GROUP_RAID_MESSAGE]
property = true
[PLAYER_IS_PVP_AFK]
property = true
[PLAYER_LEVEL]
property = true
[PLAYER_LEVEL_NO_SPEC]
property = true
[PLAYER_LEVEL_UP]
property = true
[PLAYER_LIST_DELIMITER]
property = true
[PLAYER_LOGOUT_FAILED]
property = true
[PLAYER_LOGOUT_FAILED_ERROR]
property = true
[PLAYER_MESSAGES]
property = true
[PLAYER_NOT_FOUND]
property = true
[PLAYER_OFFLINE]
property = true
[PLAYER_ONLY_INTERACTION]
property = true
[PLAYER_OPTIONS_LABEL]
property = true
[PLAYER_STATUS]
property = true
[PLAYER_TITLE_NONE]
property = true
[PLAYER_UNSPENT_TALENT_POINTS]
property = true
[PLAYER_V_PLAYER]
property = true
[PLAYER_V_PLAYER_OFF_SEASON]
property = true
[PLAYER_V_PLAYER_PRESTIGE]
property = true
[PLAYER_V_PLAYER_SEASON]
property = true
[PLAYER_V_PLAYER_SEASON_PRESTIGE]
property = true
[PLAYTIME_TIRED]
property = true
[PLAYTIME_TIRED_ABILITY]
property = true
[PLAYTIME_UNHEALTHY]
property = true
[PLAYTIME_UNHEALTHY_ABILITY]
property = true
[PLAY_AGGRO_SOUNDS]
property = true
[PLUS_AMMO_DAMAGE_TEMPLATE]
property = true
[PLUS_AMMO_SCHOOL_DAMAGE_TEMPLATE]
property = true
[PLUS_DAMAGE_TEMPLATE]
property = true
[PLUS_DAMAGE_TEMPLATE_WITH_SCHOOL]
property = true
[PLUS_PERCENT_FORMAT]
property = true
[PLUS_SINGLE_DAMAGE_TEMPLATE]
property = true
[PLUS_SINGLE_DAMAGE_TEMPLATE_WITH_SCHOOL]
property = true
[POP_IN_CHAT]
property = true
[POP_OUT_CHAT]
property = true
[POSTMASTER_BEGIN]
property = true
[POSTMASTER_LETTER_ALLERIANSTRONGHOLD]
property = true
[POSTMASTER_LETTER_ALLERIANSTRONGHOLD_MYTHIC]
property = true
[POSTMASTER_LETTER_ALTAROFSHATAR]
property = true
[POSTMASTER_LETTER_ALTAROFSHATAR_MYTHIC]
property = true
[POSTMASTER_LETTER_AREA52]
property = true
[POSTMASTER_LETTER_AREA52_MYTHIC]
property = true
[POSTMASTER_LETTER_ARGENTSTAND]
property = true
[POSTMASTER_LETTER_ARGENTSTAND_MYTHIC]
property = true
[POSTMASTER_LETTER_ASHENVALE]
property = true
[POSTMASTER_LETTER_ASHENVALE_MYTHIC]
property = true
[POSTMASTER_LETTER_AZUREWINGREPOSE]
property = true
[POSTMASTER_LETTER_AZUREWINGREPOSE_MYTHIC]
property = true
[POSTMASTER_LETTER_BARRENS]
property = true
[POSTMASTER_LETTER_BARRENS_MYTHIC]
property = true
[POSTMASTER_LETTER_BARRENS_SUBTITLE]
property = true
[POSTMASTER_LETTER_BRADENSBROOK]
property = true
[POSTMASTER_LETTER_BRADENSBROOK_MYTHIC]
property = true
[POSTMASTER_LETTER_CAMPONEQWAH]
property = true
[POSTMASTER_LETTER_CAMPONEQWAH_MYTHIC]
property = true
[POSTMASTER_LETTER_CENARIONREFUGE]
property = true
[POSTMASTER_LETTER_CENARIONREFUGE_MYTHIC]
property = true
[POSTMASTER_LETTER_CONQUESTHOLD]
property = true
[POSTMASTER_LETTER_CONQUESTHOLD_MYTHIC]
property = true
[POSTMASTER_LETTER_COSMOWRENCH]
property = true
[POSTMASTER_LETTER_COSMOWRENCH_MYTHIC]
property = true
[POSTMASTER_LETTER_DARKSHORE]
property = true
[POSTMASTER_LETTER_DARKSHORE_MYTHIC]
property = true
[POSTMASTER_LETTER_DAWNSBLOSSOM]
property = true
[POSTMASTER_LETTER_DAWNSBLOSSOM_MYTHIC]
property = true
[POSTMASTER_LETTER_DELIVERANCEPOINT]
property = true
[POSTMASTER_LETTER_DELIVERANCEPOINT_MYTHIC]
property = true
[POSTMASTER_LETTER_DUNMOROGH]
property = true
[POSTMASTER_LETTER_DUNMOROGH_MYTHIC]
property = true
[POSTMASTER_LETTER_ELWYNNFOREST]
property = true
[POSTMASTER_LETTER_ELWYNNFOREST_MYTHIC]
property = true
[POSTMASTER_LETTER_FELWOOD]
property = true
[POSTMASTER_LETTER_FELWOOD_MYTHIC]
property = true
[POSTMASTER_LETTER_FERALAS]
property = true
[POSTMASTER_LETTER_FERALAS_MYTHIC]
property = true
[POSTMASTER_LETTER_FROSTHOLD]
property = true
[POSTMASTER_LETTER_FROSTHOLD_MYTHIC]
property = true
[POSTMASTER_LETTER_GARADAR]
property = true
[POSTMASTER_LETTER_GARADAR_MYTHIC]
property = true
[POSTMASTER_LETTER_GHOSTLANDS]
property = true
[POSTMASTER_LETTER_GHOSTLANDS_MYTHIC]
property = true
[POSTMASTER_LETTER_GREYWATCH]
property = true
[POSTMASTER_LETTER_GREYWATCH_MYTHIC]
property = true
[POSTMASTER_LETTER_HALFHILL]
property = true
[POSTMASTER_LETTER_HALFHILL_MYTHIC]
property = true
[POSTMASTER_LETTER_HILLSBRADFOOTHILLS]
property = true
[POSTMASTER_LETTER_HILLSBRADFOOTHILLS_MYTHIC]
property = true
[POSTMASTER_LETTER_HINTERLANDS]
property = true
[POSTMASTER_LETTER_HINTERLANDS_MYTHIC]
property = true
[POSTMASTER_LETTER_HONORHOLD]
property = true
[POSTMASTER_LETTER_HONORHOLD_MYTHIC]
property = true
[POSTMASTER_LETTER_HYJAL]
property = true
[POSTMASTER_LETTER_HYJAL_MYTHIC]
property = true
[POSTMASTER_LETTER_KAMAGUA]
property = true
[POSTMASTER_LETTER_KAMAGUA_MYTHIC]
property = true
[POSTMASTER_LETTER_KLAXXIVESS]
property = true
[POSTMASTER_LETTER_KLAXXIVESS_MYTHIC]
property = true
[POSTMASTER_LETTER_LIONSLANDING]
property = true
[POSTMASTER_LETTER_LIONSLANDING_MYTHIC]
property = true
[POSTMASTER_LETTER_LONGYING]
property = true
[POSTMASTER_LETTER_LONGYING_MYTHIC]
property = true
[POSTMASTER_LETTER_LORLATHIL]
property = true
[POSTMASTER_LETTER_LORLATHIL_MYTHIC]
property = true
[POSTMASTER_LETTER_MEREDIL]
property = true
[POSTMASTER_LETTER_MEREDIL_MYTHIC]
property = true
[POSTMASTER_LETTER_MOAKI]
property = true
[POSTMASTER_LETTER_MOAKI_MYTHIC]
property = true
[POSTMASTER_LETTER_MOONGLADE]
property = true
[POSTMASTER_LETTER_MOONGLADE_MYTHIC]
property = true
[POSTMASTER_LETTER_NESINGWARY_SHOLAZAR]
property = true
[POSTMASTER_LETTER_NESINGWARY_SHOLAZAR_MYTHIC]
property = true
[POSTMASTER_LETTER_ONEKEG]
property = true
[POSTMASTER_LETTER_ONEKEG_MYTHIC]
property = true
[POSTMASTER_LETTER_SHACKLESDEN]
property = true
[POSTMASTER_LETTER_SHACKLESDEN_MYTHIC]
property = true
[POSTMASTER_LETTER_SKYHORN]
property = true
[POSTMASTER_LETTER_SKYHORN_MYTHIC]
property = true
[POSTMASTER_LETTER_SOGGYSGAMBLE]
property = true
[POSTMASTER_LETTER_SOGGYSGAMBLE_MYTHIC]
property = true
[POSTMASTER_LETTER_STRANGLETHORNVALE]
property = true
[POSTMASTER_LETTER_STRANGLETHORNVALE_MYTHIC]
property = true
[POSTMASTER_LETTER_SWAMPOFSORROWS]
property = true
[POSTMASTER_LETTER_SWAMPOFSORROWS_MYTHIC]
property = true
[POSTMASTER_LETTER_SYLVANAAR]
property = true
[POSTMASTER_LETTER_SYLVANAAR_MYTHIC]
property = true
[POSTMASTER_LETTER_TANARIS]
property = true
[POSTMASTER_LETTER_TANARIS_MYTHIC]
property = true
[POSTMASTER_LETTER_THRALLMAR]
property = true
[POSTMASTER_LETTER_THRALLMAR_MYTHIC]
property = true
[POSTMASTER_LETTER_THUNDERCLEFT]
property = true
[POSTMASTER_LETTER_THUNDERCLEFT_MYTHIC]
property = true
[POSTMASTER_LETTER_THUNDERTOTEM]
property = true
[POSTMASTER_LETTER_THUNDERTOTEM_MYTHIC]
property = true
[POSTMASTER_LETTER_TIANMONASTERY]
property = true
[POSTMASTER_LETTER_TIANMONASTERY_MYTHIC]
property = true
[POSTMASTER_LETTER_TIRISFALGLADES]
property = true
[POSTMASTER_LETTER_TIRISFALGLADES_MYTHIC]
property = true
[POSTMASTER_LETTER_ULDUM]
property = true
[POSTMASTER_LETTER_ULDUM_MYTHIC]
property = true
[POSTMASTER_LETTER_VALDISDALL]
property = true
[POSTMASTER_LETTER_VALDISDALL_MYTHIC]
property = true
[POSTMASTER_LETTER_VALIANCEKEEP]
property = true
[POSTMASTER_LETTER_VALIANCEKEEP_MYTHIC]
property = true
[POSTMASTER_LETTER_WARSONGHOLD]
property = true
[POSTMASTER_LETTER_WARSONGHOLD_MYTHIC]
property = true
[POSTMASTER_LETTER_WESTFALL]
property = true
[POSTMASTER_LETTER_WESTFALL_MYTHIC]
property = true
[POSTMASTER_LETTER_WETLANDS]
property = true
[POSTMASTER_LETTER_WETLANDS_MYTHIC]
property = true
[POSTMASTER_LETTER_WINTERSPRING]
property = true
[POSTMASTER_LETTER_WINTERSPRING_MYTHIC]
property = true
[POSTMASTER_LETTER_WYRMREST]
property = true
[POSTMASTER_LETTER_WYRMREST_MYTHIC]
property = true
[POSTMASTER_LETTER_ZABRAJIN]
property = true
[POSTMASTER_LETTER_ZABRAJIN_MYTHIC]
property = true
[POSTMASTER_LETTER_ZOUCHINVILLAGE]
property = true
[POSTMASTER_LETTER_ZOUCHINVILLAGE_MYTHIC]
property = true
[POSTMASTER_PIPE_BROKEN_ISLES]
property = true
[POSTMASTER_PIPE_DRAENOR]
property = true
[POSTMASTER_PIPE_EASTERNKINGDOMS]
property = true
[POSTMASTER_PIPE_KALIMDOR]
property = true
[POSTMASTER_PIPE_NORTHREND]
property = true
[POSTMASTER_PIPE_OUTLAND]
property = true
[POSTMASTER_PIPE_PANDARIA]
property = true
[POSTPROCESS_ANTI_ALIASING]
property = true
[POSTPROCESS_ANTI_ALIASING_ABREV]
property = true
[POTION_TIMER]
property = true
[POWER_ABBR]
property = true
[POWER_DISPLAY_COST]
property = true
[POWER_DISPLAY_COST_LARGE]
property = true
[POWER_DISPLAY_COST_PER_TIME]
property = true
[POWER_DISPLAY_COST_PER_TIME_NO_BASE]
property = true
[POWER_GAINS]
property = true
[POWER_GAINS_COMBATLOG_TOOLTIP]
property = true
[POWER_LEVEL_ABBR]
property = true
[POWER_TYPE_AGONY_POWER]
property = true
[POWER_TYPE_AMETHYST_POWER]
property = true
[POWER_TYPE_ANIMA]
property = true
[POWER_TYPE_ANIMA_V2]
property = true
[POWER_TYPE_AQUEOUS_ENERGY]
property = true
[POWER_TYPE_ARCANEENERGY]
property = true
[POWER_TYPE_ARCANE_CHARGES]
property = true
[POWER_TYPE_ARCANE_ENERGY]
property = true
[POWER_TYPE_BLACKROCK_ORE]
property = true
[POWER_TYPE_BLOOD_FURY]
property = true
[POWER_TYPE_BLOOD_POWER]
property = true
[POWER_TYPE_BLUE_POWER]
property = true
[POWER_TYPE_CHOKE]
property = true
[POWER_TYPE_COBALT_POWER]
property = true
[POWER_TYPE_CONSUMING_FLAME]
property = true
[POWER_TYPE_DARK_POWER]
property = true
[POWER_TYPE_DEMENTIA]
property = true
[POWER_TYPE_DEMONIC_FURY]
property = true
[POWER_TYPE_DINO_SONIC]
property = true
[POWER_TYPE_DW_BACK_HEAT]
property = true
[POWER_TYPE_ENERGY]
property = true
[POWER_TYPE_ENERGY_DARKNESS]
property = true
[POWER_TYPE_ENTROPY]
property = true
[POWER_TYPE_EXPERIENCE]
property = true
[POWER_TYPE_FEL_AMMO]
property = true
[POWER_TYPE_FEL_ENERGY]
property = true
[POWER_TYPE_FEL_FURY]
property = true
[POWER_TYPE_FEL_INFUSION]
property = true
[POWER_TYPE_FEL_RADIANCE]
property = true
[POWER_TYPE_FLASHFIRE]
property = true
[POWER_TYPE_FOCUS]
property = true
[POWER_TYPE_FOOD]
property = true
[POWER_TYPE_FUEL]
property = true
[POWER_TYPE_FURY]
property = true
[POWER_TYPE_FURY_DEMONHUNTER]
property = true
[POWER_TYPE_GOLD_POWER]
property = true
[POWER_TYPE_GREED]
property = true
[POWER_TYPE_GREEN_POWER]
property = true
[POWER_TYPE_HATRED]
property = true
[POWER_TYPE_HEAT]
property = true
[POWER_TYPE_INSANITY]
property = true
[POWER_TYPE_IRON_FURY]
property = true
[POWER_TYPE_JADE_POWER]
property = true
[POWER_TYPE_JASPER_POWER]
property = true
[POWER_TYPE_LIFE_ENERGY]
property = true
[POWER_TYPE_LUNAR_POWER]
property = true
[POWER_TYPE_MAELSTROM]
property = true
[POWER_TYPE_MANA]
property = true
[POWER_TYPE_MINER_FUEL]
property = true
[POWER_TYPE_MOLTEN_ENERGY]
property = true
[POWER_TYPE_MUTATION_LEVEL]
property = true
[POWER_TYPE_NIGHTWELL_ENERGY]
property = true
[POWER_TYPE_OLD_GOD_ENERGY]
property = true
[POWER_TYPE_OOZE]
property = true
[POWER_TYPE_ORANGE_POWER]
property = true
[POWER_TYPE_PAIN]
property = true
[POWER_TYPE_POWER]
property = true
[POWER_TYPE_PURPLE_POWER]
property = true
[POWER_TYPE_PYRITE]
property = true
[POWER_TYPE_PYROCLASTIC_FRENZY]
property = true
[POWER_TYPE_RED_POWER]
property = true
[POWER_TYPE_REGENERATIVE_BLOOD]
property = true
[POWER_TYPE_RESONANCE]
property = true
[POWER_TYPE_SHADOWFLAME_ENERGY]
property = true
[POWER_TYPE_SHIELDENERGY]
property = true
[POWER_TYPE_SOUL_ENERGY]
property = true
[POWER_TYPE_SPORE_ENERGY]
property = true
[POWER_TYPE_STEAM]
property = true
[POWER_TYPE_SUN_ENERGY]
property = true
[POWER_TYPE_SUN_POWER]
property = true
[POWER_TYPE_SWING_VELOCITY]
property = true
[POWER_TYPE_TERROR]
property = true
[POWER_TYPE_TITAN_ENERGY]
property = true
[POWER_TYPE_TWILIGHTENERGY]
property = true
[POWER_TYPE_VAULT_CRACKING_PROGRESS]
property = true
[POWER_TYPE_VENGEANCE]
property = true
[POWER_TYPE_VENOM]
property = true
[POWER_TYPE_VITA]
property = true
[POWER_TYPE_WILLPOWER]
property = true
[POWER_TYPE_WIND_POWER]
property = true
[POWER_TYPE_WRATH]
property = true
[PREFERENCES]
property = true
[PREMADE_GROUP_INSECURE_SEARCH]
property = true
[PREMADE_GROUP_SEARCH_DELIST_WARNING_TEXT]
property = true
[PRESS_TAB]
property = true
[PRESTIGE_RANK_TOOLTIP_LINE]
property = true
[PREV]
property = true
[PREVIEW]
property = true
[PREVIEW_TALENT_CHANGES]
property = true
[PREVIOUS]
property = true
[PRIEST_DISC_CORE_ABILITY_1]
property = true
[PRIEST_DISC_CORE_ABILITY_2]
property = true
[PRIEST_DISC_CORE_ABILITY_3]
property = true
[PRIEST_DISC_CORE_ABILITY_4]
property = true
[PRIEST_DISC_CORE_ABILITY_5]
property = true
[PRIEST_DISC_CORE_ABILITY_6]
property = true
[PRIEST_HOLY_CORE_ABILITY_1]
property = true
[PRIEST_HOLY_CORE_ABILITY_2]
property = true
[PRIEST_HOLY_CORE_ABILITY_3]
property = true
[PRIEST_HOLY_CORE_ABILITY_4]
property = true
[PRIEST_HOLY_CORE_ABILITY_5]
property = true
[PRIEST_HOLY_CORE_ABILITY_6]
property = true
[PRIEST_INTELLECT_TOOLTIP]
property = true
[PRIEST_SHADOW_CORE_ABILITY_1]
property = true
[PRIEST_SHADOW_CORE_ABILITY_2]
property = true
[PRIEST_SHADOW_CORE_ABILITY_3]
property = true
[PRIEST_SHADOW_CORE_ABILITY_4]
property = true
[PRIEST_SHADOW_CORE_ABILITY_5]
property = true
[PRIEST_SHADOW_CORE_ABILITY_6]
property = true
[PRIMARY]
property = true
[PRIMARY_MONITOR]
property = true
[PRIMARY_SKILLS]
property = true
[PRIMARY_SPEC_CHANGE_AT_CLASS_TRAINER]
property = true
[PRIMARY_STAT1_TOOLTIP_NAME]
property = true
[PRIMARY_STAT2_TOOLTIP_NAME]
property = true
[PRIMARY_STAT3_TOOLTIP_NAME]
property = true
[PRIMARY_STAT4_TOOLTIP_NAME]
property = true
[PRIME_GLYPH]
property = true
[PRIME_GLYPHS]
property = true
[PRISMATIC_GEM]
property = true
[PROC_EVENT0_DESC]
property = true
[PROC_EVENT1024_DESC]
property = true
[PROC_EVENT128_DESC]
property = true
[PROC_EVENT16_DESC]
property = true
[PROC_EVENT1_DESC]
property = true
[PROC_EVENT2048_DESC]
property = true
[PROC_EVENT256_DESC]
property = true
[PROC_EVENT2_DESC]
property = true
[PROC_EVENT32_DESC]
property = true
[PROC_EVENT3_DESC]
property = true
[PROC_EVENT4_DESC]
property = true
[PROC_EVENT512_DESC]
property = true
[PROC_EVENT64_DESC]
property = true
[PROC_EVENT8_DESC]
property = true
[PRODUCT_CHOICE_NO_TAKE_BACKSIES]
property = true
[PRODUCT_CHOICE_PAGE_NUMBER]
property = true
[PRODUCT_CHOICE_SUBTEXT]
property = true
[PRODUCT_CLAIMING_FAILED]
property = true
[PROFANITY_FILTER]
property = true
[PROFESSIONS_ARCHAEOLOGY]
property = true
[PROFESSIONS_ARCHAEOLOGY_MISSING]
property = true
[PROFESSIONS_COOKING]
property = true
[PROFESSIONS_COOKING_MISSING]
property = true
[PROFESSIONS_FIRST_AID]
property = true
[PROFESSIONS_FIRST_AID_MISSING]
property = true
[PROFESSIONS_FIRST_PROFESSION]
property = true
[PROFESSIONS_FISHING]
property = true
[PROFESSIONS_FISHING_MISSING]
property = true
[PROFESSIONS_HELP_1]
property = true
[PROFESSIONS_HELP_2]
property = true
[PROFESSIONS_MISSING_PROFESSION]
property = true
[PROFESSIONS_SECOND_PROFESSION]
property = true
[PROFESSIONS_USED_IN_COOKING]
property = true
[PROFESSION_CONFIRMATION1]
property = true
[PROFESSION_CONFIRMATION2]
property = true
[PROFFESSION_CONFIRMATION2]
property = true
[PROFICIENCIES]
property = true
[PROFICIENCIES_COLON]
property = true
[PROFICIENCY_NEEDED]
property = true
[PROJECTED_CONQUEST_CAP]
property = true
[PROJECTED_TEXTURES]
property = true
[PROVING_GROUNDS_SCORE]
property = true
[PROVING_GROUNDS_WAVE]
property = true
[PTT_BOUND]
property = true
[PUBLICNOTE_BUTTON_TOOLTIP]
property = true
[PUBLIC_NOTE]
property = true
[PUNCHCARDBLUE_GEM]
property = true
[PUNCHCARDRED_GEM]
property = true
[PUNCHCARDYELLOW_GEM]
property = true
[PURCHASE]
property = true
[PURCHASED_BY_COLON]
property = true
[PURCHASE_TAB_TEXT]
property = true
[PUSHTOTALK_SOUND_TEXT]
property = true
[PUSH_TO_TALK]
property = true
[PVP]
property = true
[PVPBATTLEGROUND_WINTERGRASPTIMER]
property = true
[PVPBATTLEGROUND_WINTERGRASPTIMER_CANNOT_QUEUE]
property = true
[PVPBATTLEGROUND_WINTERGRASPTIMER_CAN_QUEUE]
property = true
[PVPBATTLEGROUND_WINTERGRASPTIMER_TOOLTIP]
property = true
[PVPFFA]
property = true
[PVP_ARENA_EXPLANATION]
property = true
[PVP_ARENA_NEED_LESS]
property = true
[PVP_ARENA_NEED_MORE]
property = true
[PVP_ARENA_PARTY_ERROR]
property = true
[PVP_BEST_RATING]
property = true
[PVP_BOUNTY_REWARD_TITLE]
property = true
[PVP_CONQUEST]
property = true
[PVP_CONQUEST_CHANGE]
property = true
[PVP_CONQUEST_LOWLEVEL]
property = true
[PVP_CONQUEST_TOOLTIP]
property = true
[PVP_CURRENCY_CAP_ARENA]
property = true
[PVP_CURRENCY_CAP_RATEDBG]
property = true
[PVP_CURRENT_RATING]
property = true
[PVP_DISABLED]
property = true
[PVP_ENABLED]
property = true
[PVP_ENLISTMENT_BONUS_DESCRIPTION]
property = true
[PVP_ENLISTMENT_BONUS_TITLE]
property = true
[PVP_FLAG]
property = true
[PVP_GAMES_PLAYED]
property = true
[PVP_GAMES_WON]
property = true
[PVP_GEAR_REWARD_CHANCE]
property = true
[PVP_GEAR_REWARD_CHANCE_LONG]
property = true
[PVP_HONOR_CHANGE]
property = true
[PVP_HONOR_PRESTIGE_AVAILABLE]
property = true
[PVP_HONOR_XP_BAR_CANNOT_PRESTIGE_HERE]
property = true
[PVP_HONOR_XP_BAR_CLICK_HERE_TO_PRESTIGE]
property = true
[PVP_INVALID_QUEUE_STATUS]
property = true
[PVP_INVITE_TEAM_TOOLTIP]
property = true
[PVP_ITEM_LEVEL_TOOLTIP]
property = true
[PVP_ITEM_REWARDS_HEADER]
property = true
[PVP_LABEL_ARENA]
property = true
[PVP_LABEL_HONOR]
property = true
[PVP_LABEL_PVP_TALENTS]
property = true
[PVP_LABEL_WAR_MODE]
property = true
[PVP_LAST_SEASON_HIGH]
property = true
[PVP_LEAVE_BUTTON_TIME]
property = true
[PVP_MATCH_DEFEAT]
property = true
[PVP_MATCH_DRAW]
property = true
[PVP_MATCH_LEAVE_BUTTON]
property = true
[PVP_MATCH_READY_ERROR]
property = true
[PVP_MATCH_TIME]
property = true
[PVP_MATCH_VICTORY]
property = true
[PVP_MEDAL1]
property = true
[PVP_MEDAL2]
property = true
[PVP_MEDAL3]
property = true
[PVP_MEDAL4]
property = true
[PVP_MEDAL5]
property = true
[PVP_MEDAL6]
property = true
[PVP_MEDAL7]
property = true
[PVP_MEDAL8]
property = true
[PVP_MINIMAP]
property = true
[PVP_NOT_LEADER]
property = true
[PVP_NO_QUEUE_DISCONNECTED_GROUP]
property = true
[PVP_NO_QUEUE_GROUP]
property = true
[PVP_NO_WEEKLY_RATED_BG]
property = true
[PVP_OPTIONS]
property = true
[PVP_PARTY_SIZE]
property = true
[PVP_POLICY_URL]
property = true
[PVP_POWER_BASE_TOOLTIP]
property = true
[PVP_POWER_DAMAGE_TOOLTIP]
property = true
[PVP_POWER_HEALING_TOOLTIP]
property = true
[PVP_POWER_TOOLTIP]
property = true
[PVP_PRESTIGE_RANK_UP_ACCEPT]
property = true
[PVP_PRESTIGE_RANK_UP_HONOR_TRADE]
property = true
[PVP_PRESTIGE_RANK_UP_NEXT_MAX_LEVEL_REWARD]
property = true
[PVP_PRESTIGE_RANK_UP_TITLE]
property = true
[PVP_PRESTIGE_RANK_UP_WARNING]
property = true
[PVP_PROGRESS_REWARDS_HEADER]
property = true
[PVP_QUEUE_AGAIN]
property = true
[PVP_RANK_0_0]
property = true
[PVP_RANK_0_0_FEMALE]
property = true
[PVP_RANK_0_1]
property = true
[PVP_RANK_0_1_FEMALE]
property = true
[PVP_RANK_0_NAME]
property = true
[PVP_RANK_10_0]
property = true
[PVP_RANK_10_0_FEMALE]
property = true
[PVP_RANK_10_1]
property = true
[PVP_RANK_10_1_FEMALE]
property = true
[PVP_RANK_11_0]
property = true
[PVP_RANK_11_0_FEMALE]
property = true
[PVP_RANK_11_1]
property = true
[PVP_RANK_11_1_FEMALE]
property = true
[PVP_RANK_12_0]
property = true
[PVP_RANK_12_0_FEMALE]
property = true
[PVP_RANK_12_1]
property = true
[PVP_RANK_12_1_FEMALE]
property = true
[PVP_RANK_13_0]
property = true
[PVP_RANK_13_0_FEMALE]
property = true
[PVP_RANK_13_1]
property = true
[PVP_RANK_13_1_FEMALE]
property = true
[PVP_RANK_14_0]
property = true
[PVP_RANK_14_0_FEMALE]
property = true
[PVP_RANK_14_1]
property = true
[PVP_RANK_14_1_FEMALE]
property = true
[PVP_RANK_15_0]
property = true
[PVP_RANK_15_0_FEMALE]
property = true
[PVP_RANK_15_1]
property = true
[PVP_RANK_15_1_FEMALE]
property = true
[PVP_RANK_16_0]
property = true
[PVP_RANK_16_0_FEMALE]
property = true
[PVP_RANK_16_1]
property = true
[PVP_RANK_16_1_FEMALE]
property = true
[PVP_RANK_17_0]
property = true
[PVP_RANK_17_0_FEMALE]
property = true
[PVP_RANK_17_1]
property = true
[PVP_RANK_17_1_FEMALE]
property = true
[PVP_RANK_18_0]
property = true
[PVP_RANK_18_0_FEMALE]
property = true
[PVP_RANK_18_1]
property = true
[PVP_RANK_18_1_FEMALE]
property = true
[PVP_RANK_19_0]
property = true
[PVP_RANK_19_0_FEMALE]
property = true
[PVP_RANK_19_1]
property = true
[PVP_RANK_19_1_FEMALE]
property = true
[PVP_RANK_1_0]
property = true
[PVP_RANK_1_0_FEMALE]
property = true
[PVP_RANK_1_1]
property = true
[PVP_RANK_1_1_FEMALE]
property = true
[PVP_RANK_1_NAME]
property = true
[PVP_RANK_1_NEXT_RANK_DESC]
property = true
[PVP_RANK_2_0]
property = true
[PVP_RANK_2_0_FEMALE]
property = true
[PVP_RANK_2_1]
property = true
[PVP_RANK_2_1_FEMALE]
property = true
[PVP_RANK_2_NAME]
property = true
[PVP_RANK_2_NEXT_RANK_DESC]
property = true
[PVP_RANK_3_0]
property = true
[PVP_RANK_3_0_FEMALE]
property = true
[PVP_RANK_3_1]
property = true
[PVP_RANK_3_1_FEMALE]
property = true
[PVP_RANK_3_NAME]
property = true
[PVP_RANK_3_NEXT_RANK_DESC]
property = true
[PVP_RANK_4_0]
property = true
[PVP_RANK_4_0_FEMALE]
property = true
[PVP_RANK_4_1]
property = true
[PVP_RANK_4_1_FEMALE]
property = true
[PVP_RANK_4_NAME]
property = true
[PVP_RANK_4_NEXT_RANK_DESC]
property = true
[PVP_RANK_5_0]
property = true
[PVP_RANK_5_0_FEMALE]
property = true
[PVP_RANK_5_1]
property = true
[PVP_RANK_5_1_FEMALE]
property = true
[PVP_RANK_5_NAME]
property = true
[PVP_RANK_5_NEXT_RANK_DESC]
property = true
[PVP_RANK_6_0]
property = true
[PVP_RANK_6_0_FEMALE]
property = true
[PVP_RANK_6_1]
property = true
[PVP_RANK_6_1_FEMALE]
property = true
[PVP_RANK_7_0]
property = true
[PVP_RANK_7_0_FEMALE]
property = true
[PVP_RANK_7_1]
property = true
[PVP_RANK_7_1_FEMALE]
property = true
[PVP_RANK_8_0]
property = true
[PVP_RANK_8_0_FEMALE]
property = true
[PVP_RANK_8_1]
property = true
[PVP_RANK_8_1_FEMALE]
property = true
[PVP_RANK_9_0]
property = true
[PVP_RANK_9_0_FEMALE]
property = true
[PVP_RANK_9_1]
property = true
[PVP_RANK_9_1_FEMALE]
property = true
[PVP_RANK_LEADER]
property = true
[PVP_RATEDBG_NEED_LESS]
property = true
[PVP_RATEDBG_NEED_MORE]
property = true
[PVP_RATED_BATTLEGROUND]
property = true
[PVP_RATED_BATTLEGROUNDS]
property = true
[PVP_RATED_BATTLEGROUND_EXPLANATION]
property = true
[PVP_RATING]
property = true
[PVP_RATING_CHANGE]
property = true
[PVP_RATING_CURRENT]
property = true
[PVP_RATING_GAINED]
property = true
[PVP_RATING_HEADER]
property = true
[PVP_RATING_NEW]
property = true
[PVP_RATING_PREVIOUS]
property = true
[PVP_RATING_UNCHANGED]
property = true
[PVP_RECORD]
property = true
[PVP_RECORD_DESCRIPTION]
property = true
[PVP_REPORT_AFK]
property = true
[PVP_REPORT_AFK_ALL]
property = true
[PVP_REPORT_AFK_ALREADY_NOTIFIED]
property = true
[PVP_REPORT_AFK_GENERIC_FAILURE]
property = true
[PVP_REPORT_AFK_NOT_SAME_TEAM]
property = true
[PVP_REPORT_AFK_PLAYER_NOT_VALID]
property = true
[PVP_REPORT_AFK_SUCCEEDED]
property = true
[PVP_REPORT_AFK_SYSTEM_DISABLED]
property = true
[PVP_REPORT_AFK_SYSTEM_ENABLED]
property = true
[PVP_REQUIRED_FOR_CAPTURE]
property = true
[PVP_REWARD_EXPLANATION]
property = true
[PVP_REWARD_FAILURE]
property = true
[PVP_REWARD_TOOLTIP]
property = true
[PVP_REWARD_XP_FORMAT]
property = true
[PVP_SEASON_HIGH]
property = true
[PVP_SEASON_REWARD]
property = true
[PVP_SPECIAL_EVENT_BUTTON_TT_DESC]
property = true
[PVP_SPECIAL_EVENT_BUTTON_TT_TITLE]
property = true
[PVP_SPECIAL_EVENT_REWARD]
property = true
[PVP_SUSPENDED_QUEUE_STATUS]
property = true
[PVP_TAB_CONQUEST]
property = true
[PVP_TAB_FILTER_COUNTED]
property = true
[PVP_TAB_GROUPS]
property = true
[PVP_TAB_HONOR]
property = true
[PVP_TALENTS]
property = true
[PVP_TALENTS_BECOME_AVAILABLE_AT_LEVEL]
property = true
[PVP_TALENTS_PRESTIGE_RANK_TITLE]
property = true
[PVP_TALENT_FIRST_TALENT]
property = true
[PVP_TALENT_GRANTED_BY_AZERITE_ESSENCE]
property = true
[PVP_TALENT_SLOT]
property = true
[PVP_TALENT_SLOT_EMPTY]
property = true
[PVP_TALENT_SLOT_LOCKED]
property = true
[PVP_TEAMSIZE]
property = true
[PVP_TEAMTYPE]
property = true
[PVP_TIER_WITH_RANK_AND_RATING]
property = true
[PVP_TIER_WITH_RATING]
property = true
[PVP_TIME_ELAPSED]
property = true
[PVP_TOGGLE_OFF_VERBOSE]
property = true
[PVP_TOGGLE_ON_VERBOSE]
property = true
[PVP_WARMODE_TOGGLE_OFF]
property = true
[PVP_WARMODE_TOGGLE_ON]
property = true
[PVP_WAR_MODE_DESCRIPTION]
property = true
[PVP_WAR_MODE_DESCRIPTION_FORMAT]
property = true
[PVP_WAR_MODE_ENABLED]
property = true
[PVP_WAR_MODE_NOT_NOW_ALLIANCE]
property = true
[PVP_WAR_MODE_NOT_NOW_ALLIANCE_RESTAREA]
property = true
[PVP_WAR_MODE_NOT_NOW_HORDE]
property = true
[PVP_WAR_MODE_NOT_NOW_HORDE_RESTAREA]
property = true
[PVP_WEEKLY_BONUS]
property = true
[PVP_WEEKLY_BONUS_DESCRIPTION]
property = true
[PVP_WEEKLY_BONUS_GAMES_WON]
property = true
[PVP_WEEKLY_REWARD]
property = true
[PVP_YOUR_RATING]
property = true
[PVP_ZONE_OBJECTIVES]
property = true
[QUALITY]
property = true
[QUESTLINE_LOCATED_ABOVE]
property = true
[QUESTLINE_LOCATED_BELOW]
property = true
[QUESTLOG_BUTTON]
property = true
[QUESTLOG_NO_QUESTS_TEXT]
property = true
[QUESTS_COLON]
property = true
[QUESTS_LABEL]
property = true
[QUESTS_SUBTEXT]
property = true
[QUEST_ACCEPT]
property = true
[QUEST_ACCEPT_LOG_FULL]
property = true
[QUEST_COMPLETE]
property = true
[QUEST_CRITERIA_TREE_OBJECTIVE]
property = true
[QUEST_CRITERIA_TREE_OBJECTIVE_NOPROGRESS]
property = true
[QUEST_DASH]
property = true
[QUEST_DESCRIPTION]
property = true
[QUEST_DETAILS]
property = true
[QUEST_FACTION_NEEDED]
property = true
[QUEST_FACTION_NEEDED_NOPROGRESS]
property = true
[QUEST_FAILED]
property = true
[QUEST_FAILED_TAG]
property = true
[QUEST_GENN_GREYMANE]
property = true
[QUEST_HARD]
property = true
[QUEST_INTERMEDIATE_ITEMS_NEEDED]
property = true
[QUEST_ITEMS_NEEDED]
property = true
[QUEST_ITEMS_NEEDED_NOPROGRESS]
property = true
[QUEST_KHADGAR]
property = true
[QUEST_KING_ANDUIN_WRYNN]
property = true
[QUEST_KING_VARIAN_WRYNN]
property = true
[QUEST_LOG]
property = true
[QUEST_LOGIC_AND]
property = true
[QUEST_LOGIC_OR]
property = true
[QUEST_LOG_COUNT]
property = true
[QUEST_LOG_COUNT_TEMPLATE]
property = true
[QUEST_LOG_DAILY_COUNT_TEMPLATE]
property = true
[QUEST_LOG_DAILY_TOOLTIP]
property = true
[QUEST_MAP_VIEW_ALL_FORMAT]
property = true
[QUEST_MONSTERS_KILLED]
property = true
[QUEST_MONSTERS_KILLED_NOPROGRESS]
property = true
[QUEST_NATHANOS_BLIGHTCALLER]
property = true
[QUEST_OBJECTIVES]
property = true
[QUEST_OBJECTIVE_PROGRESS_BAR]
property = true
[QUEST_OBJECTS_FOUND]
property = true
[QUEST_OBJECTS_FOUND_NOPROGRESS]
property = true
[QUEST_PLAYERS_DEFEATED_PET_BATTLE]
property = true
[QUEST_PLAYERS_DEFEATED_PET_BATTLE_NOPROGRESS]
property = true
[QUEST_PLAYERS_KILLED]
property = true
[QUEST_PLAYERS_KILLED_NOPROGRESS]
property = true
[QUEST_PROGRESS_NEEDED]
property = true
[QUEST_PROGRESS_TOOLTIP_NOT_ON_QUEST]
property = true
[QUEST_PROGRESS_TOOLTIP_OBJECTIVE_PROGRESS]
property = true
[QUEST_PROGRESS_TOOLTIP_QUEST_ON_QUEST]
property = true
[QUEST_PROGRESS_TOOLTIP_QUEST_READY_FOR_TURN_IN]
property = true
[QUEST_REPLAY_TITLE_FORMAT]
property = true
[QUEST_REWARDS]
property = true
[QUEST_SESSION_BONUS_LOOT_REWARD_FRAME_TITLE]
property = true
[QUEST_SESSION_BONUS_LOOT_TOOLTIP_BODY_ENABLED]
property = true
[QUEST_SESSION_CHECK_CONVERT_TO_RAID_BODY]
property = true
[QUEST_SESSION_CHECK_CONVERT_TO_RAID_CONFIRM]
property = true
[QUEST_SESSION_CHECK_CONVERT_TO_RAID_TITLE]
property = true
[QUEST_SESSION_CHECK_DIRECT_GROUP_INVITE_CONFIRMATION_BODY]
property = true
[QUEST_SESSION_CHECK_DIRECT_GROUP_INVITE_CONFIRM_BUTTON]
property = true
[QUEST_SESSION_CHECK_DIRECT_RAID_INVITE_CONFIRMATION_BODY]
property = true
[QUEST_SESSION_CHECK_GROUP_INVITE_CONFIRMATION_BODY]
property = true
[QUEST_SESSION_CHECK_GROUP_INVITE_CONFIRMATION_CONVERT_TO_RAID_BODY]
property = true
[QUEST_SESSION_CHECK_GROUP_INVITE_CONFIRMATION_TITLE]
property = true
[QUEST_SESSION_CHECK_GROUP_INVITE_CONFIRMATION_TITLE_REFERRAL]
property = true
[QUEST_SESSION_CHECK_GROUP_INVITE_CONFIRMATION_TITLE_REQUEST]
property = true
[QUEST_SESSION_CHECK_INVITE_TITLE]
property = true
[QUEST_SESSION_CHECK_JOIN_SESSION_BODY]
property = true
[QUEST_SESSION_CHECK_JOIN_SESSION_BUTTON]
property = true
[QUEST_SESSION_CHECK_JOIN_SESSION_TITLE]
property = true
[QUEST_SESSION_CHECK_LEAVE_PARTY_BODY]
property = true
[QUEST_SESSION_CHECK_LEAVE_PARTY_CONFIRM]
property = true
[QUEST_SESSION_CHECK_LEAVE_PARTY_TITLE]
property = true
[QUEST_SESSION_CHECK_REQUEST_TO_JOIN_BODY_LEVEL_RESTRICTED]
property = true
[QUEST_SESSION_CHECK_REQUEST_TO_JOIN_BODY_LEVEL_UNRESTRICTED]
property = true
[QUEST_SESSION_CHECK_REQUEST_TO_JOIN_BODY_UNRESTRICTED]
property = true
[QUEST_SESSION_CHECK_REQUEST_TO_JOIN_TITLE]
property = true
[QUEST_SESSION_CHECK_START_SESSION_BODY]
property = true
[QUEST_SESSION_CHECK_START_SESSION_BODY_UNRESTRICTED]
property = true
[QUEST_SESSION_CHECK_START_SESSION_BUTTON]
property = true
[QUEST_SESSION_CHECK_START_SESSION_TITLE]
property = true
[QUEST_SESSION_CHECK_STOP_DIALOG_CONFIRM]
property = true
[QUEST_SESSION_CHECK_STOP_SESSION_BODY]
property = true
[QUEST_SESSION_DISABLED_TOOLTIP_BODY]
property = true
[QUEST_SESSION_DISABLED_TOOLTIP_TITLE]
property = true
[QUEST_SESSION_HELP_TEXT_SESSION_ACTIVE]
property = true
[QUEST_SESSION_HELP_TEXT_START]
property = true
[QUEST_SESSION_HELP_TEXT_WAITING]
property = true
[QUEST_SESSION_INVITE_RECEIVED_TITLE]
property = true
[QUEST_SESSION_I_AM_NOT_READY]
property = true
[QUEST_SESSION_I_AM_READY]
property = true
[QUEST_SESSION_JOIN_SESSION_BODY]
property = true
[QUEST_SESSION_JOIN_SESSION_TITLE]
property = true
[QUEST_SESSION_JOIN_SESSION_TOOLTIP]
property = true
[QUEST_SESSION_LFG_WARNING_INVITED_TO_PARTY_WITH_ACTIVE_SYNC]
property = true
[QUEST_SESSION_LOGOUT_WARNING]
property = true
[QUEST_SESSION_MANAGEMENT_DROP]
property = true
[QUEST_SESSION_MEMBER_QUERY]
property = true
[QUEST_SESSION_ON_HOLD_TOOLTIP_TEXT]
property = true
[QUEST_SESSION_ON_HOLD_TOOLTIP_TITLE]
property = true
[QUEST_SESSION_QUEST_TOOLTIP_IS_DISABLED]
property = true
[QUEST_SESSION_QUEST_TOOLTIP_IS_REPLAY]
property = true
[QUEST_SESSION_QUIT_WARNING]
property = true
[QUEST_SESSION_REPLAY_QUEST_REMOVED]
property = true
[QUEST_SESSION_REPLAY_TOOLTIP_BODY_DISABLED]
property = true
[QUEST_SESSION_REPLAY_TOOLTIP_BODY_ENABLED]
property = true
[QUEST_SESSION_REPLAY_TOOLTIP_TITLE_DISABLED]
property = true
[QUEST_SESSION_REPLAY_TOOLTIP_TITLE_ENABLED]
property = true
[QUEST_SESSION_RESYNC_NOTIFICATION_DIALOG_TITLE]
property = true
[QUEST_SESSION_SESSION_ACTIVE]
property = true
[QUEST_SESSION_START_DIALOG_TITLE_INVITE]
property = true
[QUEST_SESSION_START_DIALOG_TITLE_WAITING]
property = true
[QUEST_SESSION_START_SESSION]
property = true
[QUEST_SESSION_START_SHARING_MEMBER_QUESTS]
property = true
[QUEST_SESSION_STOP_SESSION]
property = true
[QUEST_SESSION_TOOLTIP_START_SESSION]
property = true
[QUEST_SESSION_TOOLTIP_STOP_SESSION]
property = true
[QUEST_SESSION_TUTORIAL_TEXT]
property = true
[QUEST_SESSION_UNIFIED_QUERY]
property = true
[QUEST_SESSION_WORLD_MAP_TUTORIAL_TEXT]
property = true
[QUEST_SPELL_NEEDED]
property = true
[QUEST_STORY_STATUS]
property = true
[QUEST_SUGGESTED_GROUP_NUM]
property = true
[QUEST_SUGGESTED_GROUP_NUM_TAG]
property = true
[QUEST_TIMERS]
property = true
[QUEST_TITLE_FORMAT_FAILED]
property = true
[QUEST_TOOLTIP_ACTIVE]
property = true
[QUEST_TOOLTIP_REQUIREMENTS]
property = true
[QUEST_WARCHIEF_SYLVANAS_WINDRUNNER]
property = true
[QUEST_WARCHIEF_VOLJIN]
property = true
[QUEST_WATCH_CLICK_TO_COMPLETE]
property = true
[QUEST_WATCH_NO_OBJECTIVES]
property = true
[QUEST_WATCH_POPUP_CLICK_TO_COMPLETE]
property = true
[QUEST_WATCH_POPUP_CLICK_TO_COMPLETE_TASK]
property = true
[QUEST_WATCH_POPUP_CLICK_TO_VIEW]
property = true
[QUEST_WATCH_POPUP_QUEST_COMPLETE]
property = true
[QUEST_WATCH_POPUP_QUEST_DISCOVERED]
property = true
[QUEST_WATCH_QUEST_COMPLETE]
property = true
[QUEST_WATCH_QUEST_READY]
property = true
[QUEST_WATCH_TOOLTIP]
property = true
[QUEST_WATCH_TOO_MANY]
property = true
[QUEST_WAYPOINT_FINAL]
property = true
[QUEST_WAYPOINT_ROUTE]
property = true
[QUEUED_FOR]
property = true
[QUEUED_FOR_SHORT]
property = true
[QUEUED_STATUS_BRAWL_RULES_SUBTITLE]
property = true
[QUEUED_STATUS_IN_PROGRESS]
property = true
[QUEUED_STATUS_LISTED]
property = true
[QUEUED_STATUS_LOCKED]
property = true
[QUEUED_STATUS_LOCKED_EXPLANATION]
property = true
[QUEUED_STATUS_PROPOSAL]
property = true
[QUEUED_STATUS_QUEUED]
property = true
[QUEUED_STATUS_READY_CHECK_IN_PROGRESS]
property = true
[QUEUED_STATUS_ROLE_CHECK_IN_PROGRESS]
property = true
[QUEUED_STATUS_SIGNED_UP]
property = true
[QUEUED_STATUS_SUSPENDED]
property = true
[QUEUED_STATUS_UNKNOWN]
property = true
[QUEUED_STATUS_WAITING]
property = true
[QUEUE_TIME_UNAVAILABLE]
property = true
[QUEUE_UNAVAILABLE_PARTY_MIN_LEVEL]
property = true
[QUICKBUTTON_NAME_DEFAULT]
property = true
[QUICKBUTTON_NAME_EVERYTHING]
property = true
[QUICKBUTTON_NAME_EVERYTHING_TOOLTIP]
property = true
[QUICKBUTTON_NAME_FRIENDS]
property = true
[QUICKBUTTON_NAME_KILLS]
property = true
[QUICKBUTTON_NAME_KILLS_TOOLTIP]
property = true
[QUICKBUTTON_NAME_ME]
property = true
[QUICKBUTTON_NAME_ME_TOOLTIP]
property = true
[QUICKBUTTON_NAME_MY_ACTIONS]
property = true
[QUICKBUTTON_NAME_MY_ACTIONS_TOOLTIP]
property = true
[QUICK_BUTTON_COMBATLOG_TOOLTIP]
property = true
[QUICK_JOIN]
property = true
[QUICK_JOIN_ALREADY_IN_PARTY]
property = true
[QUICK_JOIN_FAILED]
property = true
[QUICK_JOIN_IS_AUTO_ACCEPT_TOOLTIP]
property = true
[QUICK_JOIN_ROLE_NOT_NEEDED]
property = true
[QUICK_JOIN_TOAST_EXTRA_PLAYERS]
property = true
[QUICK_JOIN_TOAST_EXTRA_QUEUES]
property = true
[QUICK_JOIN_TOAST_LFGLIST_MESSAGE]
property = true
[QUICK_JOIN_TOAST_MESSAGE]
property = true
[QUICK_JOIN_TOOLTIP_AVAILABLE_ROLES]
property = true
[QUICK_JOIN_TOOLTIP_AVAILABLE_ROLES_FORMAT]
property = true
[QUICK_JOIN_TOOLTIP_NO_AVAILABLE_ROLES]
property = true
[QUIT]
property = true
[QUIT_NOW]
property = true
[QUIT_TIMER]
property = true
[RACE]
property = true
[RACES]
property = true
[RACE_CLASS_ONLY]
property = true
[RACE_INFO_BLOODELF]
property = true
[RACE_INFO_BLOODELF_FEMALE]
property = true
[RACE_INFO_DARKIRONDWARF]
property = true
[RACE_INFO_DARKIRONDWARF_FEMALE]
property = true
[RACE_INFO_DRAENEI]
property = true
[RACE_INFO_DRAENEI_FEMALE]
property = true
[RACE_INFO_DWARF]
property = true
[RACE_INFO_DWARF_FEMALE]
property = true
[RACE_INFO_GNOME]
property = true
[RACE_INFO_GNOME_FEMALE]
property = true
[RACE_INFO_GOBLIN]
property = true
[RACE_INFO_HIGHMOUNTAINTAUREN]
property = true
[RACE_INFO_HIGHMOUNTAINTAUREN_FEMALE]
property = true
[RACE_INFO_HUMAN]
property = true
[RACE_INFO_HUMAN_FEMALE]
property = true
[RACE_INFO_KULTIRAN]
property = true
[RACE_INFO_KULTIRAN_FEMALE]
property = true
[RACE_INFO_LIGHTFORGEDDRAENEI]
property = true
[RACE_INFO_LIGHTFORGEDDRAENEI_FEMALE]
property = true
[RACE_INFO_MAGHARORC]
property = true
[RACE_INFO_MAGHARORC_FEMALE]
property = true
[RACE_INFO_MECHAGNOME]
property = true
[RACE_INFO_MECHAGNOME_FEMALE]
property = true
[RACE_INFO_NIGHTBORNE]
property = true
[RACE_INFO_NIGHTBORNE_FEMALE]
property = true
[RACE_INFO_NIGHTELF]
property = true
[RACE_INFO_NIGHTELF_FEMALE]
property = true
[RACE_INFO_ORC]
property = true
[RACE_INFO_ORC_FEMALE]
property = true
[RACE_INFO_SCOURGE]
property = true
[RACE_INFO_SCOURGE_FEMALE]
property = true
[RACE_INFO_TAUREN]
property = true
[RACE_INFO_TAUREN_FEMALE]
property = true
[RACE_INFO_TROLL]
property = true
[RACE_INFO_TROLL_FEMALE]
property = true
[RACE_INFO_VOIDELF]
property = true
[RACE_INFO_VOIDELF_FEMALE]
property = true
[RACE_INFO_VULPERA]
property = true
[RACE_INFO_VULPERA_FEMALE]
property = true
[RACE_INFO_WORGEN]
property = true
[RACE_INFO_ZANDALARITROLL]
property = true
[RACE_INFO_ZANDALARITROLL_FEMALE]
property = true
[RACIAL_SKILLS]
property = true
[RACIAL_TRAITS]
property = true
[RAF_ACTIVE_LINK_DAYS_LEFT]
property = true
[RAF_ACTIVE_LINK_EXPIRE_DATE]
property = true
[RAF_ACTIVE_RECRUIT]
property = true
[RAF_BENEFIT1]
property = true
[RAF_BENEFIT2]
property = true
[RAF_BENEFIT3]
property = true
[RAF_BENEFIT4]
property = true
[RAF_BENEFIT5]
property = true
[RAF_BENEFITS]
property = true
[RAF_BUTTON_DISABLED_FACTION]
property = true
[RAF_BUTTON_REWARD_TOOLTIP_DESCRIPTION]
property = true
[RAF_BUTTON_REWARD_TOOLTIP_TITLE]
property = true
[RAF_BUTTON_TOOLTIP_DESCRIPTION]
property = true
[RAF_BUTTON_TOOLTIP_TITLE]
property = true
[RAF_COPY_LINK]
property = true
[RAF_COPY_LINK_EXPENDED_TOOLTIP]
property = true
[RAF_DESCRIPTION]
property = true
[RAF_ELIGIBILITY_DISALLOW_FRIEND_ACCOUNT_INELIGIBLE]
property = true
[RAF_ELIGIBILITY_DISALLOW_FRIEND_ACCOUNT_REGION]
property = true
[RAF_ELIGIBILITY_DISALLOW_FRIEND_ACCOUNT_RESTRICTED]
property = true
[RAF_ELIGIBILITY_DISALLOW_RECRUITER_INACTIVE]
property = true
[RAF_ELIGIBILITY_DISALLOW_RECRUITER_INELIGIBLE]
property = true
[RAF_ELIGIBILITY_DISALLOW_REGION_MISMATCH]
property = true
[RAF_ENTER_EMAIL]
property = true
[RAF_ENTER_NOTE]
property = true
[RAF_ENTER_NOTE_PROMPT]
property = true
[RAF_EXPENDED_LINK_DAYS_LEFT]
property = true
[RAF_EXPENDED_LINK_EXPIRE_DATE]
property = true
[RAF_FAQ]
property = true
[RAF_FIRST_MONTH]
property = true
[RAF_FIRST_REWARD]
property = true
[RAF_FULL_RECRUITS]
property = true
[RAF_GENERATE_LINK]
property = true
[RAF_GRANT_LEVEL]
property = true
[RAF_INACTIVE_RECRUIT]
property = true
[RAF_INTRO_TUTORIAL_TEXT]
property = true
[RAF_INVITATION_SENT]
property = true
[RAF_INVITEE_FRIEND_ADDED_EXPLANATION]
property = true
[RAF_INVITEE_FRIEND_ADDED_NOTICE]
property = true
[RAF_INVITER_FRIEND_ADDED]
property = true
[RAF_LINK_REMAINING_USES]
property = true
[RAF_MONTHS]
property = true
[RAF_MONTHS_EARNED]
property = true
[RAF_MORE_DETAILS]
property = true
[RAF_NEXT_REWARD]
property = true
[RAF_NEXT_REWARD_AFTER]
property = true
[RAF_NO_ACTIVE_LINK]
property = true
[RAF_NO_RECRUITS_DESC]
property = true
[RAF_PENDING_RECRUIT]
property = true
[RAF_PRODUCT_CHOICE_CLAIM]
property = true
[RAF_PRODUCT_CHOICE_EARNED]
property = true
[RAF_REALM_INFO]
property = true
[RAF_RECRUITED_FRIENDS]
property = true
[RAF_RECRUITED_FRIENDS_COUNT]
property = true
[RAF_RECRUITER_FRIEND]
property = true
[RAF_RECRUITMENT]
property = true
[RAF_RECRUITMENT_DESC]
property = true
[RAF_RECRUITS_FACTION_AND_REALM]
property = true
[RAF_RECRUIT_ACTIVITY_DESCRIPTION]
property = true
[RAF_RECRUIT_FRIEND]
property = true
[RAF_RECRUIT_NAME_MULTIPLE]
property = true
[RAF_RECRUIT_TOOLTIP_DESC]
property = true
[RAF_RECRUIT_TOOLTIP_MONTH_COUNT]
property = true
[RAF_REMOVE_RECRUIT]
property = true
[RAF_REMOVE_RECRUIT_CONFIRM]
property = true
[RAF_REPEATABLE_MONTHS]
property = true
[RAF_REWARDS]
property = true
[RAF_REWARDS_DESC]
property = true
[RAF_REWARD_APPEARANCE_SET]
property = true
[RAF_REWARD_NAME_MULTIPLE]
property = true
[RAF_REWARD_SUPPRESSED]
property = true
[RAF_REWARD_TITLE]
property = true
[RAF_REWARD_TUTORIAL_TEXT]
property = true
[RAF_SEND_INVITATION]
property = true
[RAF_SPLASH_SCREEN_DESCRIPTION]
property = true
[RAF_SPLASH_SCREEN_TITLE]
property = true
[RAF_SUMMON]
property = true
[RAF_SUMMON_LINKED]
property = true
[RAF_SUMMON_WITH_COOLDOWN]
property = true
[RAF_TRIAL_RECRUIT]
property = true
[RAF_VIEW_ALL_REWARDS]
property = true
[RAF_YOU_HAVE_EARNED]
property = true
[RAGE]
property = true
[RAGE_COST]
property = true
[RAGE_COST_PER_TIME]
property = true
[RAGE_COST_PER_TIME_NO_BASE]
property = true
[RAID]
property = true
[RAIDOPTIONS_MENU]
property = true
[RAIDS]
property = true
[RAID_AND_PARTY]
property = true
[RAID_ASSISTANT]
property = true
[RAID_ASSISTANT_TOKEN]
property = true
[RAID_BOSSES]
property = true
[RAID_BOSS_MESSAGE]
property = true
[RAID_BROWSER_DESCRIPTION]
property = true
[RAID_BUFF_1]
property = true
[RAID_BUFF_2]
property = true
[RAID_BUFF_3]
property = true
[RAID_BUFF_4]
property = true
[RAID_BUFF_5]
property = true
[RAID_BUFF_6]
property = true
[RAID_BUFF_7]
property = true
[RAID_BUFF_8]
property = true
[RAID_BUFF_9]
property = true
[RAID_CONTROL]
property = true
[RAID_DESCRIPTION]
property = true
[RAID_DIFFICULTY]
property = true
[RAID_DIFFICULTY1]
property = true
[RAID_DIFFICULTY2]
property = true
[RAID_DIFFICULTY3]
property = true
[RAID_DIFFICULTY4]
property = true
[RAID_DIFFICULTY_10PLAYER]
property = true
[RAID_DIFFICULTY_10PLAYER_HEROIC]
property = true
[RAID_DIFFICULTY_20PLAYER]
property = true
[RAID_DIFFICULTY_25PLAYER]
property = true
[RAID_DIFFICULTY_25PLAYER_HEROIC]
property = true
[RAID_DIFFICULTY_40PLAYER]
property = true
[RAID_DISPLAY_HEALTH_TEXT]
property = true
[RAID_ENCOUNTERS]
property = true
[RAID_FINDER]
property = true
[RAID_FINDER_PVEFRAME]
property = true
[RAID_FRAMES_HEIGHT]
property = true
[RAID_FRAMES_LABEL]
property = true
[RAID_FRAMES_SUBTEXT]
property = true
[RAID_FRAMES_WIDTH]
property = true
[RAID_FRAME_SORT_LABEL]
property = true
[RAID_GRAPHICS_LABEL]
property = true
[RAID_GROUPS]
property = true
[RAID_HEALTH_TEXT_HEALTH]
property = true
[RAID_HEALTH_TEXT_LOSTHEALTH]
property = true
[RAID_HEALTH_TEXT_NONE]
property = true
[RAID_HEALTH_TEXT_PERC]
property = true
[RAID_INFO]
property = true
[RAID_INFORMATION]
property = true
[RAID_INFO_DESC]
property = true
[RAID_INFO_WORLD_BOSS]
property = true
[RAID_INSTANCE_EXPIRED]
property = true
[RAID_INSTANCE_EXPIRES]
property = true
[RAID_INSTANCE_EXPIRES_EXPIRED]
property = true
[RAID_INSTANCE_EXPIRES_EXTENDED]
property = true
[RAID_INSTANCE_INFO_FMT]
property = true
[RAID_INSTANCE_INFO_HDR]
property = true
[RAID_INSTANCE_LOCK_EXTENDED]
property = true
[RAID_INSTANCE_LOCK_NOT_EXTENDED]
property = true
[RAID_INSTANCE_WARNING_HOURS]
property = true
[RAID_INSTANCE_WARNING_MIN]
property = true
[RAID_INSTANCE_WARNING_MIN_SOON]
property = true
[RAID_INSTANCE_WELCOME]
property = true
[RAID_INSTANCE_WELCOME_DH]
property = true
[RAID_INSTANCE_WELCOME_EXTENDED]
property = true
[RAID_INSTANCE_WELCOME_HM]
property = true
[RAID_INSTANCE_WELCOME_LOCKED]
property = true
[RAID_INSTANCE_WELCOME_LOCKED_EXTENDED]
property = true
[RAID_LEADER]
property = true
[RAID_LEADER_TOKEN]
property = true
[RAID_MEMBERS]
property = true
[RAID_MEMBERS_AFK]
property = true
[RAID_MEMBER_NOT_READY]
property = true
[RAID_MESSAGE]
property = true
[RAID_SETTINGS]
property = true
[RAID_SETTINGS_ENABLED]
property = true
[RAID_SETTINGS_ENABLED_TOOLTIP]
property = true
[RAID_SILENCE]
property = true
[RAID_SORT_ALPHABETICAL]
property = true
[RAID_SORT_GROUP]
property = true
[RAID_SORT_ROLE]
property = true
[RAID_SUMMON_FAILED]
property = true
[RAID_SUMMON_FAILED_DEAD_OR_GHOST]
property = true
[RAID_SUMMON_FAILED_MAP_CONDITION]
property = true
[RAID_SUMMON_FAILED_MEMBERS]
property = true
[RAID_SUMMON_FAILED_OFFLINE]
property = true
[RAID_SUMMON_FAILED_RAID_LOCKED]
property = true
[RAID_SUMMON_FAILED_REALM_MISMATCH]
property = true
[RAID_TARGET_1]
property = true
[RAID_TARGET_2]
property = true
[RAID_TARGET_3]
property = true
[RAID_TARGET_4]
property = true
[RAID_TARGET_5]
property = true
[RAID_TARGET_6]
property = true
[RAID_TARGET_7]
property = true
[RAID_TARGET_8]
property = true
[RAID_TARGET_ICON]
property = true
[RAID_TARGET_NONE]
property = true
[RAID_UNSILENCE]
property = true
[RAID_USE_CLASS_COLORS]
property = true
[RAID_WARNING]
property = true
[RAID_WARNING_MESSAGE]
property = true
[RALT_KEY_TEXT]
property = true
[RANDOM_BATTLEGROUND]
property = true
[RANDOM_BATTLEGROUNDS]
property = true
[RANDOM_BATTLEGROUND_EXPLANATION]
property = true
[RANDOM_DUNGEON_IS_READY]
property = true
[RANDOM_EPIC_BATTLEGROUND]
property = true
[RANDOM_HEROIC_SCENARIO]
property = true
[RANDOM_ROLL_RESULT]
property = true
[RANDOM_SCENARIO]
property = true
[RANGED]
property = true
[RANGEDSLOT]
property = true
[RANGED_ATTACK]
property = true
[RANGED_ATTACK_POWER]
property = true
[RANGED_ATTACK_POWER_TOOLTIP]
property = true
[RANGED_ATTACK_TOOLTIP]
property = true
[RANGED_COMBATLOG_TOOLTIP]
property = true
[RANGED_CRIT_CHANCE]
property = true
[RANGED_DAMAGE_TOOLTIP]
property = true
[RANGE_DAMAGE_COMBATLOG_TOOLTIP]
property = true
[RANGE_MISSED_COMBATLOG_TOOLTIP]
property = true
[RANK]
property = true
[RANKING]
property = true
[RANK_COLON]
property = true
[RANK_POSITION]
property = true
[RARITY]
property = true
[RATEDBG_NOT_USABLE]
property = true
[RATED_BATTLEGROUND_IS_READY]
property = true
[RATED_PVP_WEEKLY_CHEST]
property = true
[RATED_PVP_WEEKLY_CHEST_EARNED]
property = true
[RATED_PVP_WEEKLY_CHEST_REQUIREMENTS]
property = true
[RATED_PVP_WEEKLY_CHEST_TOOLTIP_COLLECT]
property = true
[RATED_PVP_WEEKLY_CHEST_TOOLTIP_COMPLETE]
property = true
[RATED_PVP_WEEKLY_CHEST_TOOLTIP_INCOMPLETE]
property = true
[RATING]
property = true
[RATINGS_MENU]
property = true
[RATINGS_TEXT]
property = true
[RATING_CHANGE]
property = true
[RATING_CHANGE_TOOLTIP]
property = true
[RCTRL_KEY_TEXT]
property = true
[REACTIVATE_RAID_LOCK]
property = true
[READY]
property = true
[READY_CHECK]
property = true
[READY_CHECK_ALL_READY]
property = true
[READY_CHECK_FINISHED]
property = true
[READY_CHECK_MESSAGE]
property = true
[READY_CHECK_NO_AFK]
property = true
[READY_CHECK_START]
property = true
[READY_CHECK_YOU_WERE_AFK]
property = true
[READY_FEMALE]
property = true
[REAGENTBANK_DEPOSIT]
property = true
[REAGENTBANK_PURCHASE_TEXT]
property = true
[REAGENT_BANK]
property = true
[REAGENT_BANK_HELP]
property = true
[REALID_BATTLETAG_FRIEND_LABEL]
property = true
[REALID_FRIEND_LABEL]
property = true
[REALM_SEPARATORS]
property = true
[REALM_STATUS_DOWN]
property = true
[REALM_STATUS_UP]
property = true
[REAL_ID]
property = true
[RECOMMENDED]
property = true
[RECOVER_CORPSE]
property = true
[RECOVER_CORPSE_INSTANCE]
property = true
[RECOVER_CORPSE_TIMER]
property = true
[RECRUIT_A_FRIEND]
property = true
[RECRUIT_A_FRIEND_FACTION_PANDAREN_ALLIANCE]
property = true
[RECRUIT_A_FRIEND_FACTION_PANDAREN_HORDE]
property = true
[RECRUIT_A_FRIEND_REWARDS]
property = true
[REDUCED_LAG_TOLERANCE]
property = true
[RED_GEM]
property = true
[REFER_A_FRIEND]
property = true
[REFLECT]
property = true
[REFORGE_CURRENT]
property = true
[REFORGE_TOOLTIP_LINE]
property = true
[REFRESH]
property = true
[REFRESH_RATE]
property = true
[REFUND_TIME_REMAINING]
property = true
[RELICSLOT]
property = true
[RELIC_FORGE_CONFIRM_TRAIT]
property = true
[RELIC_FORGE_CONFIRM_TRAIT_FIRST_TIME]
property = true
[RELIC_FORGE_LEARN_TRAIT]
property = true
[RELIC_FORGE_NO_ACTIVE_LINKS]
property = true
[RELIC_FORGE_PREVIEW_RELIC_TOOLTIP]
property = true
[RELIC_FORGE_PREVIEW_RELIC_TOOLTIP_TITLE]
property = true
[RELIC_FORGE_RANK_REQUIRED]
property = true
[RELIC_FORGE_SOCKET_PREVIEW_RELIC]
property = true
[RELIC_FORGE_TRAIT_DISABLED]
property = true
[RELIC_FORGE_TUTORIAL_PREVIEW_RELIC]
property = true
[RELIC_FORGE_TUTORIAL_SOCKETED_RELIC]
property = true
[RELIC_ITEM_LEVEL_INCREASE]
property = true
[RELIC_SLOT_INVALID]
property = true
[RELIC_SLOT_TYPE_ARCANE]
property = true
[RELIC_SLOT_TYPE_BLOOD]
property = true
[RELIC_SLOT_TYPE_FEL]
property = true
[RELIC_SLOT_TYPE_FIRE]
property = true
[RELIC_SLOT_TYPE_FROST]
property = true
[RELIC_SLOT_TYPE_HOLY]
property = true
[RELIC_SLOT_TYPE_IRON]
property = true
[RELIC_SLOT_TYPE_LIFE]
property = true
[RELIC_SLOT_TYPE_SHADOW]
property = true
[RELIC_SLOT_TYPE_WATER]
property = true
[RELIC_SLOT_TYPE_WIND]
property = true
[RELIC_TOOLTIP_ATTUNED_FOR]
property = true
[RELIC_TOOLTIP_CURRENT_RANK_SPELL]
property = true
[RELIC_TOOLTIP_DISABLED_FOR_PVP]
property = true
[RELIC_TOOLTIP_ILVL_INCREASE]
property = true
[RELIC_TOOLTIP_RANK_INCREASE]
property = true
[RELIC_TOOLTIP_RANK_INCREASE_INACTIVE]
property = true
[RELIC_TOOLTIP_RANK_INCREASE_OTHER_ARTIFACT]
property = true
[RELIC_TOOLTIP_RANK_INCREASE_RANDOM]
property = true
[RELIC_TOOLTIP_TYPE]
property = true
[RELOADUI]
property = true
[REMOTE_CHAT]
property = true
[REMOVE]
property = true
[REMOVE_AUTHENTICATOR_FROM_RANK]
property = true
[REMOVE_BLOCK]
property = true
[REMOVE_CHAT_DELAY_TEXT]
property = true
[REMOVE_FAVORITE_STATUS]
property = true
[REMOVE_FOLLOWER]
property = true
[REMOVE_FRIEND]
property = true
[REMOVE_FRIEND_CONFIRMATION]
property = true
[REMOVE_GUILDMEMBER_LABEL]
property = true
[REMOVE_IGNORE]
property = true
[REMOVE_MODERATOR]
property = true
[REMOVE_MUTE]
property = true
[REMOVE_PLAYER]
property = true
[REMOVE_RECRUIT_CONFIRM_STRING]
property = true
[REMOVE_WORLD_MARKERS]
property = true
[RENAME_ARENA_TEAM]
property = true
[RENAME_ARENA_TEAM_LABEL]
property = true
[RENAME_CHAT_WINDOW]
property = true
[RENAME_GUILD]
property = true
[RENAME_GUILD_LABEL]
property = true
[RENDER_RESOLUTION]
property = true
[RENDER_RESOLUTION_LABEL]
property = true
[RENDER_SCALE]
property = true
[REPAIR_ALL_ITEMS]
property = true
[REPAIR_AN_ITEM]
property = true
[REPAIR_COST]
property = true
[REPAIR_ITEMS]
property = true
[REPLACE]
property = true
[REPLACES_SPELL]
property = true
[REPLACE_ENCHANT]
property = true
[REPLY_MESSAGE]
property = true
[REPORT_ABUSE]
property = true
[REPORT_APPRECIATION]
property = true
[REPORT_BAD_GUILD_NAME]
property = true
[REPORT_BAD_LANGUAGE]
property = true
[REPORT_BAD_LANGUAGE_CONFIRMATION]
property = true
[REPORT_BAD_NAME]
property = true
[REPORT_BATTLEPET_NAME_CONFIRMATION]
property = true
[REPORT_BEHAVIOR_WARNING]
property = true
[REPORT_CHEATING]
property = true
[REPORT_CHEATING_EDITBOX_INFO]
property = true
[REPORT_CHEATING_TEXT1]
property = true
[REPORT_CHEATING_TITLE]
property = true
[REPORT_MULTIPLE_PVP_AFK_SENT]
property = true
[REPORT_OPEN_MESSAGE]
property = true
[REPORT_PET_NAME]
property = true
[REPORT_PET_NAME_CONFIRMATION]
property = true
[REPORT_PHYSICAL_HARASSMENT]
property = true
[REPORT_PLAYER]
property = true
[REPORT_PLAYER_BUTTON_SHORT]
property = true
[REPORT_PLAYER_COMMENT_PROMPT]
property = true
[REPORT_PLAYER_FOR]
property = true
[REPORT_PLAYER_LABEL]
property = true
[REPORT_PVP_AFK_SENT]
property = true
[REPORT_SPAM]
property = true
[REPORT_SPAMMING]
property = true
[REPORT_SPAM_CONFIRMATION]
property = true
[REPORT_THREAT]
property = true
[REPORT_VERBAL_HARASSMENT]
property = true
[REPUTATION]
property = true
[REPUTATION_ABBR]
property = true
[REPUTATION_AT_WAR_DESCRIPTION]
property = true
[REPUTATION_EXALTED_PLUS_HELP]
property = true
[REPUTATION_FACTION_DESCRIPTION]
property = true
[REPUTATION_MOVE_TO_INACTIVE]
property = true
[REPUTATION_PROGRESS_FORMAT]
property = true
[REPUTATION_SHOW_AS_XP]
property = true
[REPUTATION_STANDING_DESCRIPTION]
property = true
[REPUTATION_STATUS_AT_PEACE]
property = true
[REPUTATION_STATUS_AT_WAR]
property = true
[REPUTATION_STATUS_NOT_AT_PEACE]
property = true
[REPUTATION_STATUS_PERMANENT_AT_PEACE]
property = true
[REPUTATION_STATUS_PERMANENT_AT_WAR]
property = true
[REQUEST_GUILD_MEMBERSHIP]
property = true
[REQUEST_INVITE]
property = true
[REQUEST_ROLL]
property = true
[REQUEST_SIGNATURE]
property = true
[REQUEUE_CONFIRM_YOUR_ROLE]
property = true
[REQUIRED_MONEY]
property = true
[REQUIREMENTS]
property = true
[REQUIRES_AZERITE_LEVEL_TOOLTIP]
property = true
[REQUIRES_CHI]
property = true
[REQUIRES_GUILD_ACHIEVEMENT]
property = true
[REQUIRES_GUILD_FACTION]
property = true
[REQUIRES_GUILD_FACTION_TOOLTIP]
property = true
[REQUIRES_HOLY_POWER]
property = true
[REQUIRES_LABEL]
property = true
[REQUIRES_OR_SPECIALIZATIONS]
property = true
[REQUIRES_RELOAD]
property = true
[REQUIRES_RUNIC_POWER]
property = true
[REQUIRES_SPECIALIZATION]
property = true
[REQ_LEVEL_ABBR]
property = true
[RESAMPLE_QUALITY]
property = true
[RESAMPLE_QUALITY_BICUBIC]
property = true
[RESAMPLE_QUALITY_BILINEAR]
property = true
[RESEARCH_COST]
property = true
[RESEARCH_CURRENCY_COST]
property = true
[RESEARCH_TIME_LABEL]
property = true
[RESET]
property = true
[RESETGAME]
property = true
[RESETS_IN]
property = true
[RESET_ALL_WINDOWS]
property = true
[RESET_CHALLENGE_MODE]
property = true
[RESET_CHAT_POSITION]
property = true
[RESET_CHAT_WINDOW]
property = true
[RESET_CHAT_WINDOW_POSITIONS]
property = true
[RESET_FAILED_NOTIFY]
property = true
[RESET_INSTANCES]
property = true
[RESET_POSITION]
property = true
[RESET_TO_DEFAULT]
property = true
[RESET_TUTORIALS]
property = true
[RESILIENCE]
property = true
[RESILIENCE_ABBR]
property = true
[RESILIENCE_LCD]
property = true
[RESILIENCE_TOOLTIP]
property = true
[RESIST]
property = true
[RESISTANCE0_NAME]
property = true
[RESISTANCE1_NAME]
property = true
[RESISTANCE2_NAME]
property = true
[RESISTANCE3_NAME]
property = true
[RESISTANCE4_NAME]
property = true
[RESISTANCE5_NAME]
property = true
[RESISTANCE6_NAME]
property = true
[RESISTANCE_EXCELLENT]
property = true
[RESISTANCE_FAIR]
property = true
[RESISTANCE_GOOD]
property = true
[RESISTANCE_LABEL]
property = true
[RESISTANCE_NONE]
property = true
[RESISTANCE_POOR]
property = true
[RESISTANCE_TEMPLATE]
property = true
[RESISTANCE_TOOLTIP_SUBTEXT]
property = true
[RESISTANCE_TYPE0]
property = true
[RESISTANCE_TYPE1]
property = true
[RESISTANCE_TYPE2]
property = true
[RESISTANCE_TYPE3]
property = true
[RESISTANCE_TYPE4]
property = true
[RESISTANCE_TYPE5]
property = true
[RESISTANCE_TYPE6]
property = true
[RESISTANCE_VERYGOOD]
property = true
[RESIST_TRAILER]
property = true
[RESOLUTION]
property = true
[RESOLUTION_LABEL]
property = true
[RESOLUTION_SUBTEXT]
property = true
[RESURRECT]
property = true
[RESURRECTABLE]
property = true
[RESURRECT_REQUEST]
property = true
[RESURRECT_REQUEST_NO_SICKNESS]
property = true
[RESURRECT_REQUEST_NO_SICKNESS_TIMER]
property = true
[RESURRECT_REQUEST_TIMER]
property = true
[RETINA_CURSOR]
property = true
[RETRIEVING_DATA]
property = true
[RETRIEVING_INVITE_LIST]
property = true
[RETRIEVING_ITEM_INFO]
property = true
[RETRIEVING_TRADESKILL_INFO]
property = true
[RETURN_TO_DEFAULT]
property = true
[RETURN_TO_GAME]
property = true
[RETURN_TO_GRAVEYARD]
property = true
[RETURN_TO_WORLD]
property = true
[REVERSE_CLEAN_UP_BAGS_TEXT]
property = true
[REVERSE_NEW_LOOT_TEXT]
property = true
[REVERT]
property = true
[REWARD]
property = true
[REWARDS]
property = true
[REWARD_ABILITY]
property = true
[REWARD_AURA]
property = true
[REWARD_CHOICES]
property = true
[REWARD_CHOOSE]
property = true
[REWARD_FOLLOWER]
property = true
[REWARD_FOR_PVP_COMPETING]
property = true
[REWARD_FOR_PVP_WIN]
property = true
[REWARD_FOR_PVP_WIN_HONOR]
property = true
[REWARD_FOR_SPECFIC_PVP_WIN]
property = true
[REWARD_ITEMS]
property = true
[REWARD_ITEMS_ONLY]
property = true
[REWARD_REPUTATION]
property = true
[REWARD_REPUTATION_TEXT]
property = true
[REWARD_SPELL]
property = true
[REWARD_TITLE]
property = true
[REWARD_TRADESKILL_SPELL]
property = true
[REWARD_UNLOCK]
property = true
[RF_COOLDOWN_ADDITIONAL_PEOPLE]
property = true
[RF_COOLDOWN_OTHER]
property = true
[RF_COOLDOWN_YOU]
property = true
[RF_DESERTER_OTHER]
property = true
[RF_DESERTER_YOU]
property = true
[RF_REWARD_EXPLANATION1]
property = true
[RF_REWARD_EXPLANATION2]
property = true
[RID_FRIEND_REQUEST_INFO]
property = true
[RIGHT_CLICK_MESSAGE]
property = true
[ROGUE_AGILITY_TOOLTIP]
property = true
[ROGUE_ASS_CORE_ABILITY_1]
property = true
[ROGUE_ASS_CORE_ABILITY_2]
property = true
[ROGUE_ASS_CORE_ABILITY_3]
property = true
[ROGUE_ASS_CORE_ABILITY_4]
property = true
[ROGUE_ASS_CORE_ABILITY_5]
property = true
[ROGUE_ASS_CORE_ABILITY_6]
property = true
[ROGUE_COMBAT_CORE_ABILITY_1]
property = true
[ROGUE_COMBAT_CORE_ABILITY_2]
property = true
[ROGUE_COMBAT_CORE_ABILITY_3]
property = true
[ROGUE_COMBAT_CORE_ABILITY_4]
property = true
[ROGUE_COMBAT_CORE_ABILITY_5]
property = true
[ROGUE_COMBAT_CORE_ABILITY_6]
property = true
[ROGUE_SUB_CORE_ABILITY_1]
property = true
[ROGUE_SUB_CORE_ABILITY_2]
property = true
[ROGUE_SUB_CORE_ABILITY_3]
property = true
[ROGUE_SUB_CORE_ABILITY_4]
property = true
[ROGUE_SUB_CORE_ABILITY_5]
property = true
[ROGUE_SUB_CORE_ABILITY_6]
property = true
[ROLE]
property = true
[ROLE_CHANGED_INFORM]
property = true
[ROLE_CHANGED_INFORM_WITH_SOURCE]
property = true
[ROLE_CHECK_IN_PROGRESS_TOOLTIP]
property = true
[ROLE_DESCRIPTION1]
property = true
[ROLE_DESCRIPTION2]
property = true
[ROLE_DESCRIPTION3]
property = true
[ROLE_DESCRIPTION_DAMAGER]
property = true
[ROLE_DESCRIPTION_HEALER]
property = true
[ROLE_DESCRIPTION_TANK]
property = true
[ROLE_POLL]
property = true
[ROLE_REMOVED_INFORM]
property = true
[ROLE_REMOVED_INFORM_WITH_SOURCE]
property = true
[ROLL]
property = true
[ROLL_DISENCHANT]
property = true
[ROLL_DISENCHANT_NEWBIE]
property = true
[ROTATE_LEFT]
property = true
[ROTATE_MINIMAP]
property = true
[ROTATE_RIGHT]
property = true
[ROTATE_TOOLTIP]
property = true
[RSHIFT_KEY_TEXT]
property = true
[RUNES]
property = true
[RUNES_TOOLTIP]
property = true
[RUNE_COST]
property = true
[RUNE_COST_BLOOD]
property = true
[RUNE_COST_CHROMATIC]
property = true
[RUNE_COST_FROST]
property = true
[RUNE_COST_ONGOING]
property = true
[RUNE_COST_UNHOLY]
property = true
[RUNIC_POWER]
property = true
[RUNIC_POWER_COST]
property = true
[RUNIC_POWER_COST_PER_TIME]
property = true
[RUNIC_POWER_COST_PER_TIME_NO_BASE]
property = true
[RURU]
property = true
[RUSSIAN_DECLENSION]
property = true
[RUSSIAN_DECLENSION_1]
property = true
[RUSSIAN_DECLENSION_2]
property = true
[RUSSIAN_DECLENSION_3]
property = true
[RUSSIAN_DECLENSION_4]
property = true
[RUSSIAN_DECLENSION_5]
property = true
[RUSSIAN_DECLENSION_EXAMPLE_1]
property = true
[RUSSIAN_DECLENSION_EXAMPLE_2]
property = true
[RUSSIAN_DECLENSION_EXAMPLE_3]
property = true
[RUSSIAN_DECLENSION_EXAMPLE_4]
property = true
[RUSSIAN_DECLENSION_EXAMPLE_5]
property = true
[SALE_PRICE_COLON]
property = true
[SAMPLE_REWARD_WITH_COLON]
property = true
[SANCTUARY_TERRITORY]
property = true
[SAVE]
property = true
[SAVED_VARIABLES_TOO_LARGE]
property = true
[SAVE_CHANGES]
property = true
[SAY]
property = true
[SAY_MESSAGE]
property = true
[SCENARIOS]
property = true
[SCENARIOS_PVEFRAME]
property = true
[SCENARIO_BONUS_CURRENCY_FORMAT]
property = true
[SCENARIO_BONUS_FAILURE]
property = true
[SCENARIO_BONUS_LABEL]
property = true
[SCENARIO_BONUS_OBJECTIVES]
property = true
[SCENARIO_BONUS_OBJECTIVES_DESCRIPTION]
property = true
[SCENARIO_BONUS_REWARD]
property = true
[SCENARIO_BONUS_SUCCESS]
property = true
[SCENARIO_BONUS_VALOR]
property = true
[SCENARIO_COMPLETED]
property = true
[SCENARIO_COMPLETED_GENERIC]
property = true
[SCENARIO_INVASION_COMPLETE]
property = true
[SCENARIO_INVASION_REWARD_TOOLTIP_TEXT]
property = true
[SCENARIO_RANDOM_EXPLANATION]
property = true
[SCENARIO_RANDOM_HEROIC_EXPLANATION]
property = true
[SCENARIO_STAGE]
property = true
[SCENARIO_STAGE_FINAL]
property = true
[SCENARIO_STAGE_STATUS]
property = true
[SCENE_ACTOR_NAME_001]
property = true
[SCENE_ACTOR_NAME_002]
property = true
[SCENE_ACTOR_NAME_003]
property = true
[SCENE_ACTOR_NAME_004]
property = true
[SCENE_ACTOR_NAME_005]
property = true
[SCENE_ACTOR_NAME_006]
property = true
[SCENE_ACTOR_NAME_F_001]
property = true
[SCENE_ACTOR_NAME_F_002]
property = true
[SCENE_ACTOR_NAME_F_003]
property = true
[SCENE_ACTOR_NAME_F_004]
property = true
[SCENE_ACTOR_NAME_F_006]
property = true
[SCORE_DAMAGE_DONE]
property = true
[SCORE_FLAGS_CAPTURED]
property = true
[SCORE_FLAGS_RETURNED]
property = true
[SCORE_HEALING_DONE]
property = true
[SCORE_HONORABLE_KILLS]
property = true
[SCORE_HONOR_GAINED]
property = true
[SCORE_KILLING_BLOWS]
property = true
[SCORE_POWER_UPS]
property = true
[SCORE_RATING_CHANGE]
property = true
[SCORE_TEAM_SKILL]
property = true
[SCRAPPING_MACHINE_TITLE]
property = true
[SCRAP_BUTTON]
property = true
[SCREENSHOT_FAILURE]
property = true
[SCREENSHOT_SUCCESS]
property = true
[SCROLL_OF_RESURRECTION]
property = true
[SCROLL_OF_RESURRECTION_TOOLTIP]
property = true
[SEARCH]
property = true
[SEARCHING]
property = true
[SEARCHING_FOR_GROUPS_NEEDS]
property = true
[SEARCHING_FOR_ITEMS]
property = true
[SEARCH_LOADING_TEXT]
property = true
[SEARCH_PROGRESS_BAR_TEXT]
property = true
[SECONDARY]
property = true
[SECONDARYHANDSLOT]
property = true
[SECONDARY_SKILLS]
property = true
[SECONDS]
property = true
[SECONDS_ABBR]
property = true
[SECOND_NUMBER]
property = true
[SECOND_NUMBER_CAP]
property = true
[SECOND_NUMBER_CAP_NO_SPACE]
property = true
[SECOND_ONELETTER_ABBR]
property = true
[SECURE_ABILITY_TOGGLE]
property = true
[SELECT_AZERITE_POWER_TOOLTIP]
property = true
[SELECT_CATEGORY]
property = true
[SELECT_LOOT_SPECIALIZATION]
property = true
[SELECT_LOOT_SPECIALIZATION_TOOLTIP]
property = true
[SELECT_YOUR_ROLE]
property = true
[SELFMUTED]
property = true
[SELF_HIGHLIGHT_MODE_CIRCLE]
property = true
[SELF_HIGHLIGHT_MODE_CIRCLE_AND_OUTLINE]
property = true
[SELF_HIGHLIGHT_MODE_OUTLINE]
property = true
[SELF_HIGHLIGHT_OFF]
property = true
[SELF_HIGHLIGHT_ON]
property = true
[SELF_HIGHLIGHT_OPTION]
property = true
[SELL_PRICE]
property = true
[SENDMAIL]
property = true
[SENDMAIL_TEXT]
property = true
[SEND_BATTLETAG_FRIEND_REQUEST]
property = true
[SEND_BATTLETAG_REQUEST]
property = true
[SEND_BUG]
property = true
[SEND_ITEMS_TO_STRANGER_WARNING]
property = true
[SEND_LABEL]
property = true
[SEND_MAIL_COST]
property = true
[SEND_MESSAGE]
property = true
[SEND_MONEY]
property = true
[SEND_MONEY_CONFIRMATION]
property = true
[SEND_MONEY_TO_STRANGER_WARNING]
property = true
[SEND_REQUEST]
property = true
[SEND_SCROLL_OF_RESURRECTION]
property = true
[SEND_SUGGEST]
property = true
[SERVER_CHANNELS]
property = true
[SERVER_MESSAGE_COLON]
property = true
[SERVER_MESSAGE_PREFIX]
property = true
[SETTINGS]
property = true
[SETTING_BELOW_GRAPHICSQUALITY]
property = true
[SETTING_BELOW_GRAPHICSQUALITY_32BIT]
property = true
[SET_COMMENT_LABEL]
property = true
[SET_FACTION_LFG_BONUS_REP]
property = true
[SET_FACTION_LFG_BONUS_REP_TOOLTIP]
property = true
[SET_FOCUS]
property = true
[SET_FRIENDNOTE_LABEL]
property = true
[SET_GUILDMOTD_LABEL]
property = true
[SET_GUILDOFFICERNOTE_LABEL]
property = true
[SET_GUILDPLAYERNOTE_LABEL]
property = true
[SET_MAIN_ASSIST]
property = true
[SET_MAIN_TANK]
property = true
[SET_NOTE]
property = true
[SET_RAID_ASSISTANT]
property = true
[SET_RAID_LEADER]
property = true
[SET_ROLE]
property = true
[SHADOW_ORBS]
property = true
[SHADOW_ORBS_COST]
property = true
[SHADOW_ORBS_COST_PER_TIME]
property = true
[SHADOW_ORBS_COST_PER_TIME_NO_BASE]
property = true
[SHADOW_ORBS_POWER]
property = true
[SHADOW_ORBS_TOOLTIP]
property = true
[SHADOW_QUALITY]
property = true
[SHAMAN_ELE_CORE_ABILITY_1]
property = true
[SHAMAN_ELE_CORE_ABILITY_2]
property = true
[SHAMAN_ELE_CORE_ABILITY_3]
property = true
[SHAMAN_ELE_CORE_ABILITY_4]
property = true
[SHAMAN_ELE_CORE_ABILITY_5]
property = true
[SHAMAN_ELE_CORE_ABILITY_6]
property = true
[SHAMAN_ENHANCE_CORE_ABILITY_1]
property = true
[SHAMAN_ENHANCE_CORE_ABILITY_2]
property = true
[SHAMAN_ENHANCE_CORE_ABILITY_3]
property = true
[SHAMAN_ENHANCE_CORE_ABILITY_4]
property = true
[SHAMAN_ENHANCE_CORE_ABILITY_5]
property = true
[SHAMAN_ENHANCE_CORE_ABILITY_6]
property = true
[SHAMAN_INTELLECT_TOOLTIP]
property = true
[SHAMAN_RESTO_CORE_ABILITY_1]
property = true
[SHAMAN_RESTO_CORE_ABILITY_2]
property = true
[SHAMAN_RESTO_CORE_ABILITY_3]
property = true
[SHAMAN_RESTO_CORE_ABILITY_4]
property = true
[SHAMAN_RESTO_CORE_ABILITY_5]
property = true
[SHAMAN_RESTO_CORE_ABILITY_6]
property = true
[SHAMAN_STRENGTH_TOOLTIP]
property = true
[SHARDS]
property = true
[SHARE_QUEST]
property = true
[SHARE_QUEST_ABBREV]
property = true
[SHARE_QUEST_TEXT]
property = true
[SHA_ENERGY]
property = true
[SHIELDSLOT]
property = true
[SHIELD_BLOCK_TEMPLATE]
property = true
[SHIFT_KEY]
property = true
[SHIFT_KEY_TEXT]
property = true
[SHIFT_KEY_TEXT_ABBR]
property = true
[SHIRTSLOT]
property = true
[SHORT]
property = true
[SHORTDATE]
property = true
[SHORTDATENOYEAR]
property = true
[SHORTDATENOYEAR_EU]
property = true
[SHORTDATE_EU]
property = true
[SHOULDERSLOT]
property = true
[SHOW]
property = true
[SHOW_ACCOUNT_ACHIEVEMENTS]
property = true
[SHOW_ALL_ENEMY_DEBUFFS_TEXT]
property = true
[SHOW_ALL_SPELL_RANKS]
property = true
[SHOW_ARENA_ENEMY_CASTBAR_TEXT]
property = true
[SHOW_ARENA_ENEMY_FRAMES_TEXT]
property = true
[SHOW_ARENA_ENEMY_PETS_TEXT]
property = true
[SHOW_BATTLEFIELDMINIMAP_PLAYERS]
property = true
[SHOW_BATTLENET_TOASTS]
property = true
[SHOW_BRACES]
property = true
[SHOW_BRACES_COMBATLOG_TOOLTIP]
property = true
[SHOW_BUFFS]
property = true
[SHOW_BUFF_DURATION_TEXT]
property = true
[SHOW_CASTABLE_BUFFS_TEXT]
property = true
[SHOW_CASTABLE_DEBUFFS_TEXT]
property = true
[SHOW_CHAT_ICONS]
property = true
[SHOW_CLASS_COLOR]
property = true
[SHOW_CLASS_COLOR_IN_V_KEY]
property = true
[SHOW_CLOAK]
property = true
[SHOW_CLOCK]
property = true
[SHOW_COMBAT_HEALING]
property = true
[SHOW_COMBAT_HEALING_ABSORB_SELF]
property = true
[SHOW_COMBAT_HEALING_ABSORB_TARGET]
property = true
[SHOW_COMBAT_TEXT_TEXT]
property = true
[SHOW_DAMAGE_TEXT]
property = true
[SHOW_DEBUFFS]
property = true
[SHOW_DISPELLABLE_DEBUFFS_TEXT]
property = true
[SHOW_DUNGEON_ENTRACES_ON_MAP_TEXT]
property = true
[SHOW_ENEMY_CAST]
property = true
[SHOW_FACTION_ON_MAINSCREEN]
property = true
[SHOW_FREE_BAG_SLOTS_TEXT]
property = true
[SHOW_FRIENDS_LIST]
property = true
[SHOW_FULLSCREEN_STATUS_TEXT]
property = true
[SHOW_GUILD_NAMES]
property = true
[SHOW_HD_MODELS_TEXT]
property = true
[SHOW_HELM]
property = true
[SHOW_IGNORE_LIST]
property = true
[SHOW_ITEM_LEVEL]
property = true
[SHOW_LOOT_SPAM]
property = true
[SHOW_LUA_ERRORS]
property = true
[SHOW_MAP]
property = true
[SHOW_MULTIBAR1_TEXT]
property = true
[SHOW_MULTIBAR2_TEXT]
property = true
[SHOW_MULTIBAR3_TEXT]
property = true
[SHOW_MULTIBAR4_TEXT]
property = true
[SHOW_NAMEPLATE_LOSE_AGGRO_FLASH]
property = true
[SHOW_NEWBIE_TIPS_TEXT]
property = true
[SHOW_NPC_NAMES]
property = true
[SHOW_NUMERIC_THREAT]
property = true
[SHOW_OFFLINE_MEMBERS]
property = true
[SHOW_ON_BACKPACK]
property = true
[SHOW_OTHER_TARGET_EFFECTS]
property = true
[SHOW_OWN_NAME]
property = true
[SHOW_PARTY_BACKGROUND_TEXT]
property = true
[SHOW_PARTY_PETS_TEXT]
property = true
[SHOW_PARTY_TEXT_TEXT]
property = true
[SHOW_PETBATTLE_COMBAT_TEXT]
property = true
[SHOW_PET_BATTLES_ON_MAP_TEXT]
property = true
[SHOW_PET_MELEE_DAMAGE]
property = true
[SHOW_PET_NAMEPLATES]
property = true
[SHOW_PET_SPELL_DAMAGE]
property = true
[SHOW_PLAYER_NAMES]
property = true
[SHOW_PLAYER_TITLES]
property = true
[SHOW_POINTS_AS_AVG]
property = true
[SHOW_PRIMARY_PROFESSION_ON_MAP_TEXT]
property = true
[SHOW_QUEST_FADING_TEXT]
property = true
[SHOW_QUEST_OBJECTIVES_ON_MAP_TEXT]
property = true
[SHOW_QUICK_BUTTON]
property = true
[SHOW_RAID_RANGE_TEXT]
property = true
[SHOW_SECONDARY_PROFESSION_ON_MAP_TEXT]
property = true
[SHOW_TARGET]
property = true
[SHOW_TARGET_CASTBAR]
property = true
[SHOW_TARGET_CASTBAR_IN_V_KEY]
property = true
[SHOW_TARGET_CASTBAR_IN_V_KEY_ONLY_ON_TARGET]
property = true
[SHOW_TARGET_CASTBAR_IN_V_KEY_SPELL_NAME]
property = true
[SHOW_TARGET_EFFECTS]
property = true
[SHOW_TARGET_OF_TARGET_TEXT]
property = true
[SHOW_TIMESTAMP]
property = true
[SHOW_TIPOFTHEDAY_TEXT]
property = true
[SHOW_TOAST_BROADCAST_TEXT]
property = true
[SHOW_TOAST_CONVERSATION_TEXT]
property = true
[SHOW_TOAST_FRIEND_REQUEST_TEXT]
property = true
[SHOW_TOAST_OFFLINE_TEXT]
property = true
[SHOW_TOAST_ONLINE_TEXT]
property = true
[SHOW_TOAST_WINDOW_TEXT]
property = true
[SHOW_TUTORIALS]
property = true
[SHOW_UNIT_NAMES]
property = true
[SIGN_CHARTER]
property = true
[SIGN_UP]
property = true
[SILVER_AMOUNT]
property = true
[SILVER_AMOUNT_SYMBOL]
property = true
[SILVER_AMOUNT_TEXTURE]
property = true
[SIMPLE_CHAT_OPTION_ENABLE_INTERRUPT]
property = true
[SIMPLE_CHAT_TEXT]
property = true
[SIMPLE_QUEST_WATCH_TEXT]
property = true
[SINGLE_DAMAGE_TEMPLATE]
property = true
[SINGLE_DAMAGE_TEMPLATE_WITH_SCHOOL]
property = true
[SINGLE_PAGE_RESULTS_TEMPLATE]
property = true
[SKILL]
property = true
[SKILLS]
property = true
[SKILLS_ABBR]
property = true
[SKILLUPS]
property = true
[SKILLUP_TOOLTIP]
property = true
[SKILL_ABBR]
property = true
[SKILL_DESCRIPTION]
property = true
[SKILL_INCREMENT_COST]
property = true
[SKILL_INCREMENT_COST_SINGULAR]
property = true
[SKILL_LEARNING_COST]
property = true
[SKILL_LEARNING_COST_SINGULAR]
property = true
[SKILL_LEVEL]
property = true
[SKILL_POINTS_ABBR]
property = true
[SKILL_POINTS_TOOLTIP]
property = true
[SKILL_RANK_UP]
property = true
[SKIN_COLOR]
property = true
[SKIRMISH]
property = true
[SKIRMISH_2V2]
property = true
[SKIRMISH_3V3]
property = true
[SLASH_ACHIEVEMENTUI1]
property = true
[SLASH_ACHIEVEMENTUI2]
property = true
[SLASH_ACHIEVEMENTUI3]
property = true
[SLASH_ACHIEVEMENTUI4]
property = true
[SLASH_ACHIEVEMENTUI5]
property = true
[SLASH_ACHIEVEMENTUI6]
property = true
[SLASH_ACHIEVEMENTUI7]
property = true
[SLASH_ACHIEVEMENTUI8]
property = true
[SLASH_API1]
property = true
[SLASH_API2]
property = true
[SLASH_ASSIST1]
property = true
[SLASH_ASSIST2]
property = true
[SLASH_ASSIST3]
property = true
[SLASH_ASSIST4]
property = true
[SLASH_BENCHMARK1]
property = true
[SLASH_BENCHMARK2]
property = true
[SLASH_CALENDAR1]
property = true
[SLASH_CALENDAR2]
property = true
[SLASH_CANCELAURA1]
property = true
[SLASH_CANCELAURA2]
property = true
[SLASH_CANCELFORM1]
property = true
[SLASH_CANCELFORM2]
property = true
[SLASH_CANCELQUEUEDSPELL1]
property = true
[SLASH_CANCELQUEUEDSPELL2]
property = true
[SLASH_CANCELQUEUEDSPELL3]
property = true
[SLASH_CANCELQUEUEDSPELL4]
property = true
[SLASH_CAST1]
property = true
[SLASH_CAST2]
property = true
[SLASH_CAST3]
property = true
[SLASH_CAST4]
property = true
[SLASH_CASTGLYPH1]
property = true
[SLASH_CASTGLYPH2]
property = true
[SLASH_CASTRANDOM1]
property = true
[SLASH_CASTRANDOM2]
property = true
[SLASH_CASTSEQUENCE1]
property = true
[SLASH_CASTSEQUENCE2]
property = true
[SLASH_CHANGEACTIONBAR1]
property = true
[SLASH_CHANGEACTIONBAR2]
property = true
[SLASH_CHANNEL1]
property = true
[SLASH_CHANNEL2]
property = true
[SLASH_CHANNEL3]
property = true
[SLASH_CHANNEL4]
property = true
[SLASH_CHATLOG1]
property = true
[SLASH_CHATLOG2]
property = true
[SLASH_CHAT_AFK1]
property = true
[SLASH_CHAT_AFK2]
property = true
[SLASH_CHAT_AFK3]
property = true
[SLASH_CHAT_AFK4]
property = true
[SLASH_CHAT_ANNOUNCE1]
property = true
[SLASH_CHAT_ANNOUNCE2]
property = true
[SLASH_CHAT_ANNOUNCE3]
property = true
[SLASH_CHAT_ANNOUNCE4]
property = true
[SLASH_CHAT_BAN1]
property = true
[SLASH_CHAT_BAN2]
property = true
[SLASH_CHAT_CINVITE1]
property = true
[SLASH_CHAT_CINVITE2]
property = true
[SLASH_CHAT_CINVITE3]
property = true
[SLASH_CHAT_CINVITE4]
property = true
[SLASH_CHAT_DND1]
property = true
[SLASH_CHAT_DND2]
property = true
[SLASH_CHAT_DND3]
property = true
[SLASH_CHAT_DND4]
property = true
[SLASH_CHAT_DND5]
property = true
[SLASH_CHAT_DND6]
property = true
[SLASH_CHAT_HELP1]
property = true
[SLASH_CHAT_HELP2]
property = true
[SLASH_CHAT_HELP3]
property = true
[SLASH_CHAT_HELP4]
property = true
[SLASH_CHAT_HELP5]
property = true
[SLASH_CHAT_KICK1]
property = true
[SLASH_CHAT_KICK2]
property = true
[SLASH_CHAT_MODERATE1]
property = true
[SLASH_CHAT_MODERATE2]
property = true
[SLASH_CHAT_MODERATOR1]
property = true
[SLASH_CHAT_MODERATOR2]
property = true
[SLASH_CHAT_MODERATOR3]
property = true
[SLASH_CHAT_MODERATOR4]
property = true
[SLASH_CHAT_MUTE1]
property = true
[SLASH_CHAT_MUTE2]
property = true
[SLASH_CHAT_MUTE3]
property = true
[SLASH_CHAT_MUTE4]
property = true
[SLASH_CHAT_MUTE5]
property = true
[SLASH_CHAT_MUTE6]
property = true
[SLASH_CHAT_OWNER1]
property = true
[SLASH_CHAT_OWNER2]
property = true
[SLASH_CHAT_PASSWORD1]
property = true
[SLASH_CHAT_PASSWORD2]
property = true
[SLASH_CHAT_PASSWORD3]
property = true
[SLASH_CHAT_PASSWORD4]
property = true
[SLASH_CHAT_PASSWORD5]
property = true
[SLASH_CHAT_UNBAN1]
property = true
[SLASH_CHAT_UNBAN2]
property = true
[SLASH_CHAT_UNMODERATOR1]
property = true
[SLASH_CHAT_UNMODERATOR2]
property = true
[SLASH_CHAT_UNMODERATOR3]
property = true
[SLASH_CHAT_UNMODERATOR4]
property = true
[SLASH_CHAT_UNMUTE1]
property = true
[SLASH_CHAT_UNMUTE2]
property = true
[SLASH_CHAT_UNMUTE3]
property = true
[SLASH_CHAT_UNMUTE4]
property = true
[SLASH_CHAT_UNMUTE5]
property = true
[SLASH_CHAT_UNMUTE6]
property = true
[SLASH_CLEAR1]
property = true
[SLASH_CLEAR2]
property = true
[SLASH_CLEARFOCUS1]
property = true
[SLASH_CLEARFOCUS2]
property = true
[SLASH_CLEARMAINASSIST1]
property = true
[SLASH_CLEARMAINASSIST2]
property = true
[SLASH_CLEARMAINASSIST3]
property = true
[SLASH_CLEARMAINASSIST4]
property = true
[SLASH_CLEARMAINTANK1]
property = true
[SLASH_CLEARMAINTANK2]
property = true
[SLASH_CLEARMAINTANK3]
property = true
[SLASH_CLEARMAINTANK4]
property = true
[SLASH_CLEARTARGET1]
property = true
[SLASH_CLEARTARGET2]
property = true
[SLASH_CLEAR_WORLD_MARKER1]
property = true
[SLASH_CLEAR_WORLD_MARKER2]
property = true
[SLASH_CLEAR_WORLD_MARKER3]
property = true
[SLASH_CLEAR_WORLD_MARKER4]
property = true
[SLASH_CLICK1]
property = true
[SLASH_CLICK2]
property = true
[SLASH_COMBATLOG1]
property = true
[SLASH_COMBATLOG2]
property = true
[SLASH_COMMENTATOROVERRIDE_SUCCESS]
property = true
[SLASH_COMMENTATOR_ASSIGNPLAYER1]
property = true
[SLASH_COMMENTATOR_ASSIGNPLAYER2]
property = true
[SLASH_COMMENTATOR_ASSIGNPLAYER3]
property = true
[SLASH_COMMENTATOR_ASSIGNPLAYER4]
property = true
[SLASH_COMMENTATOR_ASSIGNPLAYER_SUCCESS]
property = true
[SLASH_COMMENTATOR_NAMETEAM1]
property = true
[SLASH_COMMENTATOR_NAMETEAM2]
property = true
[SLASH_COMMENTATOR_NAMETEAM3]
property = true
[SLASH_COMMENTATOR_NAMETEAM4]
property = true
[SLASH_COMMENTATOR_NAMETEAM_SUCCESS]
property = true
[SLASH_COMMENTATOR_OVERRIDE1]
property = true
[SLASH_COMMENTATOR_OVERRIDE2]
property = true
[SLASH_COMMENTATOR_OVERRIDE3]
property = true
[SLASH_COMMENTATOR_OVERRIDE4]
property = true
[SLASH_COMMUNITY1]
property = true
[SLASH_COMMUNITY2]
property = true
[SLASH_CONSOLE1]
property = true
[SLASH_CONSOLE2]
property = true
[SLASH_COUNTDOWN1]
property = true
[SLASH_COUNTDOWN2]
property = true
[SLASH_DISABLE_ADDONS1]
property = true
[SLASH_DISABLE_ADDONS2]
property = true
[SLASH_DISMISSBATTLEPET1]
property = true
[SLASH_DISMISSBATTLEPET2]
property = true
[SLASH_DISMOUNT1]
property = true
[SLASH_DISMOUNT2]
property = true
[SLASH_DUEL1]
property = true
[SLASH_DUEL2]
property = true
[SLASH_DUEL_CANCEL1]
property = true
[SLASH_DUEL_CANCEL2]
property = true
[SLASH_DUEL_CANCEL3]
property = true
[SLASH_DUEL_CANCEL4]
property = true
[SLASH_DUEL_CANCEL5]
property = true
[SLASH_DUEL_CANCEL6]
property = true
[SLASH_DUMP1]
property = true
[SLASH_DUMP2]
property = true
[SLASH_DUNGEONS1]
property = true
[SLASH_DUNGEONS2]
property = true
[SLASH_DUNGEONS3]
property = true
[SLASH_DUNGEONS4]
property = true
[SLASH_DUNGEONS5]
property = true
[SLASH_DUNGEONS6]
property = true
[SLASH_EMOTE1]
property = true
[SLASH_EMOTE2]
property = true
[SLASH_EMOTE3]
property = true
[SLASH_EMOTE4]
property = true
[SLASH_EMOTE5]
property = true
[SLASH_EMOTE6]
property = true
[SLASH_EMOTE7]
property = true
[SLASH_EMOTE8]
property = true
[SLASH_ENABLE_ADDONS1]
property = true
[SLASH_ENABLE_ADDONS2]
property = true
[SLASH_EQUIP1]
property = true
[SLASH_EQUIP2]
property = true
[SLASH_EQUIP3]
property = true
[SLASH_EQUIP4]
property = true
[SLASH_EQUIP_SET1]
property = true
[SLASH_EQUIP_SET2]
property = true
[SLASH_EQUIP_TO_SLOT1]
property = true
[SLASH_EQUIP_TO_SLOT2]
property = true
[SLASH_EVENTTRACE1]
property = true
[SLASH_EVENTTRACE2]
property = true
[SLASH_EVENTTRACE3]
property = true
[SLASH_EVENTTRACE4]
property = true
[SLASH_FOCUS1]
property = true
[SLASH_FOCUS2]
property = true
[SLASH_FOLLOW1]
property = true
[SLASH_FOLLOW2]
property = true
[SLASH_FOLLOW3]
property = true
[SLASH_FOLLOW4]
property = true
[SLASH_FOLLOW5]
property = true
[SLASH_FOLLOW6]
property = true
[SLASH_FOLLOW7]
property = true
[SLASH_FRAMESTACK1]
property = true
[SLASH_FRAMESTACK2]
property = true
[SLASH_FRAMESTACK3]
property = true
[SLASH_FRAMESTACK4]
property = true
[SLASH_FRIENDS1]
property = true
[SLASH_FRIENDS2]
property = true
[SLASH_FRIENDS3]
property = true
[SLASH_FRIENDS4]
property = true
[SLASH_GUILD1]
property = true
[SLASH_GUILD2]
property = true
[SLASH_GUILD3]
property = true
[SLASH_GUILD4]
property = true
[SLASH_GUILD5]
property = true
[SLASH_GUILD6]
property = true
[SLASH_GUILD7]
property = true
[SLASH_GUILD8]
property = true
[SLASH_GUILD9]
property = true
[SLASH_GUILDFINDER1]
property = true
[SLASH_GUILDFINDER2]
property = true
[SLASH_GUILDFINDER3]
property = true
[SLASH_GUILDFINDER4]
property = true
[SLASH_GUILD_DEMOTE1]
property = true
[SLASH_GUILD_DEMOTE2]
property = true
[SLASH_GUILD_DEMOTE3]
property = true
[SLASH_GUILD_DEMOTE4]
property = true
[SLASH_GUILD_DISBAND1]
property = true
[SLASH_GUILD_DISBAND2]
property = true
[SLASH_GUILD_DISBAND3]
property = true
[SLASH_GUILD_DISBAND4]
property = true
[SLASH_GUILD_HELP1]
property = true
[SLASH_GUILD_HELP2]
property = true
[SLASH_GUILD_HELP3]
property = true
[SLASH_GUILD_HELP4]
property = true
[SLASH_GUILD_HELP5]
property = true
[SLASH_GUILD_INFO1]
property = true
[SLASH_GUILD_INFO2]
property = true
[SLASH_GUILD_INFO3]
property = true
[SLASH_GUILD_INFO4]
property = true
[SLASH_GUILD_INVITE1]
property = true
[SLASH_GUILD_INVITE2]
property = true
[SLASH_GUILD_INVITE3]
property = true
[SLASH_GUILD_INVITE4]
property = true
[SLASH_GUILD_LEADER1]
property = true
[SLASH_GUILD_LEADER2]
property = true
[SLASH_GUILD_LEADER3]
property = true
[SLASH_GUILD_LEADER4]
property = true
[SLASH_GUILD_LEADER_REPLACE1]
property = true
[SLASH_GUILD_LEADER_REPLACE2]
property = true
[SLASH_GUILD_LEAVE1]
property = true
[SLASH_GUILD_LEAVE2]
property = true
[SLASH_GUILD_LEAVE3]
property = true
[SLASH_GUILD_LEAVE4]
property = true
[SLASH_GUILD_MOTD1]
property = true
[SLASH_GUILD_MOTD2]
property = true
[SLASH_GUILD_MOTD3]
property = true
[SLASH_GUILD_MOTD4]
property = true
[SLASH_GUILD_PROMOTE1]
property = true
[SLASH_GUILD_PROMOTE2]
property = true
[SLASH_GUILD_PROMOTE3]
property = true
[SLASH_GUILD_PROMOTE4]
property = true
[SLASH_GUILD_ROSTER1]
property = true
[SLASH_GUILD_ROSTER2]
property = true
[SLASH_GUILD_ROSTER3]
property = true
[SLASH_GUILD_ROSTER4]
property = true
[SLASH_GUILD_UNINVITE1]
property = true
[SLASH_GUILD_UNINVITE2]
property = true
[SLASH_GUILD_UNINVITE3]
property = true
[SLASH_GUILD_UNINVITE4]
property = true
[SLASH_GUILD_WHO1]
property = true
[SLASH_GUILD_WHO2]
property = true
[SLASH_GUILD_WHO3]
property = true
[SLASH_GUILD_WHO4]
property = true
[SLASH_GUILD_WHO5]
property = true
[SLASH_GUILD_WHO6]
property = true
[SLASH_HELP1]
property = true
[SLASH_HELP2]
property = true
[SLASH_HELP3]
property = true
[SLASH_HELP4]
property = true
[SLASH_HELP5]
property = true
[SLASH_HELP6]
property = true
[SLASH_IGNORE1]
property = true
[SLASH_IGNORE2]
property = true
[SLASH_INSPECT1]
property = true
[SLASH_INSPECT2]
property = true
[SLASH_INSPECT3]
property = true
[SLASH_INSPECT4]
property = true
[SLASH_INSTANCE_CHAT1]
property = true
[SLASH_INSTANCE_CHAT2]
property = true
[SLASH_INSTANCE_CHAT3]
property = true
[SLASH_INSTANCE_CHAT4]
property = true
[SLASH_INSTANCE_CHAT5]
property = true
[SLASH_INSTANCE_CHAT6]
property = true
[SLASH_INSTANCE_CHAT7]
property = true
[SLASH_INSTANCE_CHAT8]
property = true
[SLASH_INSTANCE_CHAT9]
property = true
[SLASH_INVITE1]
property = true
[SLASH_INVITE2]
property = true
[SLASH_INVITE3]
property = true
[SLASH_INVITE4]
property = true
[SLASH_JOIN1]
property = true
[SLASH_JOIN2]
property = true
[SLASH_JOIN3]
property = true
[SLASH_JOIN4]
property = true
[SLASH_JOIN5]
property = true
[SLASH_JOIN6]
property = true
[SLASH_JOIN7]
property = true
[SLASH_LEAVE1]
property = true
[SLASH_LEAVE2]
property = true
[SLASH_LEAVE3]
property = true
[SLASH_LEAVE4]
property = true
[SLASH_LEAVE5]
property = true
[SLASH_LEAVE6]
property = true
[SLASH_LEAVE7]
property = true
[SLASH_LEAVEVEHICLE1]
property = true
[SLASH_LEAVEVEHICLE2]
property = true
[SLASH_LIST_CHANNEL1]
property = true
[SLASH_LIST_CHANNEL2]
property = true
[SLASH_LIST_CHANNEL3]
property = true
[SLASH_LIST_CHANNEL4]
property = true
[SLASH_LIST_CHANNEL5]
property = true
[SLASH_LIST_CHANNEL6]
property = true
[SLASH_LIST_CHANNEL7]
property = true
[SLASH_LOGOUT1]
property = true
[SLASH_LOGOUT2]
property = true
[SLASH_LOGOUT3]
property = true
[SLASH_LOGOUT4]
property = true
[SLASH_LOOT_FFA1]
property = true
[SLASH_LOOT_FFA2]
property = true
[SLASH_LOOT_GROUP1]
property = true
[SLASH_LOOT_GROUP2]
property = true
[SLASH_LOOT_MASTER1]
property = true
[SLASH_LOOT_MASTER2]
property = true
[SLASH_LOOT_NEEDBEFOREGREED1]
property = true
[SLASH_LOOT_NEEDBEFOREGREED2]
property = true
[SLASH_LOOT_ROUNDROBIN1]
property = true
[SLASH_LOOT_ROUNDROBIN2]
property = true
[SLASH_LOOT_SETTHRESHOLD1]
property = true
[SLASH_LOOT_SETTHRESHOLD2]
property = true
[SLASH_MACRO1]
property = true
[SLASH_MACRO2]
property = true
[SLASH_MACRO3]
property = true
[SLASH_MACRO4]
property = true
[SLASH_MACROHELP1]
property = true
[SLASH_MACROHELP2]
property = true
[SLASH_MACROHELP3]
property = true
[SLASH_MAINASSISTOFF1]
property = true
[SLASH_MAINASSISTOFF2]
property = true
[SLASH_MAINASSISTOFF3]
property = true
[SLASH_MAINASSISTOFF4]
property = true
[SLASH_MAINASSISTON1]
property = true
[SLASH_MAINASSISTON2]
property = true
[SLASH_MAINASSISTON3]
property = true
[SLASH_MAINASSISTON4]
property = true
[SLASH_MAINTANKOFF1]
property = true
[SLASH_MAINTANKOFF2]
property = true
[SLASH_MAINTANKOFF3]
property = true
[SLASH_MAINTANKOFF4]
property = true
[SLASH_MAINTANKON1]
property = true
[SLASH_MAINTANKON2]
property = true
[SLASH_MAINTANKON3]
property = true
[SLASH_MAINTANKON4]
property = true
[SLASH_OFFICER1]
property = true
[SLASH_OFFICER2]
property = true
[SLASH_OFFICER3]
property = true
[SLASH_OFFICER4]
property = true
[SLASH_OFFICER5]
property = true
[SLASH_OFFICER6]
property = true
[SLASH_OPEN_LOOT_HISTORY1]
property = true
[SLASH_OPEN_LOOT_HISTORY2]
property = true
[SLASH_OPEN_LOOT_HISTORY3]
property = true
[SLASH_OPEN_LOOT_HISTORY4]
property = true
[SLASH_PARTY1]
property = true
[SLASH_PARTY2]
property = true
[SLASH_PARTY3]
property = true
[SLASH_PARTY4]
property = true
[SLASH_PARTY5]
property = true
[SLASH_PET_AGGRESSIVE1]
property = true
[SLASH_PET_AGGRESSIVE2]
property = true
[SLASH_PET_ASSIST1]
property = true
[SLASH_PET_ASSIST2]
property = true
[SLASH_PET_ATTACK1]
property = true
[SLASH_PET_ATTACK2]
property = true
[SLASH_PET_AUTOCASTOFF1]
property = true
[SLASH_PET_AUTOCASTOFF2]
property = true
[SLASH_PET_AUTOCASTON1]
property = true
[SLASH_PET_AUTOCASTON2]
property = true
[SLASH_PET_AUTOCASTTOGGLE1]
property = true
[SLASH_PET_AUTOCASTTOGGLE2]
property = true
[SLASH_PET_DEFENSIVE1]
property = true
[SLASH_PET_DEFENSIVE2]
property = true
[SLASH_PET_DISMISS1]
property = true
[SLASH_PET_DISMISS2]
property = true
[SLASH_PET_FOLLOW1]
property = true
[SLASH_PET_FOLLOW2]
property = true
[SLASH_PET_MOVE_TO1]
property = true
[SLASH_PET_MOVE_TO2]
property = true
[SLASH_PET_PASSIVE1]
property = true
[SLASH_PET_PASSIVE2]
property = true
[SLASH_PET_STAY1]
property = true
[SLASH_PET_STAY2]
property = true
[SLASH_PLAYED1]
property = true
[SLASH_PLAYED2]
property = true
[SLASH_PROMOTE1]
property = true
[SLASH_PROMOTE2]
property = true
[SLASH_PROMOTE3]
property = true
[SLASH_PROMOTE4]
property = true
[SLASH_PVP1]
property = true
[SLASH_PVP2]
property = true
[SLASH_QUIT1]
property = true
[SLASH_QUIT2]
property = true
[SLASH_QUIT3]
property = true
[SLASH_QUIT4]
property = true
[SLASH_RAID1]
property = true
[SLASH_RAID2]
property = true
[SLASH_RAID3]
property = true
[SLASH_RAID4]
property = true
[SLASH_RAID5]
property = true
[SLASH_RAID6]
property = true
[SLASH_RAIDBROWSER1]
property = true
[SLASH_RAIDBROWSER2]
property = true
[SLASH_RAIDBROWSER3]
property = true
[SLASH_RAIDBROWSER4]
property = true
[SLASH_RAIDBROWSER5]
property = true
[SLASH_RAIDBROWSER6]
property = true
[SLASH_RAIDBROWSER7]
property = true
[SLASH_RAIDBROWSER8]
property = true
[SLASH_RAIDFINDER1]
property = true
[SLASH_RAIDFINDER2]
property = true
[SLASH_RAIDFINDER3]
property = true
[SLASH_RAIDFINDER4]
property = true
[SLASH_RAIDFINDER5]
property = true
[SLASH_RAIDFINDER6]
property = true
[SLASH_RAID_INFO1]
property = true
[SLASH_RAID_INFO2]
property = true
[SLASH_RAID_WARNING1]
property = true
[SLASH_RAID_WARNING2]
property = true
[SLASH_RANDOM1]
property = true
[SLASH_RANDOM2]
property = true
[SLASH_RANDOM3]
property = true
[SLASH_RANDOM4]
property = true
[SLASH_RANDOM5]
property = true
[SLASH_RANDOM6]
property = true
[SLASH_RANDOM7]
property = true
[SLASH_RANDOM8]
property = true
[SLASH_RANDOMFAVORITEPET1]
property = true
[SLASH_RANDOMFAVORITEPET2]
property = true
[SLASH_RANDOMFAVORITEPET3]
property = true
[SLASH_RANDOMFAVORITEPET4]
property = true
[SLASH_RANDOMPET1]
property = true
[SLASH_RANDOMPET2]
property = true
[SLASH_READYCHECK1]
property = true
[SLASH_READYCHECK2]
property = true
[SLASH_RELOAD1]
property = true
[SLASH_RELOAD2]
property = true
[SLASH_REMOVEFRIEND1]
property = true
[SLASH_REMOVEFRIEND2]
property = true
[SLASH_REMOVEFRIEND3]
property = true
[SLASH_REMOVEFRIEND4]
property = true
[SLASH_REPLY1]
property = true
[SLASH_REPLY2]
property = true
[SLASH_REPLY3]
property = true
[SLASH_REPLY4]
property = true
[SLASH_REQUEST_INVITE1]
property = true
[SLASH_REQUEST_INVITE2]
property = true
[SLASH_RESETCHAT1]
property = true
[SLASH_RESETCHAT2]
property = true
[SLASH_RESET_COMMENTATOR_SETTINGS1]
property = true
[SLASH_RESET_COMMENTATOR_SETTINGS2]
property = true
[SLASH_SAVEGUILDROSTER1]
property = true
[SLASH_SAVEGUILDROSTER2]
property = true
[SLASH_SAY1]
property = true
[SLASH_SAY2]
property = true
[SLASH_SAY3]
property = true
[SLASH_SAY4]
property = true
[SLASH_SCRIPT1]
property = true
[SLASH_SCRIPT2]
property = true
[SLASH_SCRIPT3]
property = true
[SLASH_SCRIPT4]
property = true
[SLASH_SET_TITLE1]
property = true
[SLASH_SET_TITLE2]
property = true
[SLASH_SHARE1]
property = true
[SLASH_SHARE2]
property = true
[SLASH_SMART_WHISPER1]
property = true
[SLASH_SMART_WHISPER10]
property = true
[SLASH_SMART_WHISPER2]
property = true
[SLASH_SMART_WHISPER3]
property = true
[SLASH_SMART_WHISPER4]
property = true
[SLASH_SMART_WHISPER5]
property = true
[SLASH_SMART_WHISPER6]
property = true
[SLASH_SMART_WHISPER7]
property = true
[SLASH_SMART_WHISPER8]
property = true
[SLASH_SMART_WHISPER9]
property = true
[SLASH_SPECTATOR_WARGAME1]
property = true
[SLASH_SPECTATOR_WARGAME2]
property = true
[SLASH_STARTATTACK1]
property = true
[SLASH_STARTATTACK2]
property = true
[SLASH_STOPATTACK1]
property = true
[SLASH_STOPATTACK2]
property = true
[SLASH_STOPCASTING1]
property = true
[SLASH_STOPCASTING2]
property = true
[SLASH_STOPMACRO1]
property = true
[SLASH_STOPMACRO2]
property = true
[SLASH_STOPSPELLTARGET1]
property = true
[SLASH_STOPSPELLTARGET2]
property = true
[SLASH_STOPWATCH1]
property = true
[SLASH_STOPWATCH2]
property = true
[SLASH_STOPWATCH3]
property = true
[SLASH_STOPWATCH4]
property = true
[SLASH_STOPWATCH5]
property = true
[SLASH_STOPWATCH6]
property = true
[SLASH_STOPWATCH_PARAM_PAUSE1]
property = true
[SLASH_STOPWATCH_PARAM_PAUSE2]
property = true
[SLASH_STOPWATCH_PARAM_PLAY1]
property = true
[SLASH_STOPWATCH_PARAM_PLAY2]
property = true
[SLASH_STOPWATCH_PARAM_STOP1]
property = true
[SLASH_STOPWATCH_PARAM_STOP2]
property = true
[SLASH_STOPWATCH_PARAM_STOP3]
property = true
[SLASH_STOPWATCH_PARAM_STOP4]
property = true
[SLASH_STOPWATCH_PARAM_STOP5]
property = true
[SLASH_STOPWATCH_PARAM_STOP6]
property = true
[SLASH_SUMMON_BATTLE_PET1]
property = true
[SLASH_SUMMON_BATTLE_PET2]
property = true
[SLASH_SUMMON_BATTLE_PET3]
property = true
[SLASH_SUMMON_BATTLE_PET4]
property = true
[SLASH_SWAPACTIONBAR1]
property = true
[SLASH_SWAPACTIONBAR2]
property = true
[SLASH_TABLEINSPECT1]
property = true
[SLASH_TABLEINSPECT2]
property = true
[SLASH_TABLEINSPECT3]
property = true
[SLASH_TABLEINSPECT4]
property = true
[SLASH_TARGET1]
property = true
[SLASH_TARGET2]
property = true
[SLASH_TARGET3]
property = true
[SLASH_TARGET4]
property = true
[SLASH_TARGET_EXACT1]
property = true
[SLASH_TARGET_EXACT2]
property = true
[SLASH_TARGET_LAST_ENEMY1]
property = true
[SLASH_TARGET_LAST_ENEMY2]
property = true
[SLASH_TARGET_LAST_FRIEND1]
property = true
[SLASH_TARGET_LAST_FRIEND2]
property = true
[SLASH_TARGET_LAST_TARGET1]
property = true
[SLASH_TARGET_LAST_TARGET2]
property = true
[SLASH_TARGET_MARKER1]
property = true
[SLASH_TARGET_MARKER2]
property = true
[SLASH_TARGET_MARKER3]
property = true
[SLASH_TARGET_MARKER4]
property = true
[SLASH_TARGET_NEAREST_ENEMY1]
property = true
[SLASH_TARGET_NEAREST_ENEMY2]
property = true
[SLASH_TARGET_NEAREST_ENEMY_PLAYER1]
property = true
[SLASH_TARGET_NEAREST_ENEMY_PLAYER2]
property = true
[SLASH_TARGET_NEAREST_FRIEND1]
property = true
[SLASH_TARGET_NEAREST_FRIEND2]
property = true
[SLASH_TARGET_NEAREST_FRIEND_PLAYER1]
property = true
[SLASH_TARGET_NEAREST_FRIEND_PLAYER2]
property = true
[SLASH_TARGET_NEAREST_PARTY1]
property = true
[SLASH_TARGET_NEAREST_PARTY2]
property = true
[SLASH_TARGET_NEAREST_RAID1]
property = true
[SLASH_TARGET_NEAREST_RAID2]
property = true
[SLASH_TEAM_CAPTAIN1]
property = true
[SLASH_TEAM_CAPTAIN2]
property = true
[SLASH_TEAM_CAPTAIN3]
property = true
[SLASH_TEAM_CAPTAIN4]
property = true
[SLASH_TEAM_DISBAND1]
property = true
[SLASH_TEAM_DISBAND2]
property = true
[SLASH_TEAM_DISBAND3]
property = true
[SLASH_TEAM_DISBAND4]
property = true
[SLASH_TEAM_INVITE1]
property = true
[SLASH_TEAM_INVITE2]
property = true
[SLASH_TEAM_INVITE3]
property = true
[SLASH_TEAM_INVITE4]
property = true
[SLASH_TEAM_QUIT1]
property = true
[SLASH_TEAM_QUIT2]
property = true
[SLASH_TEAM_QUIT3]
property = true
[SLASH_TEAM_QUIT4]
property = true
[SLASH_TEAM_UNINVITE1]
property = true
[SLASH_TEAM_UNINVITE2]
property = true
[SLASH_TEAM_UNINVITE3]
property = true
[SLASH_TEAM_UNINVITE4]
property = true
[SLASH_TIME1]
property = true
[SLASH_TIME2]
property = true
[SLASH_TOKEN1]
property = true
[SLASH_TOKEN2]
property = true
[SLASH_TOKEN3]
property = true
[SLASH_TOKEN4]
property = true
[SLASH_TRADE1]
property = true
[SLASH_TRADE2]
property = true
[SLASH_TRADE3]
property = true
[SLASH_TRADE4]
property = true
[SLASH_UNIGNORE1]
property = true
[SLASH_UNIGNORE2]
property = true
[SLASH_UNINVITE1]
property = true
[SLASH_UNINVITE10]
property = true
[SLASH_UNINVITE2]
property = true
[SLASH_UNINVITE3]
property = true
[SLASH_UNINVITE4]
property = true
[SLASH_UNINVITE5]
property = true
[SLASH_UNINVITE6]
property = true
[SLASH_UNINVITE7]
property = true
[SLASH_UNINVITE8]
property = true
[SLASH_UNINVITE9]
property = true
[SLASH_USE1]
property = true
[SLASH_USE2]
property = true
[SLASH_USERANDOM1]
property = true
[SLASH_USERANDOM2]
property = true
[SLASH_USE_TALENT_SPEC1]
property = true
[SLASH_USE_TALENT_SPEC2]
property = true
[SLASH_USE_TOY1]
property = true
[SLASH_USE_TOY2]
property = true
[SLASH_VOICE1]
property = true
[SLASH_VOICE2]
property = true
[SLASH_VOICECHAT1]
property = true
[SLASH_VOICECHAT2]
property = true
[SLASH_VOICEMACRO1]
property = true
[SLASH_VOICEMACRO2]
property = true
[SLASH_WARGAME1]
property = true
[SLASH_WARGAME2]
property = true
[SLASH_WARGAME3]
property = true
[SLASH_WARGAME4]
property = true
[SLASH_WHISPER1]
property = true
[SLASH_WHISPER2]
property = true
[SLASH_WHISPER3]
property = true
[SLASH_WHISPER4]
property = true
[SLASH_WHO1]
property = true
[SLASH_WHO2]
property = true
[SLASH_WORLD_MARKER1]
property = true
[SLASH_WORLD_MARKER2]
property = true
[SLASH_WORLD_MARKER3]
property = true
[SLASH_WORLD_MARKER4]
property = true
[SLASH_YELL1]
property = true
[SLASH_YELL2]
property = true
[SLASH_YELL3]
property = true
[SLASH_YELL4]
property = true
[SLASH_YELL5]
property = true
[SLASH_YELL6]
property = true
[SLASH_YELL7]
property = true
[SLASH_YELL8]
property = true
[SLOT_ABBR]
property = true
[SLOW]
property = true
[SLURRED_SPEECH]
property = true
[SMALL]
property = true
[SMART_PIVOT]
property = true
[SOCIALS]
property = true
[SOCIAL_ACHIEVEMENT_PREFILL_NONE]
property = true
[SOCIAL_ACHIEVEMENT_PREFILL_TEXT_EARNED]
property = true
[SOCIAL_ACHIEVEMENT_PREFILL_TEXT_GENERIC]
property = true
[SOCIAL_ACHIEVEMENT_PREFILL_TOOLTIP]
property = true
[SOCIAL_ACHIEVEMENT_REMOVE_BUTTON]
property = true
[SOCIAL_BUTTON]
property = true
[SOCIAL_ENABLE_TWITTER_FUNCTIONALITY]
property = true
[SOCIAL_ITEM_ARMORY_LINK]
property = true
[SOCIAL_ITEM_PREFILL_NONE]
property = true
[SOCIAL_ITEM_PREFILL_TEXT_ALL]
property = true
[SOCIAL_ITEM_PREFILL_TEXT_EARNED]
property = true
[SOCIAL_ITEM_PREFILL_TEXT_GENERIC]
property = true
[SOCIAL_ITEM_PREFILL_TOOLTIP]
property = true
[SOCIAL_ITEM_REMOVE_BUTTON]
property = true
[SOCIAL_LABEL]
property = true
[SOCIAL_QUEUE_ALSO_IN_GROUP]
property = true
[SOCIAL_QUEUE_AND_MORE]
property = true
[SOCIAL_QUEUE_CLICK_TO_JOIN]
property = true
[SOCIAL_QUEUE_COMMUNITIES_HEADER_FORMAT]
property = true
[SOCIAL_QUEUE_FORMAT_ARENA]
property = true
[SOCIAL_QUEUE_FORMAT_ARENA_SKIRMISH]
property = true
[SOCIAL_QUEUE_FORMAT_BATTLEGROUND]
property = true
[SOCIAL_QUEUE_FORMAT_DUNGEON]
property = true
[SOCIAL_QUEUE_FORMAT_HEROIC_DUNGEON]
property = true
[SOCIAL_QUEUE_FORMAT_RAID]
property = true
[SOCIAL_QUEUE_FORMAT_WORLDPVP]
property = true
[SOCIAL_QUEUE_QUEUED_FOR]
property = true
[SOCIAL_QUEUE_TOOLTIP_HEADER]
property = true
[SOCIAL_QUICK_JOIN_TAB_HELP_TIP]
property = true
[SOCIAL_SCREENSHOT_CROP_BUTTON]
property = true
[SOCIAL_SCREENSHOT_CROP_SAVE_BUTTON]
property = true
[SOCIAL_SCREENSHOT_PREFILL_NONE]
property = true
[SOCIAL_SCREENSHOT_PREFILL_TEXT]
property = true
[SOCIAL_SCREENSHOT_PREFILL_TOOLTIP]
property = true
[SOCIAL_SCREENSHOT_REMOVE_BUTTON]
property = true
[SOCIAL_SHARE_TEXT]
property = true
[SOCIAL_SUBTEXT]
property = true
[SOCIAL_TWITTER_COMPOSE_NEW_TWEET]
property = true
[SOCIAL_TWITTER_CONNECT_FAIL_MESSAGE]
property = true
[SOCIAL_TWITTER_CONNECT_SUCCESS_MESSAGE]
property = true
[SOCIAL_TWITTER_DISCONNECT]
property = true
[SOCIAL_TWITTER_POST_BUTTON]
property = true
[SOCIAL_TWITTER_POST_TITLE]
property = true
[SOCIAL_TWITTER_SIGN_IN]
property = true
[SOCIAL_TWITTER_STATUS_CONNECTED]
property = true
[SOCIAL_TWITTER_STATUS_NOT_CONNECTED]
property = true
[SOCIAL_TWITTER_THROTTLE_TOOLTIP]
property = true
[SOCIAL_TWITTER_TWEET_FAILED]
property = true
[SOCIAL_TWITTER_TWEET_NOT_LINKED]
property = true
[SOCIAL_TWITTER_TWEET_SENDING]
property = true
[SOCIAL_TWITTER_TWEET_SENT]
property = true
[SOCKETING_ITEM_MIN_LEVEL_I]
property = true
[SOCKET_GEMS]
property = true
[SOCKET_ITEM_MIN_SKILL]
property = true
[SOCKET_ITEM_REQ_LEVEL]
property = true
[SOCKET_ITEM_REQ_SKILL]
property = true
[SOLD_BY_COLON]
property = true
[SOLO]
property = true
[SOLVE]
property = true
[SORT_QUEST]
property = true
[SOR_DEFAULT_MESSAGE]
property = true
[SOR_DISABLE_CHOOSE_A_TARGET]
property = true
[SOR_DISABLE_NO_INVITES_LEFT]
property = true
[SOR_INACTIVE]
property = true
[SOR_INSTRUCTION_EMAIL]
property = true
[SOR_INSTRUCTION_SELECT]
property = true
[SOR_NUM_REMAINING]
property = true
[SOR_SUCCESSFULLY_SENT]
property = true
[SOUL_SHARDS]
property = true
[SOUL_SHARDS_COST]
property = true
[SOUL_SHARDS_COST_PER_TIME]
property = true
[SOUL_SHARDS_COST_PER_TIME_NO_BASE]
property = true
[SOUL_SHARDS_POWER]
property = true
[SOUL_SHARDS_TOOLTIP]
property = true
[SOUND]
property = true
[SOUNDOPTIONS_MENU]
property = true
[SOUND_CACHESIZE]
property = true
[SOUND_CACHE_SIZE_LARGE]
property = true
[SOUND_CACHE_SIZE_SMALL]
property = true
[SOUND_CHANNELS]
property = true
[SOUND_CHANNELS_HIGH]
property = true
[SOUND_CHANNELS_LOW]
property = true
[SOUND_CHANNELS_MEDIUM]
property = true
[SOUND_DISABLED]
property = true
[SOUND_EFFECTS_DISABLED]
property = true
[SOUND_EFFECTS_ENABLED]
property = true
[SOUND_LABEL]
property = true
[SOUND_OPTIONS]
property = true
[SOUND_QUALITY]
property = true
[SOUND_SUBTEXT]
property = true
[SOUND_VOLUME]
property = true
[SOURCE]
property = true
[SOURCES]
property = true
[SPAM_FILTER]
property = true
[SPASH_BATTLE_FOR_DARKSHORE_DESC]
property = true
[SPEAKERMODE]
property = true
[SPEAKERMODE_HEADPHONES]
property = true
[SPEAKERMODE_STEREO]
property = true
[SPEAKERMODE_SURROUND]
property = true
[SPECIAL]
property = true
[SPECIALIZATION]
property = true
[SPECIALIZATION_PRIMARY]
property = true
[SPECIALIZATION_PRIMARY_ACTIVE]
property = true
[SPECIALIZATION_SECONDARY]
property = true
[SPECIALIZATION_SECONDARY_ACTIVE]
property = true
[SPECIAL_SKILLS]
property = true
[SPECIFIC_BATTLEGROUNDS]
property = true
[SPECIFIC_DUNGEONS]
property = true
[SPECIFIC_DUNGEON_IS_READY]
property = true
[SPECIFIC_INSTANCE_IS_READY]
property = true
[SPECIFIC_SCENARIOS]
property = true
[SPEC_FRAME_HELP_1]
property = true
[SPEC_FRAME_HELP_2]
property = true
[SPEC_FRAME_HELP_3]
property = true
[SPEC_FRAME_PRIMARY_STAT]
property = true
[SPEC_FRAME_PRIMARY_STAT_AGILITY]
property = true
[SPEC_FRAME_PRIMARY_STAT_INTELLECT]
property = true
[SPEC_FRAME_PRIMARY_STAT_STRENGTH]
property = true
[SPEC_INVOLUNTARILY_CHANGED]
property = true
[SPEED]
property = true
[SPEED_ABBR]
property = true
[SPELLBOOK]
property = true
[SPELLBOOK_ABILITIES_BUTTON]
property = true
[SPELLBOOK_AVAILABLE_AT]
property = true
[SPELLBOOK_BUTTON]
property = true
[SPELLBOOK_HELP_1]
property = true
[SPELLBOOK_HELP_2]
property = true
[SPELLBOOK_HELP_3]
property = true
[SPELLBOOK_SPELL_NOT_ON_ACTION_BAR]
property = true
[SPELLBOOK_TRAINABLE]
property = true
[SPELLDISMISSPETOTHER]
property = true
[SPELLDISMISSPETSELF]
property = true
[SPELLHAPPINESSDRAINOTHER]
property = true
[SPELLHAPPINESSDRAINSELF]
property = true
[SPELLS]
property = true
[SPELLS_COMBATLOG_TOOLTIP]
property = true
[SPELL_ALERT_OPACITY]
property = true
[SPELL_BONUS]
property = true
[SPELL_BUCKET_ABILITIES_UNLOCKED]
property = true
[SPELL_BUCKET_ALL_ABILITIES_UNLOCKED]
property = true
[SPELL_BUCKET_ALL_ABILITIES_UNLOCKED_MESSAGE]
property = true
[SPELL_BUCKET_LEVEL_UP]
property = true
[SPELL_BUCKET_YOU_WILL_EARN]
property = true
[SPELL_CASTING]
property = true
[SPELL_CASTING_COMBATLOG_TOOLTIP]
property = true
[SPELL_CAST_CHANNELED]
property = true
[SPELL_CAST_FAILED_COMBATLOG_TOOLTIP]
property = true
[SPELL_CAST_START_COMBATLOG_TOOLTIP]
property = true
[SPELL_CAST_SUCCESS_COMBATLOG_TOOLTIP]
property = true
[SPELL_CAST_TIME_INSTANT]
property = true
[SPELL_CAST_TIME_INSTANT_NO_MANA]
property = true
[SPELL_CAST_TIME_MIN]
property = true
[SPELL_CAST_TIME_RANGED]
property = true
[SPELL_CAST_TIME_SEC]
property = true
[SPELL_CHARGEUP_TIME]
property = true
[SPELL_CHARGEUP_TIME_DAYS]
property = true
[SPELL_CHARGEUP_TIME_HOURS]
property = true
[SPELL_CHARGEUP_TIME_MIN]
property = true
[SPELL_CHARGEUP_TIME_SEC]
property = true
[SPELL_COLOR_BY_SCHOOL_COMBATLOG_TOOLTIP]
property = true
[SPELL_CREATE_COMBATLOG_TOOLTIP]
property = true
[SPELL_CRIT_CHANCE]
property = true
[SPELL_DAMAGE_COMBATLOG_TOOLTIP]
property = true
[SPELL_DAMAGE_NUMBER_COMBATLOG_TOOLTIP]
property = true
[SPELL_DAMAGE_SCHOOL_COMBATLOG_TOOLTIP]
property = true
[SPELL_DETAIL]
property = true
[SPELL_DRAIN_COMBATLOG_TOOLTIP]
property = true
[SPELL_DURATION]
property = true
[SPELL_DURATION_DAYS]
property = true
[SPELL_DURATION_HOURS]
property = true
[SPELL_DURATION_MIN]
property = true
[SPELL_DURATION_SEC]
property = true
[SPELL_DURATION_UNTIL_CANCELLED]
property = true
[SPELL_EQUIPPED_ITEM]
property = true
[SPELL_EQUIPPED_ITEM_NOSPACE]
property = true
[SPELL_EXTRA_ATTACKS_COMBATLOG_TOOLTIP]
property = true
[SPELL_FAILED_ABOVE_MAXIMUM_SKILL_RANK]
property = true
[SPELL_FAILED_AFFECTING_COMBAT]
property = true
[SPELL_FAILED_ALREADY_BEING_TAMED]
property = true
[SPELL_FAILED_ALREADY_HAVE_CHARM]
property = true
[SPELL_FAILED_ALREADY_HAVE_PET]
property = true
[SPELL_FAILED_ALREADY_HAVE_SUMMON]
property = true
[SPELL_FAILED_ALREADY_OPEN]
property = true
[SPELL_FAILED_APPRENTICE_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_AP_ITEM_FROM_PREVIOUS_TIER]
property = true
[SPELL_FAILED_AREA_TRIGGER_CREATION]
property = true
[SPELL_FAILED_ARTIFACT_AT_FULL_POWER]
property = true
[SPELL_FAILED_ARTISAN_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_AURA_BOUNCED]
property = true
[SPELL_FAILED_AZERITE_EMPOWERED_NO_CHOICES_TO_UNDO]
property = true
[SPELL_FAILED_AZERITE_EMPOWERED_ONLY]
property = true
[SPELL_FAILED_BAD_IMPLICIT_TARGETS]
property = true
[SPELL_FAILED_BAD_TARGETS]
property = true
[SPELL_FAILED_BATTLE_FOR_AZEROTH_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_BLUEPRINT_KNOWN]
property = true
[SPELL_FAILED_BM_OR_INVISGOD]
property = true
[SPELL_FAILED_BROKEN_ISLES_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_BUILDING_ACTIVATE_NOT_READY]
property = true
[SPELL_FAILED_CANT_ADD_BATTLE_PET]
property = true
[SPELL_FAILED_CANT_BE_CHARMED]
property = true
[SPELL_FAILED_CANT_BE_DISENCHANTED]
property = true
[SPELL_FAILED_CANT_BE_DISENCHANTED_SKILL]
property = true
[SPELL_FAILED_CANT_BE_MILLED]
property = true
[SPELL_FAILED_CANT_BE_OBLITERATED]
property = true
[SPELL_FAILED_CANT_BE_PROSPECTED]
property = true
[SPELL_FAILED_CANT_CAST_ON_TAPPED]
property = true
[SPELL_FAILED_CANT_DO_THAT_RIGHT_NOW]
property = true
[SPELL_FAILED_CANT_DUEL_WHILE_INVISIBLE]
property = true
[SPELL_FAILED_CANT_DUEL_WHILE_STEALTHED]
property = true
[SPELL_FAILED_CANT_OVERRIDE_ENCHANT_VISUAL]
property = true
[SPELL_FAILED_CANT_REPLACE_ITEM_BONUS]
property = true
[SPELL_FAILED_CANT_STEALTH]
property = true
[SPELL_FAILED_CANT_UNTALENT]
property = true
[SPELL_FAILED_CANT_UPGRADE_BATTLE_PET]
property = true
[SPELL_FAILED_CASTER_AURASTATE]
property = true
[SPELL_FAILED_CASTER_DEAD]
property = true
[SPELL_FAILED_CASTER_DEAD_FEMALE]
property = true
[SPELL_FAILED_CAST_NOT_HERE]
property = true
[SPELL_FAILED_CHARMED]
property = true
[SPELL_FAILED_CHEST_IN_USE]
property = true
[SPELL_FAILED_COLD_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_CONFUSED]
property = true
[SPELL_FAILED_CS_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_CUSTOM_ERROR_1]
property = true
[SPELL_FAILED_CUSTOM_ERROR_10]
property = true
[SPELL_FAILED_CUSTOM_ERROR_100]
property = true
[SPELL_FAILED_CUSTOM_ERROR_101]
property = true
[SPELL_FAILED_CUSTOM_ERROR_102]
property = true
[SPELL_FAILED_CUSTOM_ERROR_103]
property = true
[SPELL_FAILED_CUSTOM_ERROR_104]
property = true
[SPELL_FAILED_CUSTOM_ERROR_106]
property = true
[SPELL_FAILED_CUSTOM_ERROR_107]
property = true
[SPELL_FAILED_CUSTOM_ERROR_108]
property = true
[SPELL_FAILED_CUSTOM_ERROR_109_MIXED]
property = true
[SPELL_FAILED_CUSTOM_ERROR_11]
property = true
[SPELL_FAILED_CUSTOM_ERROR_110]
property = true
[SPELL_FAILED_CUSTOM_ERROR_111]
property = true
[SPELL_FAILED_CUSTOM_ERROR_112]
property = true
[SPELL_FAILED_CUSTOM_ERROR_113]
property = true
[SPELL_FAILED_CUSTOM_ERROR_114]
property = true
[SPELL_FAILED_CUSTOM_ERROR_115]
property = true
[SPELL_FAILED_CUSTOM_ERROR_116]
property = true
[SPELL_FAILED_CUSTOM_ERROR_117]
property = true
[SPELL_FAILED_CUSTOM_ERROR_118]
property = true
[SPELL_FAILED_CUSTOM_ERROR_119]
property = true
[SPELL_FAILED_CUSTOM_ERROR_12]
property = true
[SPELL_FAILED_CUSTOM_ERROR_120]
property = true
[SPELL_FAILED_CUSTOM_ERROR_121]
property = true
[SPELL_FAILED_CUSTOM_ERROR_122]
property = true
[SPELL_FAILED_CUSTOM_ERROR_123]
property = true
[SPELL_FAILED_CUSTOM_ERROR_124]
property = true
[SPELL_FAILED_CUSTOM_ERROR_125]
property = true
[SPELL_FAILED_CUSTOM_ERROR_126]
property = true
[SPELL_FAILED_CUSTOM_ERROR_127]
property = true
[SPELL_FAILED_CUSTOM_ERROR_128]
property = true
[SPELL_FAILED_CUSTOM_ERROR_129]
property = true
[SPELL_FAILED_CUSTOM_ERROR_13]
property = true
[SPELL_FAILED_CUSTOM_ERROR_130]
property = true
[SPELL_FAILED_CUSTOM_ERROR_131]
property = true
[SPELL_FAILED_CUSTOM_ERROR_132]
property = true
[SPELL_FAILED_CUSTOM_ERROR_133]
property = true
[SPELL_FAILED_CUSTOM_ERROR_134]
property = true
[SPELL_FAILED_CUSTOM_ERROR_135]
property = true
[SPELL_FAILED_CUSTOM_ERROR_136]
property = true
[SPELL_FAILED_CUSTOM_ERROR_137]
property = true
[SPELL_FAILED_CUSTOM_ERROR_138]
property = true
[SPELL_FAILED_CUSTOM_ERROR_139]
property = true
[SPELL_FAILED_CUSTOM_ERROR_140]
property = true
[SPELL_FAILED_CUSTOM_ERROR_141]
property = true
[SPELL_FAILED_CUSTOM_ERROR_142]
property = true
[SPELL_FAILED_CUSTOM_ERROR_143]
property = true
[SPELL_FAILED_CUSTOM_ERROR_144]
property = true
[SPELL_FAILED_CUSTOM_ERROR_145]
property = true
[SPELL_FAILED_CUSTOM_ERROR_146]
property = true
[SPELL_FAILED_CUSTOM_ERROR_147]
property = true
[SPELL_FAILED_CUSTOM_ERROR_148]
property = true
[SPELL_FAILED_CUSTOM_ERROR_149]
property = true
[SPELL_FAILED_CUSTOM_ERROR_14_NONE]
property = true
[SPELL_FAILED_CUSTOM_ERROR_15]
property = true
[SPELL_FAILED_CUSTOM_ERROR_150]
property = true
[SPELL_FAILED_CUSTOM_ERROR_151]
property = true
[SPELL_FAILED_CUSTOM_ERROR_152]
property = true
[SPELL_FAILED_CUSTOM_ERROR_153]
property = true
[SPELL_FAILED_CUSTOM_ERROR_154]
property = true
[SPELL_FAILED_CUSTOM_ERROR_155]
property = true
[SPELL_FAILED_CUSTOM_ERROR_156]
property = true
[SPELL_FAILED_CUSTOM_ERROR_157]
property = true
[SPELL_FAILED_CUSTOM_ERROR_158]
property = true
[SPELL_FAILED_CUSTOM_ERROR_159]
property = true
[SPELL_FAILED_CUSTOM_ERROR_16]
property = true
[SPELL_FAILED_CUSTOM_ERROR_160]
property = true
[SPELL_FAILED_CUSTOM_ERROR_161]
property = true
[SPELL_FAILED_CUSTOM_ERROR_162]
property = true
[SPELL_FAILED_CUSTOM_ERROR_163]
property = true
[SPELL_FAILED_CUSTOM_ERROR_164]
property = true
[SPELL_FAILED_CUSTOM_ERROR_165]
property = true
[SPELL_FAILED_CUSTOM_ERROR_166]
property = true
[SPELL_FAILED_CUSTOM_ERROR_167]
property = true
[SPELL_FAILED_CUSTOM_ERROR_168]
property = true
[SPELL_FAILED_CUSTOM_ERROR_169]
property = true
[SPELL_FAILED_CUSTOM_ERROR_17]
property = true
[SPELL_FAILED_CUSTOM_ERROR_170]
property = true
[SPELL_FAILED_CUSTOM_ERROR_171]
property = true
[SPELL_FAILED_CUSTOM_ERROR_172]
property = true
[SPELL_FAILED_CUSTOM_ERROR_173]
property = true
[SPELL_FAILED_CUSTOM_ERROR_174]
property = true
[SPELL_FAILED_CUSTOM_ERROR_175]
property = true
[SPELL_FAILED_CUSTOM_ERROR_176]
property = true
[SPELL_FAILED_CUSTOM_ERROR_177]
property = true
[SPELL_FAILED_CUSTOM_ERROR_178]
property = true
[SPELL_FAILED_CUSTOM_ERROR_179]
property = true
[SPELL_FAILED_CUSTOM_ERROR_18]
property = true
[SPELL_FAILED_CUSTOM_ERROR_180]
property = true
[SPELL_FAILED_CUSTOM_ERROR_181]
property = true
[SPELL_FAILED_CUSTOM_ERROR_182]
property = true
[SPELL_FAILED_CUSTOM_ERROR_183]
property = true
[SPELL_FAILED_CUSTOM_ERROR_184]
property = true
[SPELL_FAILED_CUSTOM_ERROR_185]
property = true
[SPELL_FAILED_CUSTOM_ERROR_186]
property = true
[SPELL_FAILED_CUSTOM_ERROR_187]
property = true
[SPELL_FAILED_CUSTOM_ERROR_188]
property = true
[SPELL_FAILED_CUSTOM_ERROR_189]
property = true
[SPELL_FAILED_CUSTOM_ERROR_19]
property = true
[SPELL_FAILED_CUSTOM_ERROR_190]
property = true
[SPELL_FAILED_CUSTOM_ERROR_191]
property = true
[SPELL_FAILED_CUSTOM_ERROR_192]
property = true
[SPELL_FAILED_CUSTOM_ERROR_193]
property = true
[SPELL_FAILED_CUSTOM_ERROR_194]
property = true
[SPELL_FAILED_CUSTOM_ERROR_195]
property = true
[SPELL_FAILED_CUSTOM_ERROR_196]
property = true
[SPELL_FAILED_CUSTOM_ERROR_197]
property = true
[SPELL_FAILED_CUSTOM_ERROR_198]
property = true
[SPELL_FAILED_CUSTOM_ERROR_199]
property = true
[SPELL_FAILED_CUSTOM_ERROR_2]
property = true
[SPELL_FAILED_CUSTOM_ERROR_20]
property = true
[SPELL_FAILED_CUSTOM_ERROR_200]
property = true
[SPELL_FAILED_CUSTOM_ERROR_201]
property = true
[SPELL_FAILED_CUSTOM_ERROR_202]
property = true
[SPELL_FAILED_CUSTOM_ERROR_203]
property = true
[SPELL_FAILED_CUSTOM_ERROR_204]
property = true
[SPELL_FAILED_CUSTOM_ERROR_205]
property = true
[SPELL_FAILED_CUSTOM_ERROR_206]
property = true
[SPELL_FAILED_CUSTOM_ERROR_207]
property = true
[SPELL_FAILED_CUSTOM_ERROR_208]
property = true
[SPELL_FAILED_CUSTOM_ERROR_209]
property = true
[SPELL_FAILED_CUSTOM_ERROR_21]
property = true
[SPELL_FAILED_CUSTOM_ERROR_210]
property = true
[SPELL_FAILED_CUSTOM_ERROR_211]
property = true
[SPELL_FAILED_CUSTOM_ERROR_212]
property = true
[SPELL_FAILED_CUSTOM_ERROR_213]
property = true
[SPELL_FAILED_CUSTOM_ERROR_214]
property = true
[SPELL_FAILED_CUSTOM_ERROR_215]
property = true
[SPELL_FAILED_CUSTOM_ERROR_216]
property = true
[SPELL_FAILED_CUSTOM_ERROR_217]
property = true
[SPELL_FAILED_CUSTOM_ERROR_218]
property = true
[SPELL_FAILED_CUSTOM_ERROR_219]
property = true
[SPELL_FAILED_CUSTOM_ERROR_22]
property = true
[SPELL_FAILED_CUSTOM_ERROR_220]
property = true
[SPELL_FAILED_CUSTOM_ERROR_221]
property = true
[SPELL_FAILED_CUSTOM_ERROR_222]
property = true
[SPELL_FAILED_CUSTOM_ERROR_223]
property = true
[SPELL_FAILED_CUSTOM_ERROR_224]
property = true
[SPELL_FAILED_CUSTOM_ERROR_225]
property = true
[SPELL_FAILED_CUSTOM_ERROR_226]
property = true
[SPELL_FAILED_CUSTOM_ERROR_227]
property = true
[SPELL_FAILED_CUSTOM_ERROR_228]
property = true
[SPELL_FAILED_CUSTOM_ERROR_229]
property = true
[SPELL_FAILED_CUSTOM_ERROR_23]
property = true
[SPELL_FAILED_CUSTOM_ERROR_230]
property = true
[SPELL_FAILED_CUSTOM_ERROR_231]
property = true
[SPELL_FAILED_CUSTOM_ERROR_232]
property = true
[SPELL_FAILED_CUSTOM_ERROR_233]
property = true
[SPELL_FAILED_CUSTOM_ERROR_234]
property = true
[SPELL_FAILED_CUSTOM_ERROR_235]
property = true
[SPELL_FAILED_CUSTOM_ERROR_236]
property = true
[SPELL_FAILED_CUSTOM_ERROR_237]
property = true
[SPELL_FAILED_CUSTOM_ERROR_238]
property = true
[SPELL_FAILED_CUSTOM_ERROR_239]
property = true
[SPELL_FAILED_CUSTOM_ERROR_24]
property = true
[SPELL_FAILED_CUSTOM_ERROR_240]
property = true
[SPELL_FAILED_CUSTOM_ERROR_241]
property = true
[SPELL_FAILED_CUSTOM_ERROR_242]
property = true
[SPELL_FAILED_CUSTOM_ERROR_243]
property = true
[SPELL_FAILED_CUSTOM_ERROR_244]
property = true
[SPELL_FAILED_CUSTOM_ERROR_245]
property = true
[SPELL_FAILED_CUSTOM_ERROR_246]
property = true
[SPELL_FAILED_CUSTOM_ERROR_247]
property = true
[SPELL_FAILED_CUSTOM_ERROR_248]
property = true
[SPELL_FAILED_CUSTOM_ERROR_249]
property = true
[SPELL_FAILED_CUSTOM_ERROR_25]
property = true
[SPELL_FAILED_CUSTOM_ERROR_250]
property = true
[SPELL_FAILED_CUSTOM_ERROR_251]
property = true
[SPELL_FAILED_CUSTOM_ERROR_252]
property = true
[SPELL_FAILED_CUSTOM_ERROR_253]
property = true
[SPELL_FAILED_CUSTOM_ERROR_254]
property = true
[SPELL_FAILED_CUSTOM_ERROR_255]
property = true
[SPELL_FAILED_CUSTOM_ERROR_256]
property = true
[SPELL_FAILED_CUSTOM_ERROR_257]
property = true
[SPELL_FAILED_CUSTOM_ERROR_258]
property = true
[SPELL_FAILED_CUSTOM_ERROR_259]
property = true
[SPELL_FAILED_CUSTOM_ERROR_26]
property = true
[SPELL_FAILED_CUSTOM_ERROR_260]
property = true
[SPELL_FAILED_CUSTOM_ERROR_261]
property = true
[SPELL_FAILED_CUSTOM_ERROR_262]
property = true
[SPELL_FAILED_CUSTOM_ERROR_263]
property = true
[SPELL_FAILED_CUSTOM_ERROR_264]
property = true
[SPELL_FAILED_CUSTOM_ERROR_265]
property = true
[SPELL_FAILED_CUSTOM_ERROR_266]
property = true
[SPELL_FAILED_CUSTOM_ERROR_267]
property = true
[SPELL_FAILED_CUSTOM_ERROR_268]
property = true
[SPELL_FAILED_CUSTOM_ERROR_269]
property = true
[SPELL_FAILED_CUSTOM_ERROR_27]
property = true
[SPELL_FAILED_CUSTOM_ERROR_270]
property = true
[SPELL_FAILED_CUSTOM_ERROR_271]
property = true
[SPELL_FAILED_CUSTOM_ERROR_272]
property = true
[SPELL_FAILED_CUSTOM_ERROR_273]
property = true
[SPELL_FAILED_CUSTOM_ERROR_274]
property = true
[SPELL_FAILED_CUSTOM_ERROR_275]
property = true
[SPELL_FAILED_CUSTOM_ERROR_276]
property = true
[SPELL_FAILED_CUSTOM_ERROR_277]
property = true
[SPELL_FAILED_CUSTOM_ERROR_278]
property = true
[SPELL_FAILED_CUSTOM_ERROR_279]
property = true
[SPELL_FAILED_CUSTOM_ERROR_28]
property = true
[SPELL_FAILED_CUSTOM_ERROR_280]
property = true
[SPELL_FAILED_CUSTOM_ERROR_281]
property = true
[SPELL_FAILED_CUSTOM_ERROR_282]
property = true
[SPELL_FAILED_CUSTOM_ERROR_283]
property = true
[SPELL_FAILED_CUSTOM_ERROR_284]
property = true
[SPELL_FAILED_CUSTOM_ERROR_285]
property = true
[SPELL_FAILED_CUSTOM_ERROR_286]
property = true
[SPELL_FAILED_CUSTOM_ERROR_287]
property = true
[SPELL_FAILED_CUSTOM_ERROR_288]
property = true
[SPELL_FAILED_CUSTOM_ERROR_289]
property = true
[SPELL_FAILED_CUSTOM_ERROR_29]
property = true
[SPELL_FAILED_CUSTOM_ERROR_290]
property = true
[SPELL_FAILED_CUSTOM_ERROR_291]
property = true
[SPELL_FAILED_CUSTOM_ERROR_292]
property = true
[SPELL_FAILED_CUSTOM_ERROR_293]
property = true
[SPELL_FAILED_CUSTOM_ERROR_294]
property = true
[SPELL_FAILED_CUSTOM_ERROR_295]
property = true
[SPELL_FAILED_CUSTOM_ERROR_296]
property = true
[SPELL_FAILED_CUSTOM_ERROR_297]
property = true
[SPELL_FAILED_CUSTOM_ERROR_298]
property = true
[SPELL_FAILED_CUSTOM_ERROR_299]
property = true
[SPELL_FAILED_CUSTOM_ERROR_3]
property = true
[SPELL_FAILED_CUSTOM_ERROR_30]
property = true
[SPELL_FAILED_CUSTOM_ERROR_300]
property = true
[SPELL_FAILED_CUSTOM_ERROR_301]
property = true
[SPELL_FAILED_CUSTOM_ERROR_302]
property = true
[SPELL_FAILED_CUSTOM_ERROR_303]
property = true
[SPELL_FAILED_CUSTOM_ERROR_304]
property = true
[SPELL_FAILED_CUSTOM_ERROR_305]
property = true
[SPELL_FAILED_CUSTOM_ERROR_306]
property = true
[SPELL_FAILED_CUSTOM_ERROR_307]
property = true
[SPELL_FAILED_CUSTOM_ERROR_308]
property = true
[SPELL_FAILED_CUSTOM_ERROR_309]
property = true
[SPELL_FAILED_CUSTOM_ERROR_31]
property = true
[SPELL_FAILED_CUSTOM_ERROR_310]
property = true
[SPELL_FAILED_CUSTOM_ERROR_311]
property = true
[SPELL_FAILED_CUSTOM_ERROR_312]
property = true
[SPELL_FAILED_CUSTOM_ERROR_313]
property = true
[SPELL_FAILED_CUSTOM_ERROR_314]
property = true
[SPELL_FAILED_CUSTOM_ERROR_315]
property = true
[SPELL_FAILED_CUSTOM_ERROR_316]
property = true
[SPELL_FAILED_CUSTOM_ERROR_317]
property = true
[SPELL_FAILED_CUSTOM_ERROR_318]
property = true
[SPELL_FAILED_CUSTOM_ERROR_319]
property = true
[SPELL_FAILED_CUSTOM_ERROR_32]
property = true
[SPELL_FAILED_CUSTOM_ERROR_320]
property = true
[SPELL_FAILED_CUSTOM_ERROR_321]
property = true
[SPELL_FAILED_CUSTOM_ERROR_322]
property = true
[SPELL_FAILED_CUSTOM_ERROR_323]
property = true
[SPELL_FAILED_CUSTOM_ERROR_324]
property = true
[SPELL_FAILED_CUSTOM_ERROR_325]
property = true
[SPELL_FAILED_CUSTOM_ERROR_326]
property = true
[SPELL_FAILED_CUSTOM_ERROR_327]
property = true
[SPELL_FAILED_CUSTOM_ERROR_328]
property = true
[SPELL_FAILED_CUSTOM_ERROR_329]
property = true
[SPELL_FAILED_CUSTOM_ERROR_33]
property = true
[SPELL_FAILED_CUSTOM_ERROR_330]
property = true
[SPELL_FAILED_CUSTOM_ERROR_331]
property = true
[SPELL_FAILED_CUSTOM_ERROR_332]
property = true
[SPELL_FAILED_CUSTOM_ERROR_333]
property = true
[SPELL_FAILED_CUSTOM_ERROR_334]
property = true
[SPELL_FAILED_CUSTOM_ERROR_335]
property = true
[SPELL_FAILED_CUSTOM_ERROR_336]
property = true
[SPELL_FAILED_CUSTOM_ERROR_337]
property = true
[SPELL_FAILED_CUSTOM_ERROR_338]
property = true
[SPELL_FAILED_CUSTOM_ERROR_339]
property = true
[SPELL_FAILED_CUSTOM_ERROR_34]
property = true
[SPELL_FAILED_CUSTOM_ERROR_340]
property = true
[SPELL_FAILED_CUSTOM_ERROR_341]
property = true
[SPELL_FAILED_CUSTOM_ERROR_342]
property = true
[SPELL_FAILED_CUSTOM_ERROR_343]
property = true
[SPELL_FAILED_CUSTOM_ERROR_344]
property = true
[SPELL_FAILED_CUSTOM_ERROR_345]
property = true
[SPELL_FAILED_CUSTOM_ERROR_346]
property = true
[SPELL_FAILED_CUSTOM_ERROR_347]
property = true
[SPELL_FAILED_CUSTOM_ERROR_348]
property = true
[SPELL_FAILED_CUSTOM_ERROR_349]
property = true
[SPELL_FAILED_CUSTOM_ERROR_35]
property = true
[SPELL_FAILED_CUSTOM_ERROR_350]
property = true
[SPELL_FAILED_CUSTOM_ERROR_351]
property = true
[SPELL_FAILED_CUSTOM_ERROR_352]
property = true
[SPELL_FAILED_CUSTOM_ERROR_353]
property = true
[SPELL_FAILED_CUSTOM_ERROR_354]
property = true
[SPELL_FAILED_CUSTOM_ERROR_355]
property = true
[SPELL_FAILED_CUSTOM_ERROR_356]
property = true
[SPELL_FAILED_CUSTOM_ERROR_357]
property = true
[SPELL_FAILED_CUSTOM_ERROR_358]
property = true
[SPELL_FAILED_CUSTOM_ERROR_359]
property = true
[SPELL_FAILED_CUSTOM_ERROR_36]
property = true
[SPELL_FAILED_CUSTOM_ERROR_360]
property = true
[SPELL_FAILED_CUSTOM_ERROR_361]
property = true
[SPELL_FAILED_CUSTOM_ERROR_362]
property = true
[SPELL_FAILED_CUSTOM_ERROR_363]
property = true
[SPELL_FAILED_CUSTOM_ERROR_364]
property = true
[SPELL_FAILED_CUSTOM_ERROR_365]
property = true
[SPELL_FAILED_CUSTOM_ERROR_366]
property = true
[SPELL_FAILED_CUSTOM_ERROR_367]
property = true
[SPELL_FAILED_CUSTOM_ERROR_368]
property = true
[SPELL_FAILED_CUSTOM_ERROR_369]
property = true
[SPELL_FAILED_CUSTOM_ERROR_37]
property = true
[SPELL_FAILED_CUSTOM_ERROR_370]
property = true
[SPELL_FAILED_CUSTOM_ERROR_371]
property = true
[SPELL_FAILED_CUSTOM_ERROR_372]
property = true
[SPELL_FAILED_CUSTOM_ERROR_373]
property = true
[SPELL_FAILED_CUSTOM_ERROR_374]
property = true
[SPELL_FAILED_CUSTOM_ERROR_375]
property = true
[SPELL_FAILED_CUSTOM_ERROR_376]
property = true
[SPELL_FAILED_CUSTOM_ERROR_377]
property = true
[SPELL_FAILED_CUSTOM_ERROR_378]
property = true
[SPELL_FAILED_CUSTOM_ERROR_379]
property = true
[SPELL_FAILED_CUSTOM_ERROR_38]
property = true
[SPELL_FAILED_CUSTOM_ERROR_380]
property = true
[SPELL_FAILED_CUSTOM_ERROR_381]
property = true
[SPELL_FAILED_CUSTOM_ERROR_382]
property = true
[SPELL_FAILED_CUSTOM_ERROR_383]
property = true
[SPELL_FAILED_CUSTOM_ERROR_384]
property = true
[SPELL_FAILED_CUSTOM_ERROR_385]
property = true
[SPELL_FAILED_CUSTOM_ERROR_386]
property = true
[SPELL_FAILED_CUSTOM_ERROR_387]
property = true
[SPELL_FAILED_CUSTOM_ERROR_388]
property = true
[SPELL_FAILED_CUSTOM_ERROR_389]
property = true
[SPELL_FAILED_CUSTOM_ERROR_39]
property = true
[SPELL_FAILED_CUSTOM_ERROR_390]
property = true
[SPELL_FAILED_CUSTOM_ERROR_391]
property = true
[SPELL_FAILED_CUSTOM_ERROR_393]
property = true
[SPELL_FAILED_CUSTOM_ERROR_394]
property = true
[SPELL_FAILED_CUSTOM_ERROR_395]
property = true
[SPELL_FAILED_CUSTOM_ERROR_396]
property = true
[SPELL_FAILED_CUSTOM_ERROR_397]
property = true
[SPELL_FAILED_CUSTOM_ERROR_398]
property = true
[SPELL_FAILED_CUSTOM_ERROR_399]
property = true
[SPELL_FAILED_CUSTOM_ERROR_4]
property = true
[SPELL_FAILED_CUSTOM_ERROR_40]
property = true
[SPELL_FAILED_CUSTOM_ERROR_400]
property = true
[SPELL_FAILED_CUSTOM_ERROR_401]
property = true
[SPELL_FAILED_CUSTOM_ERROR_402]
property = true
[SPELL_FAILED_CUSTOM_ERROR_403]
property = true
[SPELL_FAILED_CUSTOM_ERROR_404]
property = true
[SPELL_FAILED_CUSTOM_ERROR_405]
property = true
[SPELL_FAILED_CUSTOM_ERROR_406]
property = true
[SPELL_FAILED_CUSTOM_ERROR_407]
property = true
[SPELL_FAILED_CUSTOM_ERROR_408]
property = true
[SPELL_FAILED_CUSTOM_ERROR_409]
property = true
[SPELL_FAILED_CUSTOM_ERROR_41]
property = true
[SPELL_FAILED_CUSTOM_ERROR_410]
property = true
[SPELL_FAILED_CUSTOM_ERROR_411]
property = true
[SPELL_FAILED_CUSTOM_ERROR_412]
property = true
[SPELL_FAILED_CUSTOM_ERROR_413]
property = true
[SPELL_FAILED_CUSTOM_ERROR_414]
property = true
[SPELL_FAILED_CUSTOM_ERROR_415]
property = true
[SPELL_FAILED_CUSTOM_ERROR_416]
property = true
[SPELL_FAILED_CUSTOM_ERROR_417]
property = true
[SPELL_FAILED_CUSTOM_ERROR_418]
property = true
[SPELL_FAILED_CUSTOM_ERROR_419]
property = true
[SPELL_FAILED_CUSTOM_ERROR_42]
property = true
[SPELL_FAILED_CUSTOM_ERROR_421]
property = true
[SPELL_FAILED_CUSTOM_ERROR_422]
property = true
[SPELL_FAILED_CUSTOM_ERROR_423]
property = true
[SPELL_FAILED_CUSTOM_ERROR_424]
property = true
[SPELL_FAILED_CUSTOM_ERROR_425]
property = true
[SPELL_FAILED_CUSTOM_ERROR_426]
property = true
[SPELL_FAILED_CUSTOM_ERROR_427]
property = true
[SPELL_FAILED_CUSTOM_ERROR_429]
property = true
[SPELL_FAILED_CUSTOM_ERROR_43]
property = true
[SPELL_FAILED_CUSTOM_ERROR_430]
property = true
[SPELL_FAILED_CUSTOM_ERROR_431]
property = true
[SPELL_FAILED_CUSTOM_ERROR_432]
property = true
[SPELL_FAILED_CUSTOM_ERROR_434]
property = true
[SPELL_FAILED_CUSTOM_ERROR_435]
property = true
[SPELL_FAILED_CUSTOM_ERROR_436]
property = true
[SPELL_FAILED_CUSTOM_ERROR_437]
property = true
[SPELL_FAILED_CUSTOM_ERROR_438]
property = true
[SPELL_FAILED_CUSTOM_ERROR_439]
property = true
[SPELL_FAILED_CUSTOM_ERROR_44]
property = true
[SPELL_FAILED_CUSTOM_ERROR_440]
property = true
[SPELL_FAILED_CUSTOM_ERROR_442]
property = true
[SPELL_FAILED_CUSTOM_ERROR_443]
property = true
[SPELL_FAILED_CUSTOM_ERROR_444]
property = true
[SPELL_FAILED_CUSTOM_ERROR_446]
property = true
[SPELL_FAILED_CUSTOM_ERROR_447]
property = true
[SPELL_FAILED_CUSTOM_ERROR_448]
property = true
[SPELL_FAILED_CUSTOM_ERROR_449]
property = true
[SPELL_FAILED_CUSTOM_ERROR_45]
property = true
[SPELL_FAILED_CUSTOM_ERROR_450]
property = true
[SPELL_FAILED_CUSTOM_ERROR_452]
property = true
[SPELL_FAILED_CUSTOM_ERROR_453]
property = true
[SPELL_FAILED_CUSTOM_ERROR_46]
property = true
[SPELL_FAILED_CUSTOM_ERROR_47]
property = true
[SPELL_FAILED_CUSTOM_ERROR_48]
property = true
[SPELL_FAILED_CUSTOM_ERROR_49]
property = true
[SPELL_FAILED_CUSTOM_ERROR_5]
property = true
[SPELL_FAILED_CUSTOM_ERROR_50]
property = true
[SPELL_FAILED_CUSTOM_ERROR_51]
property = true
[SPELL_FAILED_CUSTOM_ERROR_52]
property = true
[SPELL_FAILED_CUSTOM_ERROR_53]
property = true
[SPELL_FAILED_CUSTOM_ERROR_54]
property = true
[SPELL_FAILED_CUSTOM_ERROR_55]
property = true
[SPELL_FAILED_CUSTOM_ERROR_56]
property = true
[SPELL_FAILED_CUSTOM_ERROR_57]
property = true
[SPELL_FAILED_CUSTOM_ERROR_58]
property = true
[SPELL_FAILED_CUSTOM_ERROR_59]
property = true
[SPELL_FAILED_CUSTOM_ERROR_6]
property = true
[SPELL_FAILED_CUSTOM_ERROR_60]
property = true
[SPELL_FAILED_CUSTOM_ERROR_61]
property = true
[SPELL_FAILED_CUSTOM_ERROR_62]
property = true
[SPELL_FAILED_CUSTOM_ERROR_63]
property = true
[SPELL_FAILED_CUSTOM_ERROR_64]
property = true
[SPELL_FAILED_CUSTOM_ERROR_65]
property = true
[SPELL_FAILED_CUSTOM_ERROR_66]
property = true
[SPELL_FAILED_CUSTOM_ERROR_67]
property = true
[SPELL_FAILED_CUSTOM_ERROR_68]
property = true
[SPELL_FAILED_CUSTOM_ERROR_69]
property = true
[SPELL_FAILED_CUSTOM_ERROR_7]
property = true
[SPELL_FAILED_CUSTOM_ERROR_70]
property = true
[SPELL_FAILED_CUSTOM_ERROR_71]
property = true
[SPELL_FAILED_CUSTOM_ERROR_72]
property = true
[SPELL_FAILED_CUSTOM_ERROR_73]
property = true
[SPELL_FAILED_CUSTOM_ERROR_74]
property = true
[SPELL_FAILED_CUSTOM_ERROR_75]
property = true
[SPELL_FAILED_CUSTOM_ERROR_76]
property = true
[SPELL_FAILED_CUSTOM_ERROR_77]
property = true
[SPELL_FAILED_CUSTOM_ERROR_78]
property = true
[SPELL_FAILED_CUSTOM_ERROR_79]
property = true
[SPELL_FAILED_CUSTOM_ERROR_8]
property = true
[SPELL_FAILED_CUSTOM_ERROR_80]
property = true
[SPELL_FAILED_CUSTOM_ERROR_81]
property = true
[SPELL_FAILED_CUSTOM_ERROR_82]
property = true
[SPELL_FAILED_CUSTOM_ERROR_83]
property = true
[SPELL_FAILED_CUSTOM_ERROR_84]
property = true
[SPELL_FAILED_CUSTOM_ERROR_85]
property = true
[SPELL_FAILED_CUSTOM_ERROR_86]
property = true
[SPELL_FAILED_CUSTOM_ERROR_87]
property = true
[SPELL_FAILED_CUSTOM_ERROR_88]
property = true
[SPELL_FAILED_CUSTOM_ERROR_89]
property = true
[SPELL_FAILED_CUSTOM_ERROR_9]
property = true
[SPELL_FAILED_CUSTOM_ERROR_90]
property = true
[SPELL_FAILED_CUSTOM_ERROR_91]
property = true
[SPELL_FAILED_CUSTOM_ERROR_92]
property = true
[SPELL_FAILED_CUSTOM_ERROR_93]
property = true
[SPELL_FAILED_CUSTOM_ERROR_94]
property = true
[SPELL_FAILED_CUSTOM_ERROR_95]
property = true
[SPELL_FAILED_CUSTOM_ERROR_96]
property = true
[SPELL_FAILED_CUSTOM_ERROR_97]
property = true
[SPELL_FAILED_CUSTOM_ERROR_98]
property = true
[SPELL_FAILED_CUSTOM_ERROR_99]
property = true
[SPELL_FAILED_DAMAGE_IMMUNE]
property = true
[SPELL_FAILED_DISABLED_BY_AURA_LABEL]
property = true
[SPELL_FAILED_DISABLED_BY_MAX_USABLE_LEVEL]
property = true
[SPELL_FAILED_DISABLED_BY_POWER_SCALING]
property = true
[SPELL_FAILED_DRAENOR_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_EQUIPPED_ITEM]
property = true
[SPELL_FAILED_EQUIPPED_ITEM_CLASS]
property = true
[SPELL_FAILED_EQUIPPED_ITEM_CLASS_MAINHAND]
property = true
[SPELL_FAILED_EQUIPPED_ITEM_CLASS_OFFHAND]
property = true
[SPELL_FAILED_ERROR]
property = true
[SPELL_FAILED_EXCEEDED_WEEKLY_USAGE]
property = true
[SPELL_FAILED_EXPERT_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_FALLING]
property = true
[SPELL_FAILED_FISHING_TOO_LOW]
property = true
[SPELL_FAILED_FIZZLE]
property = true
[SPELL_FAILED_FLEEING]
property = true
[SPELL_FAILED_FLIGHT_MASTER_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_FLOATING_MOUNT_NOT_ALLOWED]
property = true
[SPELL_FAILED_FLYING_MOUNT_NOT_ALLOWED]
property = true
[SPELL_FAILED_FOLLOWER_CLASS_SPEC_CAP]
property = true
[SPELL_FAILED_FOLLOWER_KNOWN]
property = true
[SPELL_FAILED_FOOD_LOWLEVEL]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_HAS_ABILITY]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_HAS_SINGLE_MISSION_ABILITY]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_IN_BUILDING]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_MAX_ITEM_LEVEL]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_MAX_LEVEL]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_MAX_QUALITY]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_MIN_ITEM_LEVEL]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_NOT_MAX_LEVEL]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_NO_OVERRIDEABLE_ABILITY]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_ON_MISSION]
property = true
[SPELL_FAILED_GARRISON_FOLLOWER_REQUIRES_EPIC]
property = true
[SPELL_FAILED_GARRISON_MISSION_COMPLETE]
property = true
[SPELL_FAILED_GARRISON_MISSION_NOT_IN_PROGRESS]
property = true
[SPELL_FAILED_GARRISON_NOT_OWNED]
property = true
[SPELL_FAILED_GARRISON_NO_MISSIONS_AVAILABLE]
property = true
[SPELL_FAILED_GARRISON_OWNED]
property = true
[SPELL_FAILED_GLYPH_EXCLUSIVE_CATEGORY]
property = true
[SPELL_FAILED_GLYPH_INVALID_SPEC]
property = true
[SPELL_FAILED_GLYPH_NO_SPEC]
property = true
[SPELL_FAILED_GLYPH_SOCKET_LOCKED]
property = true
[SPELL_FAILED_GROUND_MOUNT_NOT_ALLOWED]
property = true
[SPELL_FAILED_HAS_MISSION]
property = true
[SPELL_FAILED_HIGHLEVEL]
property = true
[SPELL_FAILED_IMMUNE]
property = true
[SPELL_FAILED_INCORRECT_AREA]
property = true
[SPELL_FAILED_INTERRUPTED]
property = true
[SPELL_FAILED_INTERRUPTED_COMBAT]
property = true
[SPELL_FAILED_INVALID_GLYPH]
property = true
[SPELL_FAILED_IN_COMBAT_RES_LIMIT_REACHED]
property = true
[SPELL_FAILED_ITEM_ALREADY_ENCHANTED]
property = true
[SPELL_FAILED_ITEM_AT_MAX_CHARGES]
property = true
[SPELL_FAILED_ITEM_ENCHANT_TRADE_WINDOW]
property = true
[SPELL_FAILED_ITEM_GONE]
property = true
[SPELL_FAILED_ITEM_NOT_A_WEAPON]
property = true
[SPELL_FAILED_ITEM_NOT_FOUND]
property = true
[SPELL_FAILED_ITEM_NOT_READY]
property = true
[SPELL_FAILED_JOURNEYMAN_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_LEVEL_REQUIREMENT]
property = true
[SPELL_FAILED_LEVEL_REQUIREMENT_PET]
property = true
[SPELL_FAILED_LIMIT_CATEGORY_EXCEEDED]
property = true
[SPELL_FAILED_LINE_OF_SIGHT]
property = true
[SPELL_FAILED_LOWLEVEL]
property = true
[SPELL_FAILED_LOW_CASTLEVEL]
property = true
[SPELL_FAILED_MAINHAND_EMPTY]
property = true
[SPELL_FAILED_MASTER_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_MIN_SKILL]
property = true
[SPELL_FAILED_MOUNT_ABOVE_WATER_HERE]
property = true
[SPELL_FAILED_MOUNT_COLLECTED_ON_OTHER_CHAR]
property = true
[SPELL_FAILED_MOUNT_NO_FLOAT_HERE]
property = true
[SPELL_FAILED_MOUNT_NO_UNDERWATER_HERE]
property = true
[SPELL_FAILED_MOVING]
property = true
[SPELL_FAILED_MUST_KNOW_SUPERCEDING_SPELL]
property = true
[SPELL_FAILED_NEED_ALL_PARTY_MEMBERS]
property = true
[SPELL_FAILED_NEED_AMMO]
property = true
[SPELL_FAILED_NEED_AMMO_POUCH]
property = true
[SPELL_FAILED_NEED_EXOTIC_AMMO]
property = true
[SPELL_FAILED_NEED_MORE_ITEMS]
property = true
[SPELL_FAILED_NOPATH]
property = true
[SPELL_FAILED_NOTHING_TO_DISPEL]
property = true
[SPELL_FAILED_NOTHING_TO_STEAL]
property = true
[SPELL_FAILED_NOT_BEHIND]
property = true
[SPELL_FAILED_NOT_ENOUGH_CURRENCY]
property = true
[SPELL_FAILED_NOT_ENOUGH_SHIPMENTS_FOR_CONTAINER]
property = true
[SPELL_FAILED_NOT_FISHABLE]
property = true
[SPELL_FAILED_NOT_FLYING]
property = true
[SPELL_FAILED_NOT_HERE]
property = true
[SPELL_FAILED_NOT_IDLE]
property = true
[SPELL_FAILED_NOT_INACTIVE]
property = true
[SPELL_FAILED_NOT_INFRONT]
property = true
[SPELL_FAILED_NOT_IN_ARENA]
property = true
[SPELL_FAILED_NOT_IN_ARENA_FIXME]
property = true
[SPELL_FAILED_NOT_IN_BARBERSHOP]
property = true
[SPELL_FAILED_NOT_IN_BATTLEGROUND]
property = true
[SPELL_FAILED_NOT_IN_CONTROL]
property = true
[SPELL_FAILED_NOT_IN_LFG_DUNGEON]
property = true
[SPELL_FAILED_NOT_IN_RAID_INSTANCE]
property = true
[SPELL_FAILED_NOT_IN_RATED_BATTLEGROUND]
property = true
[SPELL_FAILED_NOT_KNOWN]
property = true
[SPELL_FAILED_NOT_MOUNTED]
property = true
[SPELL_FAILED_NOT_ON_DAMAGE_IMMUNE]
property = true
[SPELL_FAILED_NOT_ON_GROUND]
property = true
[SPELL_FAILED_NOT_ON_MOUNTED]
property = true
[SPELL_FAILED_NOT_ON_SHAPESHIFT]
property = true
[SPELL_FAILED_NOT_ON_STEALTHED]
property = true
[SPELL_FAILED_NOT_ON_TAXI]
property = true
[SPELL_FAILED_NOT_ON_TRANSPORT]
property = true
[SPELL_FAILED_NOT_READY]
property = true
[SPELL_FAILED_NOT_SHAPESHIFT]
property = true
[SPELL_FAILED_NOT_SOULBOUND]
property = true
[SPELL_FAILED_NOT_STANDING]
property = true
[SPELL_FAILED_NOT_TRADEABLE]
property = true
[SPELL_FAILED_NOT_TRADING]
property = true
[SPELL_FAILED_NOT_UNSHEATHED]
property = true
[SPELL_FAILED_NOT_WHILE_FATIGUED]
property = true
[SPELL_FAILED_NOT_WHILE_GHOST]
property = true
[SPELL_FAILED_NOT_WHILE_LOOTING]
property = true
[SPELL_FAILED_NOT_WHILE_MERCENARY]
property = true
[SPELL_FAILED_NOT_WHILE_TRADING]
property = true
[SPELL_FAILED_NO_ACTIONS]
property = true
[SPELL_FAILED_NO_ACTIVE_GLYPHS]
property = true
[SPELL_FAILED_NO_AMMO]
property = true
[SPELL_FAILED_NO_ARTIFACT_EQUIPPED]
property = true
[SPELL_FAILED_NO_BONE_SHIELD]
property = true
[SPELL_FAILED_NO_BUILDING_FOR_SHIPMENT]
property = true
[SPELL_FAILED_NO_CHAMPION]
property = true
[SPELL_FAILED_NO_CHARGES_REMAIN]
property = true
[SPELL_FAILED_NO_COMBO_POINTS]
property = true
[SPELL_FAILED_NO_DUELING]
property = true
[SPELL_FAILED_NO_DUNGEON_ENCOUNTER]
property = true
[SPELL_FAILED_NO_EDIBLE_CORPSES]
property = true
[SPELL_FAILED_NO_ENDURANCE]
property = true
[SPELL_FAILED_NO_EVASIVE_CHARGES]
property = true
[SPELL_FAILED_NO_FISH]
property = true
[SPELL_FAILED_NO_ITEMS_WHILE_SHAPESHIFTED]
property = true
[SPELL_FAILED_NO_LIQUID]
property = true
[SPELL_FAILED_NO_MAGIC_TO_CONSUME]
property = true
[SPELL_FAILED_NO_MOUNTS_ALLOWED]
property = true
[SPELL_FAILED_NO_PET]
property = true
[SPELL_FAILED_NO_PLAYTIME]
property = true
[SPELL_FAILED_NO_SHIPMENTS_FOR_CONTAINER]
property = true
[SPELL_FAILED_NO_SPEC]
property = true
[SPELL_FAILED_NO_TELEPORT_FROM_DUNGEON]
property = true
[SPELL_FAILED_NO_VACANT_SEAT]
property = true
[SPELL_FAILED_ONLY_ABOVEWATER]
property = true
[SPELL_FAILED_ONLY_BATTLEGROUNDS]
property = true
[SPELL_FAILED_ONLY_INDOORS]
property = true
[SPELL_FAILED_ONLY_IN_ARENA]
property = true
[SPELL_FAILED_ONLY_MOUNTED]
property = true
[SPELL_FAILED_ONLY_NOT_SWIMMING]
property = true
[SPELL_FAILED_ONLY_OUTDOORS]
property = true
[SPELL_FAILED_ONLY_SHAPESHIFT]
property = true
[SPELL_FAILED_ONLY_STEALTHED]
property = true
[SPELL_FAILED_ONLY_UNDERWATER]
property = true
[SPELL_FAILED_OUT_OF_RANGE]
property = true
[SPELL_FAILED_PACIFIED]
property = true
[SPELL_FAILED_PANDA_RIDING_REQUIREMENT]
property = true
[SPELL_FAILED_PARTIAL_PLAYTIME]
property = true
[SPELL_FAILED_PET_CAN_RENAME]
property = true
[SPELL_FAILED_POSSESSED]
property = true
[SPELL_FAILED_PREVENTED_BY_MECHANIC]
property = true
[SPELL_FAILED_REAGENTS]
property = true
[SPELL_FAILED_REPUTATION]
property = true
[SPELL_FAILED_REQUIRES_AREA]
property = true
[SPELL_FAILED_REQUIRES_SPELL_FOCUS]
property = true
[SPELL_FAILED_ROCKET_PACK]
property = true
[SPELL_FAILED_ROOTED]
property = true
[SPELL_FAILED_SAME_ENCHANT_VISUAL]
property = true
[SPELL_FAILED_SHIPMENTS_FULL]
property = true
[SPELL_FAILED_SILENCED]
property = true
[SPELL_FAILED_SKILL_LINE_NOT_KNOWN]
property = true
[SPELL_FAILED_SPEC_DISABLED]
property = true
[SPELL_FAILED_SPELL_ALREADY_KNOWN]
property = true
[SPELL_FAILED_SPELL_IN_PROGRESS]
property = true
[SPELL_FAILED_SPELL_LEARNED]
property = true
[SPELL_FAILED_SPELL_UNAVAILABLE]
property = true
[SPELL_FAILED_SPELL_UNAVAILABLE_PET]
property = true
[SPELL_FAILED_STUNNED]
property = true
[SPELL_FAILED_SUMMON_MAP_CONDITION]
property = true
[SPELL_FAILED_SUMMON_PENDING]
property = true
[SPELL_FAILED_TARGETS_DEAD]
property = true
[SPELL_FAILED_TARGET_AFFECTING_COMBAT]
property = true
[SPELL_FAILED_TARGET_AURASTATE]
property = true
[SPELL_FAILED_TARGET_CANNOT_BE_RESURRECTED]
property = true
[SPELL_FAILED_TARGET_DUELING]
property = true
[SPELL_FAILED_TARGET_ENEMY]
property = true
[SPELL_FAILED_TARGET_ENRAGED]
property = true
[SPELL_FAILED_TARGET_FREEFORALL]
property = true
[SPELL_FAILED_TARGET_FRIENDLY]
property = true
[SPELL_FAILED_TARGET_HAS_RESURRECT_PENDING]
property = true
[SPELL_FAILED_TARGET_IN_COMBAT]
property = true
[SPELL_FAILED_TARGET_IN_PET_BATTLE]
property = true
[SPELL_FAILED_TARGET_IS_PLAYER]
property = true
[SPELL_FAILED_TARGET_IS_PLAYER_CONTROLLED]
property = true
[SPELL_FAILED_TARGET_IS_TRIVIAL]
property = true
[SPELL_FAILED_TARGET_LOCKED_TO_RAID_INSTANCE]
property = true
[SPELL_FAILED_TARGET_NOT_DEAD]
property = true
[SPELL_FAILED_TARGET_NOT_GHOST]
property = true
[SPELL_FAILED_TARGET_NOT_GROUNDED]
property = true
[SPELL_FAILED_TARGET_NOT_IN_INSTANCE]
property = true
[SPELL_FAILED_TARGET_NOT_IN_PARTY]
property = true
[SPELL_FAILED_TARGET_NOT_IN_RAID]
property = true
[SPELL_FAILED_TARGET_NOT_IN_SANCTUARY]
property = true
[SPELL_FAILED_TARGET_NOT_LOOTED]
property = true
[SPELL_FAILED_TARGET_NOT_PLAYER]
property = true
[SPELL_FAILED_TARGET_NO_POCKETS]
property = true
[SPELL_FAILED_TARGET_NO_RANGED_WEAPONS]
property = true
[SPELL_FAILED_TARGET_NO_WEAPONS]
property = true
[SPELL_FAILED_TARGET_ON_TAXI]
property = true
[SPELL_FAILED_TARGET_UNSKINNABLE]
property = true
[SPELL_FAILED_TOO_CLOSE]
property = true
[SPELL_FAILED_TOO_MANY_OF_ITEM]
property = true
[SPELL_FAILED_TOO_SHALLOW]
property = true
[SPELL_FAILED_TOTEMS]
property = true
[SPELL_FAILED_TOTEM_CATEGORY]
property = true
[SPELL_FAILED_TOY_ALREADY_KNOWN]
property = true
[SPELL_FAILED_TOY_USE_LIMIT_REACHED]
property = true
[SPELL_FAILED_TRANSFORM_UNUSABLE]
property = true
[SPELL_FAILED_TRY_AGAIN]
property = true
[SPELL_FAILED_UNDERWATER_MOUNT_NOT_ALLOWED]
property = true
[SPELL_FAILED_UNIQUE_GLYPH]
property = true
[SPELL_FAILED_UNIT_NOT_BEHIND]
property = true
[SPELL_FAILED_UNIT_NOT_INFRONT]
property = true
[SPELL_FAILED_UNKNOWN]
property = true
[SPELL_FAILED_VETERAN_TRIAL_ABOVE_SKILL_RANK_MAX]
property = true
[SPELL_FAILED_VISION_OBSCURED]
property = true
[SPELL_FAILED_WEIGHT_NOT_ENOUGH]
property = true
[SPELL_FAILED_WEIGHT_TOO_MUCH]
property = true
[SPELL_FAILED_WRONG_ARTIFACT_EQUIPPED]
property = true
[SPELL_FAILED_WRONG_BATTLE_PET_TYPE]
property = true
[SPELL_FAILED_WRONG_FACTION]
property = true
[SPELL_FAILED_WRONG_PET_FOOD]
property = true
[SPELL_FAILED_WRONG_WEATHER]
property = true
[SPELL_FAILED_YOU_CANNOT_USE_THAT_IN_PVP_INSTANCE]
property = true
[SPELL_HASTE]
property = true
[SPELL_HASTE_ABBR]
property = true
[SPELL_HASTE_TOOLTIP]
property = true
[SPELL_HEAL_COMBATLOG_TOOLTIP]
property = true
[SPELL_INSTAKILL_COMBATLOG_TOOLTIP]
property = true
[SPELL_INSTANT_EFFECT]
property = true
[SPELL_INTERRUPT_COMBATLOG_TOOLTIP]
property = true
[SPELL_LASTING_EFFECT]
property = true
[SPELL_MAX_CHARGES]
property = true
[SPELL_MESSAGES]
property = true
[SPELL_MISSED_COMBATLOG_TOOLTIP]
property = true
[SPELL_NAMES]
property = true
[SPELL_NAMES_COMBATLOG_TOOLTIP]
property = true
[SPELL_NAMES_SHOW_BRACES_COMBATLOG_TOOLTIP]
property = true
[SPELL_NOT_SHAPESHIFTED]
property = true
[SPELL_NOT_SHAPESHIFTED_NOSPACE]
property = true
[SPELL_ON_NEXT_RANGED]
property = true
[SPELL_ON_NEXT_SWING]
property = true
[SPELL_OTHER_MESSAGES]
property = true
[SPELL_PASSIVE]
property = true
[SPELL_PASSIVE_EFFECT]
property = true
[SPELL_PASSIVE_SECOND]
property = true
[SPELL_PENETRATION]
property = true
[SPELL_PENETRATION_TOOLTIP]
property = true
[SPELL_PERIODIC_COMBATLOG_TOOLTIP]
property = true
[SPELL_PERIODIC_DAMAGE_COMBATLOG_TOOLTIP]
property = true
[SPELL_PERIODIC_HEAL_COMBATLOG_TOOLTIP]
property = true
[SPELL_PERIODIC_MISSED_COMBATLOG_TOOLTIP]
property = true
[SPELL_PERIODIC_OTHER_COMBATLOG_TOOLTIP]
property = true
[SPELL_POINTS_SPREAD_TEMPLATE]
property = true
[SPELL_POINTS_SPREAD_TEMPLATE_WITH_SYMBOL]
property = true
[SPELL_RANGE]
property = true
[SPELL_RANGE_AREA]
property = true
[SPELL_RANGE_DUAL]
property = true
[SPELL_RANGE_UNLIMITED]
property = true
[SPELL_REAGENTS]
property = true
[SPELL_RECAST_TIME_CHARGES_DAYS]
property = true
[SPELL_RECAST_TIME_CHARGES_HOURS]
property = true
[SPELL_RECAST_TIME_CHARGES_INSTANT]
property = true
[SPELL_RECAST_TIME_CHARGES_MIN]
property = true
[SPELL_RECAST_TIME_CHARGES_SEC]
property = true
[SPELL_RECAST_TIME_CHARGEUP_DAYS]
property = true
[SPELL_RECAST_TIME_CHARGEUP_HOURS]
property = true
[SPELL_RECAST_TIME_CHARGEUP_INSTANT]
property = true
[SPELL_RECAST_TIME_CHARGEUP_MIN]
property = true
[SPELL_RECAST_TIME_CHARGEUP_SEC]
property = true
[SPELL_RECAST_TIME_DAYS]
property = true
[SPELL_RECAST_TIME_HOURS]
property = true
[SPELL_RECAST_TIME_INSTANT]
property = true
[SPELL_RECAST_TIME_MIN]
property = true
[SPELL_RECAST_TIME_SEC]
property = true
[SPELL_RECHARGE_TIME]
property = true
[SPELL_RECHARGE_TIME_DAYS]
property = true
[SPELL_RECHARGE_TIME_HOURS]
property = true
[SPELL_RECHARGE_TIME_MIN]
property = true
[SPELL_RECHARGE_TIME_SEC]
property = true
[SPELL_REQUIRED_FORM]
property = true
[SPELL_REQUIRED_FORM_NOSPACE]
property = true
[SPELL_RESURRECT_COMBATLOG_TOOLTIP]
property = true
[SPELL_SCHOOL0_CAP]
property = true
[SPELL_SCHOOL0_NAME]
property = true
[SPELL_SCHOOL1_CAP]
property = true
[SPELL_SCHOOL1_NAME]
property = true
[SPELL_SCHOOL2_CAP]
property = true
[SPELL_SCHOOL2_NAME]
property = true
[SPELL_SCHOOL3_CAP]
property = true
[SPELL_SCHOOL3_NAME]
property = true
[SPELL_SCHOOL4_CAP]
property = true
[SPELL_SCHOOL4_NAME]
property = true
[SPELL_SCHOOL5_CAP]
property = true
[SPELL_SCHOOL5_NAME]
property = true
[SPELL_SCHOOL6_CAP]
property = true
[SPELL_SCHOOL6_NAME]
property = true
[SPELL_SCHOOLALL]
property = true
[SPELL_SCHOOLMAGICAL]
property = true
[SPELL_SKILL_LINE]
property = true
[SPELL_STAT1_NAME]
property = true
[SPELL_STAT2_NAME]
property = true
[SPELL_STAT3_NAME]
property = true
[SPELL_STAT4_NAME]
property = true
[SPELL_STAT5_NAME]
property = true
[SPELL_STATALL]
property = true
[SPELL_SUMMON_COMBATLOG_TOOLTIP]
property = true
[SPELL_TARGET_CENTER_CASTER]
property = true
[SPELL_TARGET_CENTER_LOC]
property = true
[SPELL_TARGET_CHAIN_TEMPLATE]
property = true
[SPELL_TARGET_CONE_TEMPLATE]
property = true
[SPELL_TARGET_CREATURE_TYPE12_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE13_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE1_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE2_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE3_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE8_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE_DEAD12_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE_DEAD13_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE_DEAD1_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE_DEAD2_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE_DEAD3_DESC]
property = true
[SPELL_TARGET_CREATURE_TYPE_DEAD8_DESC]
property = true
[SPELL_TARGET_MULTIPLE_TEMPLATE]
property = true
[SPELL_TARGET_TEMPLATE]
property = true
[SPELL_TARGET_TYPE0_DESC]
property = true
[SPELL_TARGET_TYPE10_DESC]
property = true
[SPELL_TARGET_TYPE11_DESC]
property = true
[SPELL_TARGET_TYPE12_DESC]
property = true
[SPELL_TARGET_TYPE13_DESC]
property = true
[SPELL_TARGET_TYPE14_DESC]
property = true
[SPELL_TARGET_TYPE15_DESC]
property = true
[SPELL_TARGET_TYPE16_DESC]
property = true
[SPELL_TARGET_TYPE17_DESC]
property = true
[SPELL_TARGET_TYPE1_DESC]
property = true
[SPELL_TARGET_TYPE2_DESC]
property = true
[SPELL_TARGET_TYPE3_DESC]
property = true
[SPELL_TARGET_TYPE4_DESC]
property = true
[SPELL_TARGET_TYPE5_DESC]
property = true
[SPELL_TARGET_TYPE6_DESC]
property = true
[SPELL_TARGET_TYPE7_DESC]
property = true
[SPELL_TARGET_TYPE8_DESC]
property = true
[SPELL_TARGET_TYPE9_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD11_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD12_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD13_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD14_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD16_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD17_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD1_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD2_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD3_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD4_DESC]
property = true
[SPELL_TARGET_TYPE_DEAD8_DESC]
property = true
[SPELL_TIMER]
property = true
[SPELL_TIME_REMAINING_DAYS]
property = true
[SPELL_TIME_REMAINING_HOURS]
property = true
[SPELL_TIME_REMAINING_MIN]
property = true
[SPELL_TIME_REMAINING_SEC]
property = true
[SPELL_TOTEMS]
property = true
[SPELL_UNKNOWN]
property = true
[SPELL_USE_ALL_BALANCE_NEGATIVE]
property = true
[SPELL_USE_ALL_BALANCE_POSITIVE]
property = true
[SPELL_USE_ALL_CHI]
property = true
[SPELL_USE_ALL_ENERGY]
property = true
[SPELL_USE_ALL_FOCUS]
property = true
[SPELL_USE_ALL_FURY]
property = true
[SPELL_USE_ALL_HEALTH]
property = true
[SPELL_USE_ALL_HOLY_POWER]
property = true
[SPELL_USE_ALL_MANA]
property = true
[SPELL_USE_ALL_PAIN]
property = true
[SPELL_USE_ALL_POWER_DISPLAY]
property = true
[SPELL_USE_ALL_RAGE]
property = true
[SPELL_USE_ALL_RUNIC_POWER]
property = true
[SPELL_WEEKLY_USAGE_TOOLTIP]
property = true
[SPI]
property = true
[SPIRIT_COLON]
property = true
[SPIRIT_HEALER_RELEASE_RED]
property = true
[SPIRIT_TOOLTIP]
property = true
[SPLASH_BASE_90_RIGHT_DESC]
property = true
[SPLASH_BASE_90_RIGHT_TITLE]
property = true
[SPLASH_BASE_FEATURE1_DESC]
property = true
[SPLASH_BASE_FEATURE1_TITLE]
property = true
[SPLASH_BASE_FEATURE2_DESC]
property = true
[SPLASH_BASE_FEATURE2_TITLE]
property = true
[SPLASH_BASE_HEADER]
property = true
[SPLASH_BASE_LABEL]
property = true
[SPLASH_BASE_RIGHT_DESC]
property = true
[SPLASH_BASE_RIGHT_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_2_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_2_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_2_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_2_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_2_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_2_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_2_RIGHT_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_0_RIGHT_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_5_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_5_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_5_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_5_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_5_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_5_RIGHT_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_SEASON_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_SEASON_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_1_SEASON_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_2_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_2_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_2_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_2_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_2_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_2_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_2_RIGHT_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_RIGHT_DESC_ALT]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_0_RIGHT_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_5_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_5_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_5_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_5_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_5_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_5_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_2_5_RIGHT_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_2_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_2_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_2_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_2_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_2_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_2_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_2_RIGHT_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_8_3_0_RIGHT_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_BOX_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_BOX_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_BOX_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_BOX_RIGHT_DESC_ALLIANCE]
property = true
[SPLASH_BATTLEFORAZEROTH_BOX_RIGHT_DESC_HORDE]
property = true
[SPLASH_BATTLEFORAZEROTH_BOX_RIGHT_TITLE_ALLIANCE]
property = true
[SPLASH_BATTLEFORAZEROTH_BOX_RIGHT_TITLE_HORDE]
property = true
[SPLASH_BATTLEFORAZEROTH_PREPATCH_FEATURE1_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_PREPATCH_FEATURE1_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_PREPATCH_FEATURE2_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_PREPATCH_FEATURE2_TITLE]
property = true
[SPLASH_BATTLEFORAZEROTH_PREPATCH_LABEL]
property = true
[SPLASH_BATTLEFORAZEROTH_PREPATCH_RIGHT_DESC]
property = true
[SPLASH_BATTLEFORAZEROTH_PREPATCH_RIGHT_TITLE]
property = true
[SPLASH_BATTLE_FOR_DARKSHORE]
property = true
[SPLASH_BOOST2_FEATURE2_DESC]
property = true
[SPLASH_BOOST2_RIGHT_DESC]
property = true
[SPLASH_BOOST_FEATURE1_DESC]
property = true
[SPLASH_BOOST_FEATURE1_TITLE]
property = true
[SPLASH_BOOST_FEATURE2_DESC]
property = true
[SPLASH_BOOST_FEATURE2_TITLE]
property = true
[SPLASH_BOOST_HEADER]
property = true
[SPLASH_BOOST_LABEL]
property = true
[SPLASH_BOOST_RIGHT_DESC_ALLIANCE]
property = true
[SPLASH_BOOST_RIGHT_DESC_HORDE]
property = true
[SPLASH_BOOST_RIGHT_TITLE]
property = true
[SPLASH_LEGION_BASE_FEATURE1_DESC]
property = true
[SPLASH_LEGION_BASE_FEATURE1_TITLE]
property = true
[SPLASH_LEGION_BASE_FEATURE2_DESC]
property = true
[SPLASH_LEGION_BASE_FEATURE2_TITLE]
property = true
[SPLASH_LEGION_BASE_LABEL]
property = true
[SPLASH_LEGION_BASE_RIGHT_DESC]
property = true
[SPLASH_LEGION_BASE_RIGHT_TITLE]
property = true
[SPLASH_LEGION_BOX_FEATURE1_DESC]
property = true
[SPLASH_LEGION_BOX_FEATURE1_TITLE]
property = true
[SPLASH_LEGION_BOX_FEATURE2_DESC]
property = true
[SPLASH_LEGION_BOX_FEATURE2_TITLE]
property = true
[SPLASH_LEGION_BOX_LABEL]
property = true
[SPLASH_LEGION_BOX_RIGHT_DESC]
property = true
[SPLASH_LEGION_BOX_RIGHT_TITLE]
property = true
[SPLASH_LEGION_NEW_7_1_FEATURE1_DESC]
property = true
[SPLASH_LEGION_NEW_7_1_FEATURE1_TITLE]
property = true
[SPLASH_LEGION_NEW_7_1_FEATURE2_DESC]
property = true
[SPLASH_LEGION_NEW_7_1_FEATURE2_TITLE]
property = true
[SPLASH_LEGION_NEW_7_1_LABEL]
property = true
[SPLASH_LEGION_NEW_7_1_RIGHT_DESC]
property = true
[SPLASH_LEGION_NEW_7_1_RIGHT_TITLE]
property = true
[SPLASH_LEGION_NEW_7_2_5_FEATURE1_DESC]
property = true
[SPLASH_LEGION_NEW_7_2_5_FEATURE1_TITLE]
property = true
[SPLASH_LEGION_NEW_7_2_5_FEATURE2_DESC]
property = true
[SPLASH_LEGION_NEW_7_2_5_FEATURE2_TITLE]
property = true
[SPLASH_LEGION_NEW_7_2_5_LABEL]
property = true
[SPLASH_LEGION_NEW_7_2_5_RIGHT_DESC]
property = true
[SPLASH_LEGION_NEW_7_2_5_RIGHT_TITLE]
property = true
[SPLASH_LEGION_NEW_7_2_FEATURE1_DESC]
property = true
[SPLASH_LEGION_NEW_7_2_FEATURE1_TITLE]
property = true
[SPLASH_LEGION_NEW_7_2_FEATURE2_DESC]
property = true
[SPLASH_LEGION_NEW_7_2_FEATURE2_TITLE]
property = true
[SPLASH_LEGION_NEW_7_2_LABEL]
property = true
[SPLASH_LEGION_NEW_7_2_RIGHT_DESC]
property = true
[SPLASH_LEGION_NEW_7_2_RIGHT_TITLE]
property = true
[SPLASH_LEGION_NEW_7_3_5_FEATURE1_DESC]
property = true
[SPLASH_LEGION_NEW_7_3_5_FEATURE1_TITLE]
property = true
[SPLASH_LEGION_NEW_7_3_5_FEATURE2_DESC]
property = true
[SPLASH_LEGION_NEW_7_3_5_FEATURE2_TITLE]
property = true
[SPLASH_LEGION_NEW_7_3_5_LABEL]
property = true
[SPLASH_LEGION_NEW_7_3_5_RIGHT_DESC]
property = true
[SPLASH_LEGION_NEW_7_3_5_RIGHT_TITLE]
property = true
[SPLASH_LEGION_NEW_7_3_FEATURE1_DESC]
property = true
[SPLASH_LEGION_NEW_7_3_FEATURE1_TITLE]
property = true
[SPLASH_LEGION_NEW_7_3_FEATURE2_DESC]
property = true
[SPLASH_LEGION_NEW_7_3_FEATURE2_TITLE]
property = true
[SPLASH_LEGION_NEW_7_3_LABEL]
property = true
[SPLASH_LEGION_NEW_7_3_RIGHT_DESC]
property = true
[SPLASH_LEGION_NEW_7_3_RIGHT_TITLE]
property = true
[SPLASH_LEGION_PREPATCH_FEATURE1_DESC]
property = true
[SPLASH_LEGION_PREPATCH_FEATURE1_TITLE]
property = true
[SPLASH_LEGION_PREPATCH_FEATURE2_DESC]
property = true
[SPLASH_LEGION_PREPATCH_FEATURE2_TITLE]
property = true
[SPLASH_LEGION_PREPATCH_LABEL]
property = true
[SPLASH_LEGION_PREPATCH_RIGHT_DESC]
property = true
[SPLASH_LEGION_PREPATCH_RIGHT_TITLE]
property = true
[SPLASH_NEW_6_1_FEATURE1_DESC]
property = true
[SPLASH_NEW_6_1_FEATURE1_TITLE]
property = true
[SPLASH_NEW_6_1_FEATURE2_DESC]
property = true
[SPLASH_NEW_6_1_FEATURE2_TITLE]
property = true
[SPLASH_NEW_6_1_LABEL]
property = true
[SPLASH_NEW_6_1_RIGHT_DESC]
property = true
[SPLASH_NEW_6_1_RIGHT_TITLE]
property = true
[SPLASH_NEW_6_2_FEATURE1_DESC]
property = true
[SPLASH_NEW_6_2_FEATURE1_TITLE]
property = true
[SPLASH_NEW_6_2_FEATURE2_DESC]
property = true
[SPLASH_NEW_6_2_FEATURE2_TITLE]
property = true
[SPLASH_NEW_6_2_LABEL]
property = true
[SPLASH_NEW_6_2_RIGHT_DESC]
property = true
[SPLASH_NEW_6_2_RIGHT_TITLE]
property = true
[SPLASH_NEW_90_RIGHT_DESC]
property = true
[SPLASH_NEW_FEATURE1_DESC]
property = true
[SPLASH_NEW_FEATURE1_TITLE]
property = true
[SPLASH_NEW_FEATURE2_DESC]
property = true
[SPLASH_NEW_FEATURE2_TITLE]
property = true
[SPLASH_NEW_HEADER]
property = true
[SPLASH_NEW_HEADER_SEASON]
property = true
[SPLASH_NEW_LABEL]
property = true
[SPLASH_NEW_RIGHT_DESC]
property = true
[SPLASH_NEW_RIGHT_TITLE]
property = true
[SPLASH_OPENS_SOON]
property = true
[SPLASH_START_QUEST_NOW]
property = true
[SSAO_LABEL]
property = true
[STA]
property = true
[STABLED_PETS]
property = true
[STABLES]
property = true
[STABLE_PET_INFO_TEXT]
property = true
[STABLE_PET_INFO_TOOLTIP_TEXT]
property = true
[STABLE_SLOT_TEXT]
property = true
[STACKS]
property = true
[STACK_RIGHT_BARS]
property = true
[STAGE_COMPLETE]
property = true
[STAGGER]
property = true
[STAMINA_COLON]
property = true
[STAMINA_TOOLTIP]
property = true
[STANDING]
property = true
[START]
property = true
[STARTING_PRICE]
property = true
[STARTUP_STRINGSENUM_MSG_GX_FAIL_API_VERSION]
property = true
[STARTUP_STRINGSENUM_MSG_GX_FAIL_NO_DRIVER]
property = true
[STARTUP_TEXT_LINE1]
property = true
[STARTUP_TEXT_LINE2]
property = true
[STARTUP_TEXT_LINE3]
property = true
[STARTUP_TEXT_LINE4]
property = true
[START_A_GROUP]
property = true
[START_RAID]
property = true
[START_WARGAME]
property = true
[STAT4_NOSPELLPOWER_TOOLTIP]
property = true
[STATISTICS]
property = true
[STATS_COLLAPSE_TOOLTIP]
property = true
[STATS_EXPAND_TOOLTIP]
property = true
[STATS_LABEL]
property = true
[STATUS]
property = true
[STATUSTEXT_LABEL]
property = true
[STATUSTEXT_SUBTEXT]
property = true
[STATUS_ADDL_FILE_TOOLTIP]
property = true
[STATUS_BAR_TEXT]
property = true
[STATUS_CORE_FILE_TOOLTIP]
property = true
[STATUS_MAJOR_FILE_TOOLTIP]
property = true
[STATUS_TEXT]
property = true
[STATUS_TEXT_BOTH]
property = true
[STATUS_TEXT_PARTY]
property = true
[STATUS_TEXT_PERCENT]
property = true
[STATUS_TEXT_PET]
property = true
[STATUS_TEXT_PLAYER]
property = true
[STATUS_TEXT_TARGET]
property = true
[STATUS_TEXT_VALUE]
property = true
[STAT_ARMOR]
property = true
[STAT_ARMOR_BASE_TOOLTIP]
property = true
[STAT_ARMOR_BONUS_ARMOR_BLADED_ARMOR_TOOLTIP]
property = true
[STAT_ARMOR_TARGET_TOOLTIP]
property = true
[STAT_ARMOR_TOOLTIP]
property = true
[STAT_ARMOR_TOTAL_TOOLTIP]
property = true
[STAT_ATTACK_POWER]
property = true
[STAT_ATTACK_SPEED]
property = true
[STAT_ATTACK_SPEED_BASE_TOOLTIP]
property = true
[STAT_AVERAGE_ITEM_LEVEL]
property = true
[STAT_AVERAGE_ITEM_LEVEL_EQUIPPED]
property = true
[STAT_AVERAGE_ITEM_LEVEL_TOOLTIP]
property = true
[STAT_AVERAGE_PVP_ITEM_LEVEL]
property = true
[STAT_AVOIDANCE]
property = true
[STAT_BLOCK]
property = true
[STAT_BLOCK_TARGET_TOOLTIP]
property = true
[STAT_BLOCK_TOOLTIP]
property = true
[STAT_BONUS_ARMOR]
property = true
[STAT_CATEGORY_ATTACK]
property = true
[STAT_CATEGORY_ATTRIBUTES]
property = true
[STAT_CATEGORY_DEFENSE]
property = true
[STAT_CATEGORY_ENHANCEMENTS]
property = true
[STAT_CATEGORY_GENERAL]
property = true
[STAT_CATEGORY_MELEE]
property = true
[STAT_CATEGORY_PVP]
property = true
[STAT_CATEGORY_RANGED]
property = true
[STAT_CATEGORY_RESISTANCE]
property = true
[STAT_CATEGORY_SPELL]
property = true
[STAT_CHI_TOOLTIP]
property = true
[STAT_CRITICAL_STRIKE]
property = true
[STAT_DODGE]
property = true
[STAT_DPS_SHORT]
property = true
[STAT_ENERGY_REGEN]
property = true
[STAT_ENERGY_REGEN_TOOLTIP]
property = true
[STAT_ENERGY_TOOLTIP]
property = true
[STAT_EXPERTISE]
property = true
[STAT_FOCUS_REGEN]
property = true
[STAT_FOCUS_REGEN_TOOLTIP]
property = true
[STAT_FOCUS_TOOLTIP]
property = true
[STAT_FORMAT]
property = true
[STAT_HASTE]
property = true
[STAT_HASTE_BASE_TOOLTIP]
property = true
[STAT_HASTE_DEATHKNIGHT_TOOLTIP]
property = true
[STAT_HASTE_DRUID_TOOLTIP]
property = true
[STAT_HASTE_HUNTER_TOOLTIP]
property = true
[STAT_HASTE_MELEE_DEATHKNIGHT_TOOLTIP]
property = true
[STAT_HASTE_MELEE_DRUID_TOOLTIP]
property = true
[STAT_HASTE_MELEE_HUNTER_TOOLTIP]
property = true
[STAT_HASTE_MELEE_MONK_TOOLTIP]
property = true
[STAT_HASTE_MELEE_ROGUE_TOOLTIP]
property = true
[STAT_HASTE_MELEE_TOOLTIP]
property = true
[STAT_HASTE_MONK_TOOLTIP]
property = true
[STAT_HASTE_RANGED_HUNTER_TOOLTIP]
property = true
[STAT_HASTE_RANGED_TOOLTIP]
property = true
[STAT_HASTE_ROGUE_TOOLTIP]
property = true
[STAT_HASTE_SPELL_TOOLTIP]
property = true
[STAT_HASTE_TOOLTIP]
property = true
[STAT_HEALTH_PET_TOOLTIP]
property = true
[STAT_HEALTH_TOOLTIP]
property = true
[STAT_HIT_CHANCE]
property = true
[STAT_HIT_MELEE_TOOLTIP]
property = true
[STAT_HIT_NORMAL_ATTACKS]
property = true
[STAT_HIT_RANGED_TOOLTIP]
property = true
[STAT_HIT_SPECIAL_ATTACKS]
property = true
[STAT_HIT_SPELL_TOOLTIP]
property = true
[STAT_LIFESTEAL]
property = true
[STAT_LUNAR_POWER_TOOLTIP]
property = true
[STAT_MANA_TOOLTIP]
property = true
[STAT_MASTERY]
property = true
[STAT_MASTERY_TOOLTIP]
property = true
[STAT_MASTERY_TOOLTIP_NOT_KNOWN]
property = true
[STAT_MASTERY_TOOLTIP_NO_TALENT_SPEC]
property = true
[STAT_MOVEMENT_FLIGHT_TOOLTIP]
property = true
[STAT_MOVEMENT_GROUND_TOOLTIP]
property = true
[STAT_MOVEMENT_SPEED]
property = true
[STAT_MOVEMENT_SWIM_TOOLTIP]
property = true
[STAT_MULTISTRIKE]
property = true
[STAT_NO_BENEFIT_TOOLTIP]
property = true
[STAT_PARRY]
property = true
[STAT_PVP_POWER]
property = true
[STAT_RAGE_TOOLTIP]
property = true
[STAT_RESILIENCE]
property = true
[STAT_RESILIENCE_BASE_TOOLTIP]
property = true
[STAT_RUNE_REGEN]
property = true
[STAT_RUNE_REGEN_FORMAT]
property = true
[STAT_RUNE_REGEN_TOOLTIP]
property = true
[STAT_RUNIC_POWER_TOOLTIP]
property = true
[STAT_SPEED]
property = true
[STAT_SPELLDAMAGE]
property = true
[STAT_SPELLDAMAGE_TOOLTIP]
property = true
[STAT_SPELLHEALING]
property = true
[STAT_SPELLHEALING_TOOLTIP]
property = true
[STAT_SPELLPOWER]
property = true
[STAT_SPELLPOWER_MELEE_ATTACK_POWER_TOOLTIP]
property = true
[STAT_SPELLPOWER_TOOLTIP]
property = true
[STAT_STAGGER]
property = true
[STAT_STAGGER_TARGET_TOOLTIP]
property = true
[STAT_STAGGER_TOOLTIP]
property = true
[STAT_STURDINESS]
property = true
[STAT_TARGET_LEVEL]
property = true
[STAT_TEMPLATE]
property = true
[STAT_TOOLTIP_BONUS_AP]
property = true
[STAT_TOOLTIP_BONUS_AP_SP]
property = true
[STAT_TOOLTIP_SP_AP_DRUID]
property = true
[STAT_USELESS_TOOLTIP]
property = true
[STAT_VERSATILITY]
property = true
[STA_LCD]
property = true
[STEREO_HARDWARE_CURSOR]
property = true
[STEREO_VIDEO_LABEL]
property = true
[STEREO_VIDEO_SUBTEXT]
property = true
[STOPWATCH_TIME_UNIT]
property = true
[STOPWATCH_TITLE]
property = true
[STOP_AUTO_ATTACK]
property = true
[STOP_IGNORE]
property = true
[STORE_CATEGORY_TRIAL_DISABLED_TOOLTIP]
property = true
[STORE_CATEGORY_VETERAN_DISABLED_TOOLTIP]
property = true
[STORE_MICRO_BUTTON_ALERT_TRIAL_CAP_REACHED]
property = true
[STORY_CHAPTERS]
property = true
[STORY_PROGRESS]
property = true
[STR]
property = true
[STRENGTH_COLON]
property = true
[STRENGTH_TOOLTIP]
property = true
[STRING_ENVIRONMENTAL_DAMAGE_DROWNING]
property = true
[STRING_ENVIRONMENTAL_DAMAGE_FALLING]
property = true
[STRING_ENVIRONMENTAL_DAMAGE_FATIGUE]
property = true
[STRING_ENVIRONMENTAL_DAMAGE_FIRE]
property = true
[STRING_ENVIRONMENTAL_DAMAGE_LAVA]
property = true
[STRING_ENVIRONMENTAL_DAMAGE_SLIME]
property = true
[STRING_SCHOOL_ALL]
property = true
[STRING_SCHOOL_ARCANE]
property = true
[STRING_SCHOOL_CHAOS]
property = true
[STRING_SCHOOL_CHROMATIC]
property = true
[STRING_SCHOOL_DIVINE]
property = true
[STRING_SCHOOL_ELEMENTAL]
property = true
[STRING_SCHOOL_FIRE]
property = true
[STRING_SCHOOL_FIRESTORM]
property = true
[STRING_SCHOOL_FLAMESTRIKE]
property = true
[STRING_SCHOOL_FROST]
property = true
[STRING_SCHOOL_FROSTFIRE]
property = true
[STRING_SCHOOL_FROSTSTORM]
property = true
[STRING_SCHOOL_FROSTSTRIKE]
property = true
[STRING_SCHOOL_HOLY]
property = true
[STRING_SCHOOL_HOLYFIRE]
property = true
[STRING_SCHOOL_HOLYFROST]
property = true
[STRING_SCHOOL_HOLYSTORM]
property = true
[STRING_SCHOOL_HOLYSTRIKE]
property = true
[STRING_SCHOOL_MAGIC]
property = true
[STRING_SCHOOL_NATURE]
property = true
[STRING_SCHOOL_PHYSICAL]
property = true
[STRING_SCHOOL_SHADOW]
property = true
[STRING_SCHOOL_SHADOWFLAME]
property = true
[STRING_SCHOOL_SHADOWFROST]
property = true
[STRING_SCHOOL_SHADOWHOLY]
property = true
[STRING_SCHOOL_SHADOWLIGHT]
property = true
[STRING_SCHOOL_SHADOWSTORM]
property = true
[STRING_SCHOOL_SHADOWSTRIKE]
property = true
[STRING_SCHOOL_SPELLFIRE]
property = true
[STRING_SCHOOL_SPELLFROST]
property = true
[STRING_SCHOOL_SPELLSHADOW]
property = true
[STRING_SCHOOL_SPELLSHADOWNATURE]
property = true
[STRING_SCHOOL_SPELLSTORM]
property = true
[STRING_SCHOOL_SPELLSTRIKE]
property = true
[STRING_SCHOOL_STORMSTRIKE]
property = true
[STRING_SCHOOL_UNKNOWN]
property = true
[STR_LCD]
property = true
[STUCK_BUTTON2_TEXT]
property = true
[STUCK_BUTTON_TEXT]
property = true
[STUN]
property = true
[STUNNED]
property = true
[STUN_BOT_TIMER_BAR]
property = true
[STUN_CAPS]
property = true
[SUBCATEGORY]
property = true
[SUBMIT]
property = true
[SUBTITLE_FORMAT]
property = true
[SUCCESS]
property = true
[SUGGESTFRAME_TITLE]
property = true
[SUGGEST_INVITE]
property = true
[SUGGEST_SUBMITTED]
property = true
[SUGGEST_SUBMIT_FAILED]
property = true
[SUGGEST_TOOLTIP_TEXT]
property = true
[SUMMARY_ACHIEVEMENT_INCOMPLETE]
property = true
[SUMMARY_ACHIEVEMENT_INCOMPLETE_TEXT]
property = true
[SUMMON]
property = true
[SUMMONS]
property = true
[SUMMON_RANDOM_PET]
property = true
[SUNSHAFTS]
property = true
[SURRENDER_ARENA]
property = true
[SWING_DAMAGE_COMBATLOG_TOOLTIP]
property = true
[SWING_MISSED_COMBATLOG_TOOLTIP]
property = true
[SWITCH]
property = true
[SWITCH_PET]
property = true
[SWITCH_PET_DESCRIPTION]
property = true
[SYMBOLIC_NEGATIVE_NUMBER]
property = true
[SYMBOLIC_POSITIVE_NUMBER]
property = true
[SYSTEMOPTIONS_MENU]
property = true
[SYSTEM_DEFAULT]
property = true
[SYSTEM_MESSAGES]
property = true
[TABARDSLOT]
property = true
[TABARDVENDORALREADYSETGREETING]
property = true
[TABARDVENDORCOST]
property = true
[TABARDVENDORGREETING]
property = true
[TABARDVENDORNOGUILDGREETING]
property = true
[TAKE_ATTACHMENTS]
property = true
[TAKE_GM_SURVEY]
property = true
[TALENT]
property = true
[TALENTS]
property = true
[TALENTS_BUTTON]
property = true
[TALENTS_CHOOSE_SPEC_HEADER]
property = true
[TALENTS_CHOOSE_SPEC_SUBHEADER]
property = true
[TALENTS_FRAME_GLYPH_LOCK_DESC]
property = true
[TALENTS_FRAME_GLYPH_LOCK_TITLE]
property = true
[TALENTS_FRAME_TALENT_LOCK_DESC]
property = true
[TALENTS_FRAME_TALENT_LOCK_TITLE]
property = true
[TALENTS_HIDE_SUMMARIES]
property = true
[TALENTS_INVOLUNTARILY_RESET]
property = true
[TALENTS_INVOLUNTARILY_RESET_PET]
property = true
[TALENTS_SHOW_SUMMARIES]
property = true
[TALENTS_UNAVAILABLE_TOOLTIP]
property = true
[TALENT_ACTIVE_SPEC_STATUS]
property = true
[TALENT_CLICK_TOO_FAST]
property = true
[TALENT_EARLY_SPELLS_LABEL]
property = true
[TALENT_FRAME_HELP_1]
property = true
[TALENT_FRAME_HELP_2]
property = true
[TALENT_GRANTED_BY_ITEM]
property = true
[TALENT_MASTERY_LABEL]
property = true
[TALENT_MASTERY_TOOLTIP_NOT_KNOWN]
property = true
[TALENT_MICRO_BUTTON_NEW_PVP_TALENT]
property = true
[TALENT_MICRO_BUTTON_NO_SPEC]
property = true
[TALENT_MICRO_BUTTON_SPEC_TUTORIAL]
property = true
[TALENT_MICRO_BUTTON_TALENT_TUTORIAL]
property = true
[TALENT_MICRO_BUTTON_UNSAVED_CHANGES]
property = true
[TALENT_MICRO_BUTTON_UNSPENT_HONOR_TALENTS]
property = true
[TALENT_MICRO_BUTTON_UNSPENT_PVP_TALENT_SLOT]
property = true
[TALENT_MICRO_BUTTON_UNSPENT_TALENTS]
property = true
[TALENT_NOT_SELECTED]
property = true
[TALENT_PASSIVE]
property = true
[TALENT_POINTS]
property = true
[TALENT_POINTS_TOOLTIP]
property = true
[TALENT_SPECTAB_TOOLTIP_ACTIVE]
property = true
[TALENT_SPECTAB_TOOLTIP_POINTS_SPENT]
property = true
[TALENT_SPEC_ACTIVATE]
property = true
[TALENT_SPEC_AND_CLASS]
property = true
[TALENT_SPEC_CHANGE_AT_CLASS_TRAINER]
property = true
[TALENT_SPEC_DAMAGER_TOOLTIP]
property = true
[TALENT_SPEC_HEALER_TOOLTIP]
property = true
[TALENT_SPEC_PET_PRIMARY]
property = true
[TALENT_SPEC_PRIMARY]
property = true
[TALENT_SPEC_PRIMARY_ACTIVE]
property = true
[TALENT_SPEC_PRIMARY_GLYPH]
property = true
[TALENT_SPEC_PRIMARY_GLYPH_ACTIVE]
property = true
[TALENT_SPEC_SECONDARY]
property = true
[TALENT_SPEC_SECONDARY_ACTIVE]
property = true
[TALENT_SPEC_SECONDARY_GLYPH]
property = true
[TALENT_SPEC_SECONDARY_GLYPH_ACTIVE]
property = true
[TALENT_SPEC_TANK_TOOLTIP]
property = true
[TALENT_TOOLTIP_ADDPREVIEWPOINT]
property = true
[TALENT_TOOLTIP_ADD_COMBAT_ERROR]
property = true
[TALENT_TOOLTIP_ADD_REST_ERROR]
property = true
[TALENT_TOOLTIP_ADD_REST_ERROR_PVP]
property = true
[TALENT_TRAINER]
property = true
[TALENT_TREE_LOCKED]
property = true
[TALENT_TREE_LOCKED_TOOLTIP]
property = true
[TALL]
property = true
[TAMEABLE]
property = true
[TAMEABLE_EXOTIC]
property = true
[TANK]
property = true
[TARGET]
property = true
[TARGETFOCUS]
property = true
[TARGETICONS]
property = true
[TARGET_ICON_SET]
property = true
[TARGET_TOKEN_NOT_FOUND]
property = true
[TASKS_BONUS_OBJECTIVES]
property = true
[TASKS_COLON]
property = true
[TAXINODEYOUAREHERE]
property = true
[TAXISAMENODE]
property = true
[TAXI_CANCEL]
property = true
[TAXI_CANCEL_DESCRIPTION]
property = true
[TAXI_PATH_UNREACHABLE]
property = true
[TEAM]
property = true
[TEAM_DISBAND]
property = true
[TEAM_KICK]
property = true
[TEAM_LEAVE]
property = true
[TEAM_PROMOTE]
property = true
[TEAM_SKILL_TOOLTIP]
property = true
[TELEPORT_OUT_OF_DUNGEON]
property = true
[TELEPORT_TO_DUNGEON]
property = true
[TEMPSCENE]
property = true
[TERRAIN_HIGHLIGHTS]
property = true
[TERRAIN_MIP]
property = true
[TEST_TAG_TEST]
property = true
[TEXTURES_SUBHEADER]
property = true
[TEXTURE_DETAIL]
property = true
[TEXT_16XANISOTROPIC]
property = true
[TEXT_4XANISOTROPIC]
property = true
[TEXT_8XANISOTROPIC]
property = true
[TEXT_MODE_A]
property = true
[TEXT_MODE_A_STRING_1]
property = true
[TEXT_MODE_A_STRING_2]
property = true
[TEXT_MODE_A_STRING_3]
property = true
[TEXT_MODE_A_STRING_4]
property = true
[TEXT_MODE_A_STRING_5]
property = true
[TEXT_MODE_A_STRING_ACTION]
property = true
[TEXT_MODE_A_STRING_BRACE_ITEM]
property = true
[TEXT_MODE_A_STRING_BRACE_SPELL]
property = true
[TEXT_MODE_A_STRING_BRACE_UNIT]
property = true
[TEXT_MODE_A_STRING_DEST]
property = true
[TEXT_MODE_A_STRING_DEST_ICON]
property = true
[TEXT_MODE_A_STRING_DEST_UNIT]
property = true
[TEXT_MODE_A_STRING_ITEM]
property = true
[TEXT_MODE_A_STRING_POSSESSIVE]
property = true
[TEXT_MODE_A_STRING_POSSESSIVE_STRING]
property = true
[TEXT_MODE_A_STRING_REMAINING_POINTS]
property = true
[TEXT_MODE_A_STRING_RESULT]
property = true
[TEXT_MODE_A_STRING_RESULT_ABSORB]
property = true
[TEXT_MODE_A_STRING_RESULT_BLOCK]
property = true
[TEXT_MODE_A_STRING_RESULT_CRITICAL]
property = true
[TEXT_MODE_A_STRING_RESULT_CRITICAL_SPELL]
property = true
[TEXT_MODE_A_STRING_RESULT_CRUSHING]
property = true
[TEXT_MODE_A_STRING_RESULT_FORMAT]
property = true
[TEXT_MODE_A_STRING_RESULT_GLANCING]
property = true
[TEXT_MODE_A_STRING_RESULT_MULTISTRIKE]
property = true
[TEXT_MODE_A_STRING_RESULT_OVERENERGIZE]
property = true
[TEXT_MODE_A_STRING_RESULT_OVERHEALING]
property = true
[TEXT_MODE_A_STRING_RESULT_OVERKILLING]
property = true
[TEXT_MODE_A_STRING_RESULT_PARRY]
property = true
[TEXT_MODE_A_STRING_RESULT_REFLECT]
property = true
[TEXT_MODE_A_STRING_RESULT_RESIST]
property = true
[TEXT_MODE_A_STRING_RESULT_VULNERABILITY]
property = true
[TEXT_MODE_A_STRING_SOURCE]
property = true
[TEXT_MODE_A_STRING_SOURCE_ICON]
property = true
[TEXT_MODE_A_STRING_SOURCE_UNIT]
property = true
[TEXT_MODE_A_STRING_SPELL]
property = true
[TEXT_MODE_A_STRING_SPELL_EXTRA]
property = true
[TEXT_MODE_A_STRING_SPELL_EXTRA_LINK]
property = true
[TEXT_MODE_A_STRING_SPELL_LINK]
property = true
[TEXT_MODE_A_STRING_TIMESTAMP]
property = true
[TEXT_MODE_A_STRING_TOKEN_ICON]
property = true
[TEXT_MODE_A_STRING_VALUE]
property = true
[TEXT_MODE_A_STRING_VALUE_SCHOOL]
property = true
[TEXT_MODE_A_STRING_VALUE_TYPE]
property = true
[TEXT_MODE_A_TIMESTAMP]
property = true
[THE_ALLIANCE]
property = true
[THE_GREY_ONE]
property = true
[THE_HORDE]
property = true
[THIRD_NUMBER]
property = true
[THIRD_NUMBER_CAP_NO_SPACE]
property = true
[THIS_DUNGEON_IN_PROGRESS]
property = true
[THREAT_TOOLTIP]
property = true
[THUMBS_DOWN_TOOLTIP]
property = true
[TICKET_STATUS]
property = true
[TICKET_STATUS_NMI]
property = true
[TICKET_TYPE1]
property = true
[TICKET_TYPE2]
property = true
[TICKET_TYPE3]
property = true
[TICKET_TYPE4]
property = true
[TIMEMANAGER_12HOUR]
property = true
[TIMEMANAGER_24HOUR]
property = true
[TIMEMANAGER_24HOURMODE]
property = true
[TIMEMANAGER_ALARM_DISABLED]
property = true
[TIMEMANAGER_ALARM_ENABLED]
property = true
[TIMEMANAGER_ALARM_MESSAGE]
property = true
[TIMEMANAGER_ALARM_TIME]
property = true
[TIMEMANAGER_ALARM_TOOLTIP_TURN_OFF]
property = true
[TIMEMANAGER_AM]
property = true
[TIMEMANAGER_LOCALTIME]
property = true
[TIMEMANAGER_MINUTE]
property = true
[TIMEMANAGER_PM]
property = true
[TIMEMANAGER_SHOW_STOPWATCH]
property = true
[TIMEMANAGER_TICKER_12HOUR]
property = true
[TIMEMANAGER_TICKER_24HOUR]
property = true
[TIMEMANAGER_TITLE]
property = true
[TIMEMANAGER_TOOLTIP_LOCALTIME]
property = true
[TIMEMANAGER_TOOLTIP_REALMTIME]
property = true
[TIMEMANAGER_TOOLTIP_TITLE]
property = true
[TIMER_MINUTES_DISPLAY]
property = true
[TIMESTAMPS_LABEL]
property = true
[TIMESTAMP_COMBATLOG_TOOLTIP]
property = true
[TIMESTAMP_FORMAT_HHMM]
property = true
[TIMESTAMP_FORMAT_HHMMSS]
property = true
[TIMESTAMP_FORMAT_HHMMSS_24HR]
property = true
[TIMESTAMP_FORMAT_HHMMSS_AMPM]
property = true
[TIMESTAMP_FORMAT_HHMM_24HR]
property = true
[TIMESTAMP_FORMAT_HHMM_AMPM]
property = true
[TIMESTAMP_FORMAT_NONE]
property = true
[TIME_DAYHOURMINUTESECOND]
property = true
[TIME_ELAPSED]
property = true
[TIME_IN_QUEUE]
property = true
[TIME_LABEL]
property = true
[TIME_LEFT_LONG]
property = true
[TIME_LEFT_MEDIUM]
property = true
[TIME_LEFT_SHORT]
property = true
[TIME_LEFT_VERY_LONG]
property = true
[TIME_PLAYED_ALERT]
property = true
[TIME_PLAYED_LEVEL]
property = true
[TIME_PLAYED_MSG]
property = true
[TIME_PLAYED_TOTAL]
property = true
[TIME_REMAINING]
property = true
[TIME_TEMPLATE_LONG]
property = true
[TIME_TO_PORT]
property = true
[TIME_TO_PORT_ARENA]
property = true
[TIME_TWELVEHOURAM]
property = true
[TIME_TWELVEHOURPM]
property = true
[TIME_TWENTYFOURHOURS]
property = true
[TIME_UNIT_DELIMITER]
property = true
[TIME_UNKNOWN]
property = true
[TIME_UNTIL_DELETED]
property = true
[TIME_UNTIL_RETURNED]
property = true
[TITLE_DOESNT_EXIST]
property = true
[TITLE_REWARD]
property = true
[TITLE_TEMPLATE]
property = true
[TOAST_DURATION_LONG]
property = true
[TOAST_DURATION_SHORT]
property = true
[TOAST_DURATION_TEXT]
property = true
[TOAST_OBJECTIVE_COMPLETE]
property = true
[TOGGLESTICKYCAMERA]
property = true
[TOGGLE_ALL_SOUND_SOUND_DISABLED]
property = true
[TOGGLE_ALL_SOUND_SOUND_ENABLED]
property = true
[TOGGLE_BATTLEFIELDMINIMAP_TOOLTIP]
property = true
[TOGGLE_BATTLEFIELD_MAP]
property = true
[TOGGLE_SCOREBOARD]
property = true
[TOKENS]
property = true
[TOKEN_AUCTIONABLE_DESCRIPTION_30_DAYS]
property = true
[TOKEN_AUCTIONABLE_TOKEN_OWNED]
property = true
[TOKEN_AUCTIONS_UNAVAILABLE]
property = true
[TOKEN_BUYOUT_AUCTION_CONFIRMATION_DESCRIPTION]
property = true
[TOKEN_BUYOUT_AUCTION_TITLE]
property = true
[TOKEN_BUYOUT_PRICE_UPDATES]
property = true
[TOKEN_COMPLETE_BALANCE_DESCRIPTION]
property = true
[TOKEN_COMPLETE_GAME_TIME_DESCRIPTION]
property = true
[TOKEN_COMPLETE_GAME_TIME_DESCRIPTION_MINUTES]
property = true
[TOKEN_COMPLETE_TITLE]
property = true
[TOKEN_CONFIRMATION_TITLE]
property = true
[TOKEN_CONFIRM_BALANCE_DESCRIPTION]
property = true
[TOKEN_CONFIRM_CREATE_AUCTION]
property = true
[TOKEN_CONFIRM_CREATE_AUCTION_LINE_2]
property = true
[TOKEN_CONFIRM_GAME_TIME_DESCRIPTION]
property = true
[TOKEN_CONFIRM_GAME_TIME_DESCRIPTION_MINUTES]
property = true
[TOKEN_CONSUMABLE_DESCRIPTION_30_DAYS]
property = true
[TOKEN_CONSUMABLE_DESCRIPTION_30_DAYS_BALANCE]
property = true
[TOKEN_CREATE_AUCTION_LOCKED_PRICE]
property = true
[TOKEN_CREATE_AUCTION_TITLE]
property = true
[TOKEN_CURRENT_AUCTION_VALUE]
property = true
[TOKEN_CURRENT_BUYOUT_PRICE]
property = true
[TOKEN_CURRENT_MARKET_PRICE]
property = true
[TOKEN_FILTER_LABEL]
property = true
[TOKEN_MARKET_PRICE_NOT_AVAILABLE]
property = true
[TOKEN_MOVE_TO_UNUSED]
property = true
[TOKEN_NONE_FOR_SALE]
property = true
[TOKEN_OPTIONS]
property = true
[TOKEN_PRICE_LOCK_EXPIRE]
property = true
[TOKEN_REDEEM_BALANCE_BUTTON_LABEL]
property = true
[TOKEN_REDEEM_BALANCE_CONFIRMATION_DESCRIPTION]
property = true
[TOKEN_REDEEM_BALANCE_DESCRIPTION]
property = true
[TOKEN_REDEEM_BALANCE_ERROR_CAP_FORMAT]
property = true
[TOKEN_REDEEM_BALANCE_FORMAT]
property = true
[TOKEN_REDEEM_BALANCE_TITLE]
property = true
[TOKEN_REDEEM_GAME_TIME_BUTTON_LABEL]
property = true
[TOKEN_REDEEM_GAME_TIME_BUTTON_LABEL_MINUTES]
property = true
[TOKEN_REDEEM_GAME_TIME_DESCRIPTION]
property = true
[TOKEN_REDEEM_GAME_TIME_EXPIRATION_FORMAT]
property = true
[TOKEN_REDEEM_GAME_TIME_EXPIRATION_FORMAT_MINUTES]
property = true
[TOKEN_REDEEM_GAME_TIME_RENEWAL_FORMAT]
property = true
[TOKEN_REDEEM_GAME_TIME_TITLE]
property = true
[TOKEN_REDEEM_LABEL]
property = true
[TOKEN_REDEMPTION_UNAVAILABLE]
property = true
[TOKEN_SHOW_ON_BACKPACK]
property = true
[TOKEN_TRANSACTION_IN_PROGRESS]
property = true
[TOKEN_TRIAL_RESTRICTIONS]
property = true
[TOKEN_TRY_AGAIN_LATER]
property = true
[TOKEN_YOU_WILL_BE_LOGGED_OUT]
property = true
[TOL_BARAD_DESCRIPTION]
property = true
[TOMB_RAID_DRAGON_INFERNAL]
property = true
[TOOLTIP_ARENA_POINTS]
property = true
[TOOLTIP_AZERITE_UNLOCK_LEVELS]
property = true
[TOOLTIP_BATTLE_PET]
property = true
[TOOLTIP_BATTLE_PET_NAME]
property = true
[TOOLTIP_HONOR_POINTS]
property = true
[TOOLTIP_ITEM_COMPARE_FORMAT]
property = true
[TOOLTIP_ITEM_STAT_FORMAT]
property = true
[TOOLTIP_ITEM_STAT_RANGE_FORMAT]
property = true
[TOOLTIP_PVP_NEXT_RANK]
property = true
[TOOLTIP_QUEST_ITEM_SPECIALIZATIONS]
property = true
[TOOLTIP_RAID_CLASS_BUTTON]
property = true
[TOOLTIP_RAID_CONTROL_TIP]
property = true
[TOOLTIP_RAID_DRAG_TIP]
property = true
[TOOLTIP_RAID_SHIFT_TIP]
property = true
[TOOLTIP_SUPERCEDING_SPELL_NOT_KNOWN]
property = true
[TOOLTIP_TALENT_LEARN]
property = true
[TOOLTIP_TALENT_NEXT_RANK]
property = true
[TOOLTIP_TALENT_PREREQ]
property = true
[TOOLTIP_TALENT_RANK]
property = true
[TOOLTIP_TALENT_RANK_CURRENT_ONLY]
property = true
[TOOLTIP_TALENT_TIER_POINTS]
property = true
[TOOLTIP_TRACKER_FILTER_ACHIEVEMENTS]
property = true
[TOOLTIP_TRACKER_FILTER_COMPLETED_QUESTS]
property = true
[TOOLTIP_TRACKER_FILTER_REMOTE_ZONES]
property = true
[TOOLTIP_TRACKER_FIND_GROUP_BUTTON]
property = true
[TOOLTIP_TRACKER_SORT_DIFFICULTY_HIGH]
property = true
[TOOLTIP_TRACKER_SORT_DIFFICULTY_LOW]
property = true
[TOOLTIP_TRACKER_SORT_MANUAL]
property = true
[TOOLTIP_TRACKER_SORT_PROXIMITY]
property = true
[TOOLTIP_UNIT_LEVEL]
property = true
[TOOLTIP_UNIT_LEVEL_CLASS]
property = true
[TOOLTIP_UNIT_LEVEL_CLASS_TYPE]
property = true
[TOOLTIP_UNIT_LEVEL_RACE_CLASS]
property = true
[TOOLTIP_UNIT_LEVEL_RACE_CLASS_TYPE]
property = true
[TOOLTIP_UNIT_LEVEL_TYPE]
property = true
[TOOLTIP_WILDBATTLEPET_CLASS]
property = true
[TOOLTIP_WILDBATTLEPET_LEVEL]
property = true
[TOOLTIP_WILDBATTLEPET_LEVEL_CLASS]
property = true
[TOO_FAR_TO_LOOT]
property = true
[TOO_MANY_LUA_ERRORS]
property = true
[TOO_MANY_WATCHED_TOKENS]
property = true
[TOTAL]
property = true
[TOTAL_CORRUPTION_TOOLTIP_LINE]
property = true
[TOTAL_MEM_KB_ABBR]
property = true
[TOTAL_MEM_MB_ABBR]
property = true
[TOTAL_MOUNTS]
property = true
[TOTAL_STACKS]
property = true
[TOURNAMENT_RULES]
property = true
[TOURNAMENT_RULES_TOOLTIP]
property = true
[TOWNSFOLK_TRACKING_TEXT]
property = true
[TOWN_HALL]
property = true
[TOXIC_WAVE_ENERGY]
property = true
[TOY]
property = true
[TOYBOX_FAVORITE_HELP]
property = true
[TOYBOX_MICRO_BUTTON_SPEC_TUTORIAL]
property = true
[TOYBOX_MOUSEWHEEL_PAGING_HELP]
property = true
[TOY_BOX]
property = true
[TOY_PROGRESS_FORMAT]
property = true
[TRACKER_FILTER_ACHIEVEMENTS]
property = true
[TRACKER_FILTER_COMPLETED_QUESTS]
property = true
[TRACKER_FILTER_LABEL]
property = true
[TRACKER_FILTER_REMOTE_ZONES]
property = true
[TRACKER_HEADER_ACHIEVEMENTS]
property = true
[TRACKER_HEADER_BONUS_OBJECTIVES]
property = true
[TRACKER_HEADER_DUNGEON]
property = true
[TRACKER_HEADER_OBJECTIVE]
property = true
[TRACKER_HEADER_PARTY_QUESTS]
property = true
[TRACKER_HEADER_PROVINGGROUNDS]
property = true
[TRACKER_HEADER_QUESTS]
property = true
[TRACKER_HEADER_SCENARIO]
property = true
[TRACKER_HEADER_WORLD_QUESTS]
property = true
[TRACKER_SORT_DIFFICULTY_HIGH]
property = true
[TRACKER_SORT_DIFFICULTY_LOW]
property = true
[TRACKER_SORT_LABEL]
property = true
[TRACKER_SORT_MANUAL]
property = true
[TRACKER_SORT_MANUAL_BOTTOM]
property = true
[TRACKER_SORT_MANUAL_DOWN]
property = true
[TRACKER_SORT_MANUAL_TOP]
property = true
[TRACKER_SORT_MANUAL_UP]
property = true
[TRACKER_SORT_MANUAL_WARNING]
property = true
[TRACKER_SORT_PROXIMITY]
property = true
[TRACKING]
property = true
[TRACK_ACHIEVEMENT]
property = true
[TRACK_ACHIEVEMENT_TOOLTIP]
property = true
[TRACK_QUEST]
property = true
[TRACK_QUEST_ABBREV]
property = true
[TRACK_QUEST_PROXIMITY_SORTING]
property = true
[TRACK_QUEST_SORTING]
property = true
[TRACK_QUEST_TOP_SORTING]
property = true
[TRADE]
property = true
[TRADEFRAME_ENCHANT_SLOT_LABEL]
property = true
[TRADEFRAME_NOT_MODIFIED_TEXT]
property = true
[TRADESKILLS]
property = true
[TRADESKILL_CHARGES_REMAINING]
property = true
[TRADESKILL_FILTER_CATEGORY]
property = true
[TRADESKILL_FILTER_HAS_SKILL_UP]
property = true
[TRADESKILL_FILTER_SLOTS]
property = true
[TRADESKILL_LOG_FIRSTPERSON]
property = true
[TRADESKILL_LOG_THIRDPERSON]
property = true
[TRADESKILL_NAME_RANK]
property = true
[TRADESKILL_NAME_RANK_WITH_MODIFIER]
property = true
[TRADESKILL_NEXT_RANK_HEADER]
property = true
[TRADESKILL_POST]
property = true
[TRADESKILL_RANK]
property = true
[TRADESKILL_RANK_HEADER]
property = true
[TRADESKILL_RANK_WITH_MODIFIER]
property = true
[TRADESKILL_REAGENT_COUNT]
property = true
[TRADESKILL_SERVICE_LEARN]
property = true
[TRADESKILL_SERVICE_PASSIVE]
property = true
[TRADESKILL_SERVICE_STEP]
property = true
[TRADE_ACCEPT_CONFIRMATION]
property = true
[TRADE_POTENTIAL_BIND_ENCHANT]
property = true
[TRADE_POTENTIAL_REMOVE_TRANSMOG]
property = true
[TRADE_SKILLS]
property = true
[TRADE_SKILLS_LEARNED_TAB]
property = true
[TRADE_SKILLS_UNLEARNED_TAB]
property = true
[TRADE_SKILL_TITLE]
property = true
[TRADE_WITH_QUESTION]
property = true
[TRAIN]
property = true
[TRAINER_CAST_TIME_INSTANT]
property = true
[TRAINER_CAST_TIME_MIN]
property = true
[TRAINER_CAST_TIME_SEC]
property = true
[TRAINER_COOLDOWN_TIME_INSTANT]
property = true
[TRAINER_COOLDOWN_TIME_MIN]
property = true
[TRAINER_COOLDOWN_TIME_SEC]
property = true
[TRAINER_COST_SP]
property = true
[TRAINER_COST_SP_RED]
property = true
[TRAINER_COST_TP]
property = true
[TRAINER_COST_TP_RED]
property = true
[TRAINER_LIST_SP]
property = true
[TRAINER_MANA_COST]
property = true
[TRAINER_MANA_COST_PER_TIME]
property = true
[TRAINER_RANGE]
property = true
[TRAINER_REQ_ABILITY]
property = true
[TRAINER_REQ_ABILITY_RED]
property = true
[TRAINER_REQ_LEVEL]
property = true
[TRAINER_REQ_LEVEL_RED]
property = true
[TRAINER_REQ_SKILL_RANK]
property = true
[TRAINER_REQ_SKILL_RANK_RED]
property = true
[TRANSFER]
property = true
[TRANSFER_ABORT_ALREADY_COMPLETED_ENCOUNTER]
property = true
[TRANSFER_ABORT_DIFFICULTY1]
property = true
[TRANSFER_ABORT_DIFFICULTY2]
property = true
[TRANSFER_ABORT_DIFFICULTY3]
property = true
[TRANSFER_ABORT_INSUF_EXPAN_LVL1]
property = true
[TRANSFER_ABORT_INSUF_EXPAN_LVL2]
property = true
[TRANSFER_ABORT_INSUF_EXPAN_LVL3]
property = true
[TRANSFER_ABORT_INSUF_EXPAN_LVL5]
property = true
[TRANSFER_ABORT_INSUF_EXPAN_LVL6]
property = true
[TRANSFER_ABORT_INSUF_EXPAN_LVL_GENERIC]
property = true
[TRANSFER_ABORT_LOCKED_TO_DIFFERENT_INSTANCE]
property = true
[TRANSFER_ABORT_MAP_NOT_ALLOWED]
property = true
[TRANSFER_ABORT_MAX_PLAYERS]
property = true
[TRANSFER_ABORT_NEED_GROUP]
property = true
[TRANSFER_ABORT_NOT_FOUND]
property = true
[TRANSFER_ABORT_REALM_ONLY]
property = true
[TRANSFER_ABORT_SOLO_PLAYER_SWITCH_DIFFICULTY]
property = true
[TRANSFER_ABORT_TOO_MANY_INSTANCES]
property = true
[TRANSFER_ABORT_TOO_MANY_REALM_INSTANCES]
property = true
[TRANSFER_ABORT_UNIQUE_MESSAGE1]
property = true
[TRANSFER_ABORT_UNIQUE_MESSAGE2]
property = true
[TRANSFER_ABORT_UNIQUE_MESSAGE3]
property = true
[TRANSFER_ABORT_UNIQUE_MESSAGE4]
property = true
[TRANSFER_ABORT_XREALM_ZONE_DOWN]
property = true
[TRANSFER_ABORT_ZONE_IN_COMBAT]
property = true
[TRANSMOGRIFIED]
property = true
[TRANSMOGRIFIED_ENCHANT]
property = true
[TRANSMOGRIFIED_HEADER]
property = true
[TRANSMOGRIFY]
property = true
[TRANSMOGRIFY_CLEAR_ALL_PENDING]
property = true
[TRANSMOGRIFY_ILLUSION_INVALID_ITEM]
property = true
[TRANSMOGRIFY_INVALID_CANNOT_USE]
property = true
[TRANSMOGRIFY_INVALID_DESTINATION]
property = true
[TRANSMOGRIFY_INVALID_ITEM_TYPE]
property = true
[TRANSMOGRIFY_INVALID_LEGENDARY]
property = true
[TRANSMOGRIFY_INVALID_MISMATCH]
property = true
[TRANSMOGRIFY_INVALID_NOT_SOULBOUND]
property = true
[TRANSMOGRIFY_INVALID_NO_ITEM]
property = true
[TRANSMOGRIFY_INVALID_SLOT_FOR_RACE]
property = true
[TRANSMOGRIFY_LOSE_REFUND]
property = true
[TRANSMOGRIFY_LOSE_TRADE]
property = true
[TRANSMOGRIFY_STYLE_UNCOLLECTED]
property = true
[TRANSMOGRIFY_TOOLTIP_APPEARANCE_KNOWN]
property = true
[TRANSMOGRIFY_TOOLTIP_APPEARANCE_UNKNOWN]
property = true
[TRANSMOGRIFY_TOOLTIP_ITEM_UNKNOWN_APPEARANCE_KNOWN]
property = true
[TRANSMOGRIFY_TOOLTIP_REVERT]
property = true
[TRANSMOG_ALL_SPECIALIZATIONS]
property = true
[TRANSMOG_APPEARANCE_USABLE_HOLIDAY]
property = true
[TRANSMOG_APPLY_TO]
property = true
[TRANSMOG_CATEGORY_FAVORITE_LIMIT]
property = true
[TRANSMOG_COLLECTED]
property = true
[TRANSMOG_CURRENT_SPECIALIZATION]
property = true
[TRANSMOG_FAVORITE_LOSE_REFUND_AND_TRADE]
property = true
[TRANSMOG_JOURNAL_TAB_TUTORIAL]
property = true
[TRANSMOG_MOUSE_CLICK_TUTORIAL]
property = true
[TRANSMOG_NO_VALID_ITEMS_EQUIPPED]
property = true
[TRANSMOG_OUTFIT_ALL_INVALID_APPEARANCES]
property = true
[TRANSMOG_OUTFIT_ALREADY_EXISTS]
property = true
[TRANSMOG_OUTFIT_CHECKING_APPEARANCES]
property = true
[TRANSMOG_OUTFIT_CONFIRM_DELETE]
property = true
[TRANSMOG_OUTFIT_CONFIRM_OVERWRITE]
property = true
[TRANSMOG_OUTFIT_CONFIRM_SAVE]
property = true
[TRANSMOG_OUTFIT_DELETE]
property = true
[TRANSMOG_OUTFIT_DROPDOWN_TUTORIAL]
property = true
[TRANSMOG_OUTFIT_EDIT]
property = true
[TRANSMOG_OUTFIT_NAME]
property = true
[TRANSMOG_OUTFIT_NEW]
property = true
[TRANSMOG_OUTFIT_NONE]
property = true
[TRANSMOG_OUTFIT_SOME_INVALID_APPEARANCES]
property = true
[TRANSMOG_REQUIRED_ABILITY]
property = true
[TRANSMOG_REQUIRED_FACTION]
property = true
[TRANSMOG_REQUIRED_HOLIDAY]
property = true
[TRANSMOG_REQUIRED_LEVEL]
property = true
[TRANSMOG_REQUIRED_SKILL]
property = true
[TRANSMOG_REQUIRED_SPEC]
property = true
[TRANSMOG_SETS_FAVORITE_WITH_DESCRIPTION]
property = true
[TRANSMOG_SETS_TAB_DISABLED]
property = true
[TRANSMOG_SETS_TAB_TUTORIAL]
property = true
[TRANSMOG_SETS_UNFAVORITE_WITH_DESCRIPTION]
property = true
[TRANSMOG_SETS_VENDOR_TUTORIAL]
property = true
[TRANSMOG_SET_LIMITED_TIME_SET]
property = true
[TRANSMOG_SET_LIMITED_TIME_SET_TOOLTIP]
property = true
[TRANSMOG_SET_LINK_FORMAT]
property = true
[TRANSMOG_SET_PARTIALLY_KNOWN]
property = true
[TRANSMOG_SET_PARTIALLY_KNOWN_CLASS]
property = true
[TRANSMOG_SET_PARTIALLY_KNOWN_MIX]
property = true
[TRANSMOG_SET_PVE]
property = true
[TRANSMOG_SET_PVP]
property = true
[TRANSMOG_SOURCE_1]
property = true
[TRANSMOG_SOURCE_2]
property = true
[TRANSMOG_SOURCE_3]
property = true
[TRANSMOG_SOURCE_4]
property = true
[TRANSMOG_SOURCE_5]
property = true
[TRANSMOG_SOURCE_6]
property = true
[TRANSMOG_SPECS_BUTTON_TUTORIAL]
property = true
[TRAVEL_PASS_INVITE]
property = true
[TRIAL_ACCOUNT_LEVEL_CAP_REACHED]
property = true
[TRIAL_ACCOUNT_MONEY_CAP_REACHED]
property = true
[TRIAL_ACCOUNT_TRADESKILL_RESTRICTED]
property = true
[TRIAL_CAPPED]
property = true
[TRIAL_CAPPED_MONEY]
property = true
[TRIAL_CAP_BANKED_LEVELS_TOOLTIP]
property = true
[TRIAL_CAP_BANKED_XP_TOOLTIP]
property = true
[TRIAL_FEATURE_1]
property = true
[TRIAL_FEATURE_2]
property = true
[TRIAL_FEATURE_LEVEL_CAP]
property = true
[TRIAL_LEVEL_CAPPED]
property = true
[TRIAL_RESTRICTED]
property = true
[TRIAL_UPGRADE_LOGOUT_WARNING]
property = true
[TRILINEAR_FILTERING]
property = true
[TRINKET0SLOT]
property = true
[TRINKET0SLOT_UNIQUE]
property = true
[TRINKET1SLOT]
property = true
[TRINKET1SLOT_UNIQUE]
property = true
[TRIPLE_BUFFER]
property = true
[TRIVIAL_QUEST_DISPLAY]
property = true
[TURN_IN_ITEMS]
property = true
[TURN_IN_QUEST]
property = true
[TUTORIAL1]
property = true
[TUTORIAL10_DWARF]
property = true
[TUTORIAL10_GNOME]
property = true
[TUTORIAL10_HUMAN]
property = true
[TUTORIAL10_NIGHTELF]
property = true
[TUTORIAL10_ORC]
property = true
[TUTORIAL10_SCOURGE]
property = true
[TUTORIAL10_TAUREN]
property = true
[TUTORIAL10_TROLL]
property = true
[TUTORIAL11_DWARF]
property = true
[TUTORIAL11_GNOME]
property = true
[TUTORIAL11_HUMAN]
property = true
[TUTORIAL11_NIGHTELF]
property = true
[TUTORIAL11_ORC]
property = true
[TUTORIAL11_SCOURGE]
property = true
[TUTORIAL11_TAUREN]
property = true
[TUTORIAL11_TROLL]
property = true
[TUTORIAL12]
property = true
[TUTORIAL13]
property = true
[TUTORIAL14]
property = true
[TUTORIAL15]
property = true
[TUTORIAL16]
property = true
[TUTORIAL17]
property = true
[TUTORIAL18]
property = true
[TUTORIAL19]
property = true
[TUTORIAL1_DWARF]
property = true
[TUTORIAL1_GNOME]
property = true
[TUTORIAL1_HUMAN]
property = true
[TUTORIAL1_NIGHTELF]
property = true
[TUTORIAL1_ORC]
property = true
[TUTORIAL1_SCOURGE]
property = true
[TUTORIAL1_TAUREN]
property = true
[TUTORIAL1_TROLL]
property = true
[TUTORIAL2]
property = true
[TUTORIAL20]
property = true
[TUTORIAL21]
property = true
[TUTORIAL22]
property = true
[TUTORIAL23]
property = true
[TUTORIAL24]
property = true
[TUTORIAL25]
property = true
[TUTORIAL26]
property = true
[TUTORIAL27]
property = true
[TUTORIAL28]
property = true
[TUTORIAL29]
property = true
[TUTORIAL3]
property = true
[TUTORIAL30]
property = true
[TUTORIAL31]
property = true
[TUTORIAL32]
property = true
[TUTORIAL33]
property = true
[TUTORIAL34]
property = true
[TUTORIAL35]
property = true
[TUTORIAL36]
property = true
[TUTORIAL37]
property = true
[TUTORIAL38]
property = true
[TUTORIAL39]
property = true
[TUTORIAL40]
property = true
[TUTORIAL41]
property = true
[TUTORIAL42]
property = true
[TUTORIAL43]
property = true
[TUTORIAL44]
property = true
[TUTORIAL45]
property = true
[TUTORIAL46]
property = true
[TUTORIAL47]
property = true
[TUTORIAL48]
property = true
[TUTORIAL49]
property = true
[TUTORIAL4_DWARF]
property = true
[TUTORIAL4_GNOME]
property = true
[TUTORIAL4_HUMAN]
property = true
[TUTORIAL4_NIGHTELF]
property = true
[TUTORIAL4_ORC]
property = true
[TUTORIAL4_SCOURGE]
property = true
[TUTORIAL4_TAUREN]
property = true
[TUTORIAL4_TROLL]
property = true
[TUTORIAL5]
property = true
[TUTORIAL50]
property = true
[TUTORIAL51]
property = true
[TUTORIAL52]
property = true
[TUTORIAL53]
property = true
[TUTORIAL54]
property = true
[TUTORIAL55]
property = true
[TUTORIAL55_DWARF]
property = true
[TUTORIAL55_GNOME]
property = true
[TUTORIAL55_HUMAN]
property = true
[TUTORIAL55_NIGHTELF]
property = true
[TUTORIAL55_ORC]
property = true
[TUTORIAL55_SCOURGE]
property = true
[TUTORIAL55_TAUREN]
property = true
[TUTORIAL55_TROLL_DRUID]
property = true
[TUTORIAL55_TROLL_HUNTER]
property = true
[TUTORIAL55_TROLL_MAGE]
property = true
[TUTORIAL55_TROLL_PRIEST]
property = true
[TUTORIAL55_TROLL_ROGUE]
property = true
[TUTORIAL55_TROLL_SHAMAN]
property = true
[TUTORIAL55_TROLL_WARLOCK]
property = true
[TUTORIAL55_TROLL_WARRIOR]
property = true
[TUTORIAL56]
property = true
[TUTORIAL57_HUMAN]
property = true
[TUTORIAL57_ORC]
property = true
[TUTORIAL57_SCOURGE]
property = true
[TUTORIAL57_TAUREN]
property = true
[TUTORIAL57_TROLL_DRUID]
property = true
[TUTORIAL57_TROLL_HUNTER]
property = true
[TUTORIAL57_TROLL_MAGE]
property = true
[TUTORIAL57_TROLL_PRIEST]
property = true
[TUTORIAL57_TROLL_ROGUE]
property = true
[TUTORIAL57_TROLL_SHAMAN]
property = true
[TUTORIAL57_TROLL_WARLOCK]
property = true
[TUTORIAL57_TROLL_WARRIOR]
property = true
[TUTORIAL58]
property = true
[TUTORIAL59]
property = true
[TUTORIAL5_DRUID]
property = true
[TUTORIAL5_HUNTER]
property = true
[TUTORIAL5_MAGE]
property = true
[TUTORIAL5_PALADIN]
property = true
[TUTORIAL5_PRIEST]
property = true
[TUTORIAL5_ROGUE]
property = true
[TUTORIAL5_SHAMAN]
property = true
[TUTORIAL5_WARLOCK]
property = true
[TUTORIAL5_WARRIOR]
property = true
[TUTORIAL6]
property = true
[TUTORIAL60]
property = true
[TUTORIAL61_DRUID]
property = true
[TUTORIAL61_HUNTER]
property = true
[TUTORIAL61_P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment