updated the system that handles expansion selection and updated alot of the crafting tables that wernt sorted by expansion

This commit is contained in:
Anch
2022-06-16 01:21:24 +12:00
parent bbd5b96572
commit e5025eb36c
15 changed files with 1587 additions and 9555 deletions
+3
View File
@@ -22,6 +22,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
Prev = "REPMENUWRATH";
Next = "REPMENUTBC";
Back = "REPMENU"..AtlasLoot_Expac;
Submenu = "Expansion";
};
AtlasLoot_Data["REPMENUTBC"] = {
@@ -48,6 +49,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
Prev = "REPMENUCLASSIC";
Next = "REPMENUWRATH";
Back = "REPMENU"..AtlasLoot_Expac;
Submenu = "Expansion";
};
AtlasLoot_Data["REPMENUWRATH"] = {
@@ -66,4 +68,5 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
Prev = "REPMENUTBC";
Next = "REPMENUCLASSIC";
Back = "REPMENU"..AtlasLoot_Expac;
Submenu = "Expansion";
};