fixs/new items

-added the new t2 sets
-fixed wrong ids on engineering high risk patterns
-added heirlooms to all expansion collections
-sorted heirlooms into category's
-removed old heirloom prices and added the prestige token prices
This commit is contained in:
Anch
2023-01-27 02:48:23 +13:00
parent be19ebafa0
commit 8d7e3cfae7
7 changed files with 321 additions and 185 deletions
+1
View File
@@ -1120,6 +1120,7 @@ function AtlasLoot_FixText(text)
text = gsub(text, "#halaaresearch#", "|TInterface\\Icons\\INV_Misc_Rune_09:0|t");
text = gsub(text, "#spiritshard#", "|TInterface\\Icons\\INV_Jewelry_FrostwolfTrinket_04:0|t");
text = gsub(text, "#wintergrasp#", "|TInterface\\Icons\\INV_Misc_Platnumdisks:0|t");
text = gsub(text, "#tokenofprestige#", "|TInterface\\Icons\\Spell_Holy_MindSooth:0|t");
text = gsub(text, "#wintergraspmark#", "|TInterface\\Icons\\INV_Jewelry_Ring_66:0|t");
text = gsub(text, "#venturecoin#", "|TInterface\\Icons\\INV_Misc_Coin_16:0|t");
text = gsub(text, "#heroic#", "|TInterface\\Icons\\Spell_Holy_ChampionsBond:0|t");