update to szyler discord version 7.3.9 (#9)

* update to release 7.3.1

* minor tweaks

- tweaked the drop location text to display a bit more cleanly
- added boss sigils to bc raid tables
- added right click context menu to boss name list so you can open db to that boss (only has raids atm)
- the All dungeon items list now wont precache past the normal loot

* fixs and text display change

- updated old locations to have new display
- frame now sits on top when selected
- fixed some incorrect ids

* favorites button change/loot table updates

- Changed how favorites buttons are saved you now alt right click them to save
- Added missing new t0 sets to classic dungeon sets
- Added missing new trash loot weapons to Black temple

* minor changes/fixs

- fixed t3 incorrect itemids
- added heroic bloodforged

* merg from main repo

* bug fix and item removals

- some quest tooltip was showing up incorrect
- removed depreciated high risk patterns

* swapped to using ItemButtonTemplate for popup window buttons

* added all the new heirloom items

* all the changes from main git up to 7.3.9
This commit is contained in:
Anch
2024-06-01 15:32:06 +12:00
committed by GitHub
parent db7e75ae95
commit 4e5b892de9
21 changed files with 480 additions and 577 deletions
+23 -342
View File
@@ -36,6 +36,12 @@ AtlasLoot.FixedItemText = {
function AtlasLoot:FixText(text)
if not string.find(string.lower(text), string.lower("INVTYPE")) then
text = gsub(text, ", Leather", "Leather")
text = gsub(text, ", Cloth", "Cloth")
end
-- Classes
text = gsub(text, "#c1#", "Druid")
text = gsub(text, "#c2#", LOCALIZED_CLASS_NAMES_MALE["HUNTER"])
@@ -323,16 +329,6 @@ function AtlasLoot:FixText(text)
text = gsub(text, "#aq20t5#", AL["Qiraji Regal Drape"])
text = gsub(text, "#aq20t6#", AL["Qiraji Spiked Hilt"])
-- AQ40 Tokens
text = gsub(text, "#aq40t1#", AL["Qiraji Bindings of Dominance"])
text = gsub(text, "#aq40t2#", AL["Vek'nilash's Circlet"])
text = gsub(text, "#aq40t3#", AL["Ouro's Intact Hide"])
text = gsub(text, "#aq40t4#", AL["Husk of the Old God"])
text = gsub(text, "#aq40t5#", AL["Qiraji Bindings of Command"])
text = gsub(text, "#aq40t6#", AL["Vek'lor's Diadem"])
text = gsub(text, "#aq40t7#", AL["Skin of the Great Sandworm"])
text = gsub(text, "#aq40t8#", AL["Carapace of the Old God"])
-- Battleground Factions
text = gsub(text, "#b1#", BabbleFaction["Stormpike Guard"])
text = gsub(text, "#b2#", BabbleFaction["Frostwolf Clan"])
@@ -559,258 +555,9 @@ function AtlasLoot:FixText(text)
text = gsub(text, "#f8#", BabbleFaction["The Wyrmrest Accord"])
text = gsub(text, "#f9#", AL["Argent Tournament"])
-- Blacksmithing Crafted Mail Sets
text = gsub(text, "#craftbm1#", AL["Bloodsoul Embrace"])
text = gsub(text, "#craftbm2#", AL["Fel Iron Chain"])
-- Blacksmithing Crafted Plate Sets
text = gsub(text, "#craftbp1#", AL["Imperial Plate"])
text = gsub(text, "#craftbp2#", AL["The Darksoul"])
text = gsub(text, "#craftbp3#", AL["Fel Iron Plate"])
text = gsub(text, "#craftbp4#", AL["Adamantite Battlegear"])
text = gsub(text, "#craftbp5#", AL["Flame Guard"])
text = gsub(text, "#craftbp6#", AL["Enchanted Adamantite Armor"])
text = gsub(text, "#craftbp7#", AL["Khorium Ward"])
text = gsub(text, "#craftbp8#", AL["Faith in Felsteel"])
text = gsub(text, "#craftbp9#", AL["Burning Rage"])
text = gsub(text, "#craftbp10#", AL["Ornate Saronite Battlegear"])
text = gsub(text, "#craftbp11#", AL["Savage Saronite Battlegear"])
-- Leatherworking Crafted Leather Sets
text = gsub(text, "#craftlwl1#", AL["Volcanic Armor"])
text = gsub(text, "#craftlwl2#", AL["Ironfeather Armor"])
text = gsub(text, "#craftlwl3#", AL["Stormshroud Armor"])
text = gsub(text, "#craftlwl4#", AL["Devilsaur Armor"])
text = gsub(text, "#craftlwl5#", AL["Blood Tiger Harness"])
text = gsub(text, "#craftlwl6#", AL["Primal Batskin"])
text = gsub(text, "#craftlwl7#", AL["Wild Draenish Armor"])
text = gsub(text, "#craftlwl8#", AL["Thick Draenic Armor"])
text = gsub(text, "#craftlwl9#", AL["Fel Skin"])
text = gsub(text, "#craftlwl10#", AL["Strength of the Clefthoof"])
text = gsub(text, "#craftlwe1#", AL["Primal Intent"])
text = gsub(text, "#craftlwt1#", AL["Windhawk Armor"])
text = gsub(text, "#craftlwl11#", AL["Borean Embrace"])
text = gsub(text, "#craftlwl12#", AL["Iceborne Embrace"])
text = gsub(text, "#craftlwl13#", AL["Eviscerator's Battlegear"])
text = gsub(text, "#craftlwl14#", AL["Overcaster Battlegear"])
-- Leatherworking Crafted Mail Sets
text = gsub(text, "#craftlwm1#", AL["Green Dragon Mail"])
text = gsub(text, "#craftlwm2#", AL["Blue Dragon Mail"])
text = gsub(text, "#craftlwm3#", AL["Black Dragon Mail"])
text = gsub(text, "#craftlwm4#", AL["Scaled Draenic Armor"])
text = gsub(text, "#craftlwm5#", AL["Felscale Armor"])
text = gsub(text, "#craftlwm6#", AL["Felstalker Armor"])
text = gsub(text, "#craftlwm7#", AL["Fury of the Nether"])
text = gsub(text, "#craftlwd1#", AL["Netherscale Armor"])
text = gsub(text, "#craftlwd2#", AL["Netherstrike Armor"])
text = gsub(text, "#craftlwm8#", AL["Frostscale Binding"])
text = gsub(text, "#craftlwm9#", AL["Nerubian Hive"])
text = gsub(text, "#craftlwm10#", AL["Stormhide Battlegear"])
text = gsub(text, "#craftlwm11#", AL["Swiftarrow Battlefear"])
-- Tailoring Crafted Sets
text = gsub(text, "#craftt1#", AL["Bloodvine Garb"])
text = gsub(text, "#craftt2#", AL["Netherweave Vestments"])
text = gsub(text, "#craftt3#", AL["Imbued Netherweave"])
text = gsub(text, "#craftt4#", AL["Arcanoweave Vestments"])
text = gsub(text, "#craftt5#", AL["The Unyielding"])
text = gsub(text, "#craftt6#", AL["Whitemend Wisdom"])
text = gsub(text, "#craftt7#", AL["Spellstrike Infusion"])
text = gsub(text, "#craftt8#", AL["Battlecast Garb"])
text = gsub(text, "#craftt9#", AL["Soulcloth Embrace"])
text = gsub(text, "#crafttm1#", AL["Primal Mooncloth"])
text = gsub(text, "#crafttsh1#", AL["Shadow's Embrace"])
text = gsub(text, "#crafttsf1#", AL["Wrath of Spellfire"])
text = gsub(text, "#craftt10#", AL["Frostwoven Power"])
text = gsub(text, "#craftt11#", AL["Duskweaver"])
text = gsub(text, "#craftt12#", AL["Frostsavage Battlegear"])
-- Vanilla WoW Sets
text = gsub(text, "#pre60s1#", AL["Defias Leather"])
text = gsub(text, "#pre60s2#", AL["Embrace of the Viper"])
text = gsub(text, "#pre60s3#", AL["Chain of the Scarlet Crusade"])
text = gsub(text, "#pre60s4#", AL["The Gladiator"])
text = gsub(text, "#pre60s5#", AL["Ironweave Battlesuit"])
text = gsub(text, "#pre60s6#", AL["Necropile Raiment"])
text = gsub(text, "#pre60s7#", AL["Cadaverous Garb"])
text = gsub(text, "#pre60s8#", AL["Bloodmail Regalia"])
text = gsub(text, "#pre60s9#", AL["Deathbone Guardian"])
text = gsub(text, "#pre60s10#", AL["The Postmaster"])
text = gsub(text, "#pre60s15#", AL["Shard of the Gods"])
text = gsub(text, "#pre60s16#", AL["Major Mojo Infusion"])
text = gsub(text, "#pre60s17#", AL["Overlord's Resolution"])
text = gsub(text, "#pre60s18#", AL["Prayer of the Primal"])
text = gsub(text, "#pre60s19#", AL["Zanzil's Concentration"])
text = gsub(text, "#pre60s20#", AL["Spirit of Eskhandar"])
text = gsub(text, "#pre60s21#", AL["The Twin Blades of Hakkari"])
text = gsub(text, "#pre60s22#", AL["Primal Blessing"])
text = gsub(text, "#pre60s23#", AL["Dal'Rend's Arms"])
text = gsub(text, "#pre60s24#", AL["Spider's Kiss"])
-- The Burning Crusade Sets
text = gsub(text, "#bcs1#", AL["The Twin Stars"])
text = gsub(text, "#bcs2#", AL["The Twin Blades of Azzinoth"])
text = gsub(text, "#bcs3#", AL["Latro's Flurry"])
text = gsub(text, "#bcs4#", AL["The Fists of Fury"])
-- Wrath Of The Lich King Sets
text = gsub(text, "#wotlk1#", AL["Raine's Revenge"])
text = gsub(text, "#wotlk2#", AL["Purified Shard of the Gods"])
text = gsub(text, "#wotlk3#", AL["Shiny Shard of the Gods"])
-- ZG Sets
text = gsub(text, "#zgs1#", AL["Haruspex's Garb"])
text = gsub(text, "#zgs2#", AL["Predator's Armor"])
text = gsub(text, "#zgs3#", AL["Illusionist's Attire"])
text = gsub(text, "#zgs4#", AL["Freethinker's Armor"])
text = gsub(text, "#zgs5#", AL["Confessor's Raiment"])
text = gsub(text, "#zgs6#", AL["Madcap's Outfit"])
text = gsub(text, "#zgs7#", AL["Augur's Regalia"])
text = gsub(text, "#zgs8#", AL["Demoniac's Threads"])
text = gsub(text, "#zgs9#", AL["Vindicator's Battlegear"])
-- AQ20 Sets
text = gsub(text, "#aq20s1#", AL["Symbols of Unending Life"])
text = gsub(text, "#aq20s2#", AL["Trappings of the Unseen Path"])
text = gsub(text, "#aq20s3#", AL["Trappings of Vaulted Secrets"])
text = gsub(text, "#aq20s4#", AL["Battlegear of Eternal Justice"])
text = gsub(text, "#aq20s5#", AL["Finery of Infinite Wisdom"])
text = gsub(text, "#aq20s6#", AL["Emblems of Veiled Shadows"])
text = gsub(text, "#aq20s7#", AL["Gift of the Gathering Storm"])
text = gsub(text, "#aq20s8#", AL["Implements of Unspoken Names"])
text = gsub(text, "#aq20s9#", AL["Battlegear of Unyielding Strength"])
text = gsub(text, "#aq20s10#", AL["Keepsakes of Endless Machinations"])
text = gsub(text, "#aq20s11#", AL["Regalia of Roaring Earth"])
text = gsub(text, "#aq20s12#", AL["Relics of Ferocious Vigor"])
text = gsub(text, "#aq20s13#", AL["Laurels of the Faithful Zealot"])
text = gsub(text, "#aq20s14#", AL["Instruments of Masterful Technique"])
text = gsub(text, "#aq20s15#", AL["Decorations of Martial Prowess"])
text = gsub(text, "#aq20s16#", AL["Trophies of Unrivaled Rage"])
text = gsub(text, "#aq20s17#", AL["Remnants of Expansive Research"])
-- AQ40 Sets
text = gsub(text, "#aq40s1#", AL["Genesis Raiment"])
text = gsub(text, "#aq40s2#", AL["Striker's Garb"])
text = gsub(text, "#aq40s3#", AL["Enigma Vestments"])
text = gsub(text, "#aq40s4#", AL["Avenger's Battlegear"])
text = gsub(text, "#aq40s5#", AL["Garments of the Oracle"])
text = gsub(text, "#aq40s6#", AL["Deathdealer's Embrace"])
text = gsub(text, "#aq40s7#", AL["Stormcaller's Garb"])
text = gsub(text, "#aq40s8#", AL["Doomcaller's Attire"])
text = gsub(text, "#aq40s9#", AL["Conqueror's Battlegear"])
-- Tier Tokens
text = gsub(text, "#setToken#", AL["Set Token (Click)"]) --Accessory tokens
-- Dungeon 3 Sets
text = gsub(text, "#ds3s1#", AL["Hallowed Raiment"])
text = gsub(text, "#ds3s2#", AL["Incanter's Regalia"])
text = gsub(text, "#ds3s3#", AL["Mana-Etched Regalia"])
text = gsub(text, "#ds3s4#", AL["Oblivion Raiment"])
text = gsub(text, "#ds3s5#", AL["Assassination Armor"])
text = gsub(text, "#ds3s6#", AL["Moonglade Raiment"])
text = gsub(text, "#ds3s7#", AL["Wastewalker Armor"])
text = gsub(text, "#ds3s8#", AL["Beast Lord Armor"])
text = gsub(text, "#ds3s9#", AL["Desolation Battlegear"])
text = gsub(text, "#ds3s10#", AL["Tidefury Raiment"])
text = gsub(text, "#ds3s11#", AL["Bold Armor"])
text = gsub(text, "#ds3s12#", AL["Doomplate Battlegear"])
text = gsub(text, "#ds3s13#", AL["Righteous Armor"])
-- Tier 1 Sets
text = gsub(text, "#t1s1#", AL["Cenarion Raiment"])
text = gsub(text, "#t1s2#", AL["Giantstalker Armor"])
text = gsub(text, "#t1s3#", AL["Arcanist Regalia"])
text = gsub(text, "#t1s4#", AL["Lawbringer Armor"])
text = gsub(text, "#t1s5#", AL["Vestments of Prophecy"])
text = gsub(text, "#t1s6#", AL["Nightslayer Armor"])
text = gsub(text, "#t1s7#", AL["The Earthfury"])
text = gsub(text, "#t1s8#", AL["Felheart Raiment"])
text = gsub(text, "#t1s9#", AL["Battlegear of Might"])
text = gsub(text, "#t1s10#", AL["Fury of Might"])
-- Tier 2 Sets
text = gsub(text, "#t2s1#", AL["Stormrage Raiment"])
text = gsub(text, "#t2s2#", AL["Dragonstalker Armor"])
text = gsub(text, "#t2s3#", AL["Netherwind Regalia"])
text = gsub(text, "#t2s4#", AL["Judgement Armor"])
text = gsub(text, "#t2s5#", AL["Vestments of Transcendence"])
text = gsub(text, "#t2s6#", AL["Bloodfang Armor"])
text = gsub(text, "#t2s7#", AL["The Ten Storms"])
text = gsub(text, "#t2s8#", AL["Nemesis Raiment"])
text = gsub(text, "#t2s9#", AL["Battlegear of Wrath"])
text = gsub(text, "#t2s10#", AL["Fury of Wrath"])
-- Tier 3 Sets
text = gsub(text, "#t3s1#", AL["Dreamwalker Raiment"])
text = gsub(text, "#t3s2#", AL["Cryptstalker Armor"])
text = gsub(text, "#t3s3#", AL["Frostfire Regalia"])
text = gsub(text, "#t3s4#", AL["Redemption Armor"])
text = gsub(text, "#t3s5#", AL["Vestments of Faith"])
text = gsub(text, "#t3s6#", AL["Bonescythe Armor"])
text = gsub(text, "#t3s7#", AL["The Earthshatterer"])
text = gsub(text, "#t3s8#", AL["Plagueheart Raiment"])
text = gsub(text, "#t3s9#", AL["Dreadnaught's Battlegear"])
text = gsub(text, "#t3s10#", AL["Dreadborne Warplate"])
-- Tier 4 Sets
text = gsub(text, "#t4s1_1#", AL["Malorne Harness"])
text = gsub(text, "#t4s1_2#", AL["Malorne Raiment"])
text = gsub(text, "#t4s1_3#", AL["Malorne Regalia"])
text = gsub(text, "#t4s2#", AL["Demon Stalker Armor"])
text = gsub(text, "#t4s3#", AL["Aldor Regalia"])
text = gsub(text, "#t4s4_1#", AL["Justicar Armor"])
text = gsub(text, "#t4s4_2#", AL["Justicar Battlegear"])
text = gsub(text, "#t4s4_3#", AL["Justicar Raiment"])
text = gsub(text, "#t4s5_1#", AL["Incarnate Raiment"])
text = gsub(text, "#t4s5_2#", AL["Incarnate Regalia"])
text = gsub(text, "#t4s6#", AL["Netherblade Set"])
text = gsub(text, "#t4s7_1#", AL["Cyclone Harness"])
text = gsub(text, "#t4s7_2#", AL["Cyclone Raiment"])
text = gsub(text, "#t4s7_3#", AL["Cyclone Regalia"])
text = gsub(text, "#t4s8#", AL["Voidheart Raiment"])
text = gsub(text, "#t4s9_1#", AL["Warbringer Armor"])
text = gsub(text, "#t4s9_2#", AL["Warbringer Battlegear"])
-- Tier 5 Sets
text = gsub(text, "#t5s1_1#", AL["Nordrassil Harness"])
text = gsub(text, "#t5s1_2#", AL["Nordrassil Raiment"])
text = gsub(text, "#t5s1_3#", AL["Nordrassil Regalia"])
text = gsub(text, "#t5s2#", AL["Rift Stalker Armor"])
text = gsub(text, "#t5s3#", AL["Tirisfal Regalia"])
text = gsub(text, "#t5s4_1#", AL["Crystalforge Armor"])
text = gsub(text, "#t5s4_2#", AL["Crystalforge Battlegear"])
text = gsub(text, "#t5s4_3#", AL["Crystalforge Raiment"])
text = gsub(text, "#t5s5_1#", AL["Avatar Raiment"])
text = gsub(text, "#t5s5_2#", AL["Avatar Regalia"])
text = gsub(text, "#t5s6#", AL["Deathmantle Set"])
text = gsub(text, "#t5s7_1#", AL["Cataclysm Harness"])
text = gsub(text, "#t5s7_2#", AL["Cataclysm Raiment"])
text = gsub(text, "#t5s7_3#", AL["Cataclysm Regalia"])
text = gsub(text, "#t5s8#", AL["Corruptor Raiment"])
text = gsub(text, "#t5s9_1#", AL["Destroyer Armor"])
text = gsub(text, "#t5s9_2#", AL["Destroyer Battlegear"])
-- Tier 6 Sets
text = gsub(text, "#t6s1_1#", AL["Thunderheart Harness"])
text = gsub(text, "#t6s1_2#", AL["Thunderheart Raiment"])
text = gsub(text, "#t6s1_3#", AL["Thunderheart Regalia"])
text = gsub(text, "#t6s2#", AL["Gronnstalker's Armor"])
text = gsub(text, "#t6s3#", AL["Tempest Regalia"])
text = gsub(text, "#t6s4_1#", AL["Lightbringer Armor"])
text = gsub(text, "#t6s4_2#", AL["Lightbringer Battlegear"])
text = gsub(text, "#t6s4_3#", AL["Lightbringer Raiment"])
text = gsub(text, "#t6s5_1#", AL["Vestments of Absolution"])
text = gsub(text, "#t6s5_2#", AL["Absolution Regalia"])
text = gsub(text, "#t6s6#", AL["Slayer's Armor"])
text = gsub(text, "#t6s7_1#", AL["Skyshatter Harness"])
text = gsub(text, "#t6s7_2#", AL["Skyshatter Raiment"])
text = gsub(text, "#t6s7_3#", AL["Skyshatter Regalia"])
text = gsub(text, "#t6s8#", AL["Malefic Raiment"])
text = gsub(text, "#t6s9_1#", AL["Onslaught Armor"])
text = gsub(text, "#t6s9_2#", AL["Onslaught Battlegear"])
-- Tier 7 Sets
text = gsub(text, "#t7s1_1#", AL["Dreamwalker Garb"])
text = gsub(text, "#t7s1_2#", AL["Dreamwalker Battlegear"])
@@ -914,89 +661,6 @@ function AtlasLoot:FixText(text)
text = gsub(text, "#t10s10_1#", AL["Scourgelord's Battlegear"])
text = gsub(text, "#t10s10_2#", AL["Scourgelord's Plate"])
-- Arathi Basin Sets - Alliance
text = gsub(text, "#absa1#", AL["The Highlander's Intent"])
text = gsub(text, "#absa2#", AL["The Highlander's Purpose"])
text = gsub(text, "#absa3#", AL["The Highlander's Will"])
text = gsub(text, "#absa4#", AL["The Highlander's Determination"])
text = gsub(text, "#absa5#", AL["The Highlander's Fortitude"])
text = gsub(text, "#absa6#", AL["The Highlander's Resolution"])
text = gsub(text, "#absa7#", AL["The Highlander's Resolve"])
-- Arathi Basin Sets - Horde
text = gsub(text, "#absh1#", AL["The Defiler's Intent"])
text = gsub(text, "#absh2#", AL["The Defiler's Purpose"])
text = gsub(text, "#absh3#", AL["The Defiler's Will"])
text = gsub(text, "#absh4#", AL["The Defiler's Determination"])
text = gsub(text, "#absh5#", AL["The Defiler's Fortitude"])
text = gsub(text, "#absh6#", AL["The Defiler's Resolution"])
-- PvP Level 60 Rare Sets - Alliance
text = gsub(text, "#pvpra1#", AL["Lieutenant Commander's Refuge"])
text = gsub(text, "#pvpra2#", AL["Lieutenant Commander's Pursuance"])
text = gsub(text, "#pvpra3#", AL["Lieutenant Commander's Arcanum"])
text = gsub(text, "#pvpra4#", AL["Lieutenant Commander's Redoubt"])
text = gsub(text, "#pvpra5#", AL["Lieutenant Commander's Investiture"])
text = gsub(text, "#pvpra6#", AL["Lieutenant Commander's Guard"])
text = gsub(text, "#pvpra7#", AL["Lieutenant Commander's Dreadgear"])
text = gsub(text, "#pvpra8#", AL["Lieutenant Commander's Battlearmor"])
text = gsub(text, "#pvpra9#", AL["Lieutenant Commander's Stormcaller"])
-- PvP Level 60 Rare Sets - Horde
text = gsub(text, "#pvprh1#", AL["Champion's Refuge"])
text = gsub(text, "#pvprh2#", AL["Champion's Pursuance"])
text = gsub(text, "#pvprh3#", AL["Champion's Arcanum"])
text = gsub(text, "#pvprh4#", AL["Champion's Investiture"])
text = gsub(text, "#pvprh5#", AL["Champion's Guard"])
text = gsub(text, "#pvprh6#", AL["Champion's Stormcaller"])
text = gsub(text, "#pvprh7#", AL["Champion's Dreadgear"])
text = gsub(text, "#pvprh8#", AL["Champion's Battlearmor"])
text = gsub(text, "#pvprh9#", AL["Champion's Redoubt"])
-- PvP Level 60 Epic Sets - Alliance
text = gsub(text, "#pvpea1#", AL["Field Marshal's Sanctuary"])
text = gsub(text, "#pvpea2#", AL["Field Marshal's Pursuit"])
text = gsub(text, "#pvpea3#", AL["Field Marshal's Regalia"])
text = gsub(text, "#pvpea4#", AL["Field Marshal's Aegis"])
text = gsub(text, "#pvpea5#", AL["Field Marshal's Raiment"])
text = gsub(text, "#pvpea6#", AL["Field Marshal's Vestments"])
text = gsub(text, "#pvpea7#", AL["Field Marshal's Threads"])
text = gsub(text, "#pvpea8#", AL["Field Marshal's Battlegear"])
text = gsub(text, "#pvpea9#", AL["Field Marshal's Earthshaker"])
-- PvP Level 60 Epic Sets - Horde
text = gsub(text, "#pvpeh1#", AL["Warlord's Sanctuary"])
text = gsub(text, "#pvpeh2#", AL["Warlord's Pursuit"])
text = gsub(text, "#pvpeh3#", AL["Warlord's Regalia"])
text = gsub(text, "#pvpeh4#", AL["Warlord's Raiment"])
text = gsub(text, "#pvpeh5#", AL["Warlord's Vestments"])
text = gsub(text, "#pvpeh6#", AL["Warlord's Earthshaker"])
text = gsub(text, "#pvpeh7#", AL["Warlord's Threads"])
text = gsub(text, "#pvpeh8#", AL["Warlord's Battlegear"])
text = gsub(text, "#pvpeh9#", AL["Warlord's Aegis"])
-- PvP Level 60 Epic Sets - Alliance
text = gsub(text, "#pvpeea1#", AL["Grand Marshal's Sanctuary"])
text = gsub(text, "#pvpeea2#", AL["Grand Marshal's Pursuit"])
text = gsub(text, "#pvpeea3#", AL["Grand Marshal's Regalia"])
text = gsub(text, "#pvpeea4#", AL["Grand Marshal's Aegis"])
text = gsub(text, "#pvpeea5#", AL["Grand Marshal's Raiment"])
text = gsub(text, "#pvpeea6#", AL["Grand Marshal's Vestments"])
text = gsub(text, "#pvpeea7#", AL["Grand Marshal's Threads"])
text = gsub(text, "#pvpeea8#", AL["Grand Marshal's Battlegear"])
text = gsub(text, "#pvpeea9#", AL["Grand Marshal's Earthshaker"])
-- PvP Level 60 Epic Sets - Horde
text = gsub(text, "#pvpeeh1#", AL["High Warlord's Sanctuary"])
text = gsub(text, "#pvpeeh2#", AL["High Warlord's Pursuit"])
text = gsub(text, "#pvpeeh3#", AL["High Warlord's Regalia"])
text = gsub(text, "#pvpeeh4#", AL["High Warlord's Raiment"])
text = gsub(text, "#pvpeeh5#", AL["High Warlord's Vestments"])
text = gsub(text, "#pvpeeh6#", AL["High Warlord's Earthshaker"])
text = gsub(text, "#pvpeeh7#", AL["High Warlord's Threads"])
text = gsub(text, "#pvpeeh8#", AL["High Warlord's Battlegear"])
text = gsub(text, "#pvpeeh9#", AL["High Warlord's Aegis"])
-- Outland Faction Reputation PvP Sets
text = gsub(text, "#pvprep701_1#", AL["Dragonhide Battlegear"])
text = gsub(text, "#pvprep701_2#", AL["Wyrmhide Battlegear"])
@@ -1128,6 +792,23 @@ function AtlasLoot:FixText(text)
text = gsub(text, "#valentineday#", "|TInterface\\Icons\\inv_valentinescard01:0|t")
text = gsub(text, "#valentineday2#", "|TInterface\\Icons\\inv_jewelry_necklace_43:0|t")
text = gsub(text, ", Herb", "Herbalism")
text = gsub(text, ", Meat", "Meat")
text = gsub(text, ", Item Enhancement", "Enchant")
text = gsub(text, ", Weapon Enchantment", "Enchanting")
text = gsub(text, ", Armor Enchantment", "Enchanting")
text = gsub(text, ", Scroll", "Scroll")
text = gsub(text, ", Holiday", "Holiday")
text = gsub(text, ", Metal & Stone", "Metal & Stone")
text = gsub(text, ", Potion", "Potion")
text = gsub(text, ", Engineering", "Parts")
text = gsub(text, ", Simple", "Gems")
text = gsub(text, ", Elemental", "Elemental")
text = gsub(text, ", Elixir", "Elixir")
text = gsub(text, ", Reagent", "Reagent")
text = gsub(text, ", Devices", "Devices")
text = gsub(text, ", Trade Goods", "Trade Goods")
local englishFaction, _ = UnitFactionGroup("player")
if englishFaction == "Horde" then
text = gsub(text, "#faction#", "|TInterface\\AddOns\\AtlasLoot\\Images\\Horde:14:14:0:-1|t")