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
+3
View File
@@ -15,6 +15,7 @@
AtlasLoot.Difficultys["ClassicDungeonExt"] = {
{"Bloodforged", 1},
{"Heroic Bloodforged", 100},
{"Normal", 2},
{"Heroic", 3},
{"Mythic", 4},
@@ -39,6 +40,7 @@
AtlasLoot.Difficultys["BCDungeon"] = {
{"Bloodforged", 1},
{"Heroic Bloodforged", 100},
{"Normal/Heroic", 2},
{"Mythic", 4},
{"Mythic 1", 5 }, {"Mythic 2", 6 }, {"Mythic 3", 7 }, {"Mythic 4", 8 }, {"Mythic 5", 9 },
@@ -64,6 +66,7 @@
{"Normal/Heroic", 2},
{"Mythic", 4},
{"Bloodforged", 1},
{"Heroic Bloodforged", 100},
{"Mythic 1", 5 }, {"Mythic 2", 6 }, {"Mythic 3", 7 }, {"Mythic 4", 8 }, {"Mythic 5", 9 },
{"Mythic 6", 10 }, {"Mythic 7", 11 }, {"Mythic 8", 12 }, {"Mythic 9", 13 }, {"Mythic 10", 14 },
{"Mythic 11", 15 }, {"Mythic 12", 16 }, {"Mythic 13", 17 }, {"Mythic 14", 18 }, {"Mythic 15", 19 },