converted the rest of the wrath tables

-moved all the vanity items to there own module
This commit is contained in:
Anch
2022-11-24 22:18:00 +13:00
parent dcf15ea7ec
commit 7af9c7aefd
20 changed files with 30715 additions and 32909 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ local BLUE = "|cff0070dd";
local ORANGE = "|cffFF8400";
local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot");
local modules = {"AtlasLoot_BurningCrusade", "AtlasLoot_Crafting", "AtlasLoot_OriginalWoW", "AtlasLoot_WorldEvents", "AtlasLoot_WrathoftheLichKing"};
local modules = {"AtlasLoot_BurningCrusade", "AtlasLoot_Vanity", "AtlasLoot_Crafting", "AtlasLoot_OriginalWoW", "AtlasLoot_WorldEvents", "AtlasLoot_WrathoftheLichKing"};
local currentPage = 1;
local SearchResult = nil;