* db link

You can now alt right click items to open them to there ascensionDB page in your browser.

* updates

-updated Hyjal Summit loot tables
-added new right click context menu to items
-added crafting source to crafting tooltips
-crafting recipes now get a green highlight if current char knows that recipe or a blue one if you have an alt with the recipe
-crafting tooltips now show what chars you have that know that recipe

* Update burningcrusade.lua
This commit is contained in:
Anch
2023-08-29 10:41:29 +12:00
committed by GitHub
parent 23924acbeb
commit 31fc1ffe06
45 changed files with 27614 additions and 17254 deletions
+3
View File
@@ -302,6 +302,9 @@ ItemIDsDatabase[1333809] = { 1333809, 1333809, 1433809, 1233809 };
ItemIDsDatabase[450001] = { 450001, 450001, 450003, 450005, MythicRaid = 1450003 };
ItemIDsDatabase[450000] = { 450000, 450000, 450002, 450004, MythicRaid = 1450002 };
ItemIDsDatabase[1001620] = { 1001620, 1001620, 1001619, 1001622, MythicRaid = 1001621 };
ItemIDsDatabase[98570] = { 98570, 98570, 98570, 98570, MythicRaid = 98570 };
for _, v in pairs(ItemIDsDatabase) do
if not v["MythicRaid"] then
v["MythicRaid"] = tonumber("13"..v[2]);