Skip to content

Commit

Permalink
remove legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
Urtgard committed Oct 27, 2024
1 parent 1ed688f commit b73415d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions WQAchievements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -804,15 +804,6 @@ local EquipLocToSlot2 = {
INVTYPE_WEAPON = 17
}

ItemTooltipScan = CreateFrame("GameTooltip", "WQTItemTooltipScan", UIParent, "InternalEmbeddedItemTooltipTemplate")
ItemTooltipScan.texts = {
_G["WQTItemTooltipScanTooltipTextLeft1"],
_G["WQTItemTooltipScanTooltipTextLeft2"],
_G["WQTItemTooltipScanTooltipTextLeft3"],
_G["WQTItemTooltipScanTooltipTextLeft4"]
}
ItemTooltipScan.patern = ITEM_LEVEL:gsub("%%d", "(%%d+)") --from LibItemUpgradeInfo-1.0

local ReputationItemList = {
-- Army of the Light Insignia
[152957] = 2165,
Expand Down

0 comments on commit b73415d

Please sign in to comment.