From 4af6e520a3ff7932ef78806be81715e3579b4810 Mon Sep 17 00:00:00 2001 From: snowflame Date: Tue, 28 May 2024 16:25:40 -0700 Subject: [PATCH] try to rebuild locales --- AtlasLootClassic_Collections/data-cata.lua | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/AtlasLootClassic_Collections/data-cata.lua b/AtlasLootClassic_Collections/data-cata.lua index 38838a7f..bca8158c 100644 --- a/AtlasLootClassic_Collections/data-cata.lua +++ b/AtlasLootClassic_Collections/data-cata.lua @@ -65,20 +65,6 @@ local _RED = "|cffcc6666%s|r" local PURPLE = "|cff9900ff%s|r" -- local WHIT = "|cffffffff%s|r" -data["CookingCata"] = { - name = format(AL["'%s' Recipes"], ALIL["Cooking"]), - ContentType = VENDOR_CONTENT, - TableType = NORMAL_ITTYPE, - gameVersion = AtlasLoot.CATA_VERSION_NUM, - items = {{ - name = AL["Misc"], - [NORMAL_DIFF] = {} - }, { - name = AL["Recipe"], - [NORMAL_DIFF] = {} - }} -} - data["JusticePoints"] = { name = format(AL["%s Vendor"], AL["Justice Points"]), ContentType = VENDOR_CONTENT,